Showing that problem

kak

New Member
When i try to install my vbulletin www.forum-name.com/install/install.php it showing this error . what the hell is this please some one help me out please please please

Code:
[b]Warning: chdir() [function.chdir]: SAFE MODE Restriction in effect. The script whose uid is 19280 is not allowed to access ./../ owned by uid 2003 in /www/freehost10.com/y/4/h/y4h-error/htdocs/install/installcore.php on line 22

Warning: require_once() [function.require-once]: Unable to access ./install/init.php in /www/freehost10.com/y/4/h/y4h-error/htdocs/install/installcore.php on line 25

Warning: require_once(./install/init.php) [function.require-once]: failed to open stream: No such file or directory in /www/freehost10.com/y/4/h/y4h-error/htdocs/install/installcore.php on line 25

Fatal error: require_once() [function.require]: Failed opening required './install/init.php' (include_path='.:/usr/lib/php') in /www/freehost10.com/y/4/h/y4h-error/htdocs/install/installcore.php on line 25[/b]
 
well, probably when you are using free hosting it is expected to have these experience because some free hosting sets limitation and regulation to avoid getting abuse their server.
 
kak said:
so how to fix this anyone know please any one could tell and how to chmode to 777

When in the FTP, right click on it and it should say Settings or Properties. Make sure Read, Write and Execute is checked. It will automatically update the CHMOD(NOT CHMODE) value to 777. Your free web host may not allow you to chmod files to 777 because of the risk of abuse.
 
kak said:
When i try to install my vbulletin vBTEAM Underground - Free vBulletin Hacks, Skins and Support it showing this error . what the hell is this please some one help me out please please please

Code:
[b]Warning: chdir() [function.chdir]: SAFE MODE Restriction in effect. The script whose uid is 19280 is not allowed to access ./../ owned by uid 2003 in /www/freehost10.com/y/4/h/y4h-error/htdocs/install/installcore.php on line 22

Warning: require_once() [function.require-once]: Unable to access ./install/init.php in /www/freehost10.com/y/4/h/y4h-error/htdocs/install/installcore.php on line 25

Warning: require_once(./install/init.php) [function.require-once]: failed to open stream: No such file or directory in /www/freehost10.com/y/4/h/y4h-error/htdocs/install/installcore.php on line 25

Fatal error: require_once() [function.require]: Failed opening required './install/init.php' (include_path='.:/usr/lib/php') in /www/freehost10.com/y/4/h/y4h-error/htdocs/install/installcore.php on line 25[/b]
Your host is running in what we call safe mod. If you are allowed to edit php.ini then find
safe_mode = On
And change it to
safe_mode = Off
 
Back
Top