The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Blank white pages loading after moving from Shared host to a VPS HELP
Hey guys, I'm having a serious 'permission' problem i think. Just after changing hosts from Shared host to a VPS Server. I have tried to change permissions and some Apache setting but with no luck whatsoever, i have been stuck like this for almost a week now and searched high and low for a solution.
I'm currently running Vbulletin 4.2.1 Here are my error logs: Code:
[Tue May 19 19:18:44 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Warning: require(): open_basedir restriction in effect. File(/home/forum/public_html/forum.php) is not within the allowed path(s): (1) in /home/forum/public_html/index.php on line 43 [Tue May 19 19:18:44 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Warning: require(/home/forum/public_html/forum.php): failed to open stream: Operation not permitted in /home/forum/public_html/index.php on line 43 [Tue May 19 19:18:44 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Fatal error: require(): Failed opening required 'forum.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/forum/public_html/index.php on line 43 [Tue May 19 19:18:54 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Warning: require(): open_basedir restriction in effect. File(/home/forum/public_html/forum.php) is not within the allowed path(s): (1) in /home/forum/public_html/index.php on line 43 [Tue May 19 19:18:54 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Warning: require(/home/forum/public_html/forum.php): failed to open stream: Operation not permitted in /home/forum/public_html/index.php on line 43 [Tue May 19 19:18:54 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Fatal error: require(): Failed opening required 'forum.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/forum/public_html/index.php on line 43 [Tue May 19 19:19:02 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Warning: require_once(): open_basedir restriction in effect. File(/home/forum/public_html/global.php) is not within the allowed path(s): (1) in /home/forum/public_html/forumdisplay.php on line 99 [Tue May 19 19:19:02 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Warning: require_once(/home/forum/public_html/global.php): failed to open stream: Operation not permitted in /home/forum/public_html/forumdisplay.php on line 99 [Tue May 19 19:19:02 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Fatal error: require_once(): Failed opening required './global.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/forum/public_html/forumdisplay.php on line 99 [Tue May 19 19:20:41 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Warning: require(): open_basedir restriction in effect. File(/home/forum/public_html/forum.php) is not within the allowed path(s): (1) in /home/forum/public_html/index.php on line 43 [Tue May 19 19:20:41 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Warning: require(/home/forum/public_html/forum.php): failed to open stream: Operation not permitted in /home/forum/public_html/index.php on line 43 [Tue May 19 19:20:41 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Fatal error: require(): Failed opening required 'forum.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/forum/public_html/index.php on line 43 [Tue May 19 19:20:41 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Warning: require(): open_basedir restriction in effect. File(/home/forum/public_html/forum.php) is not within the allowed path(s): (1) in /home/forum/public_html/index.php on line 43 [Tue May 19 19:20:41 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Warning: require(/home/forum/public_html/forum.php): failed to open stream: Operation not permitted in /home/forum/public_html/index.php on line 43 [Tue May 19 19:20:41 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Fatal error: require(): Failed opening required 'forum.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/forum/public_html/index.php on line 43 [Tue May 19 19:20:42 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Warning: require(): open_basedir restriction in effect. File(/home/forum/public_html/forum.php) is not within the allowed path(s): (1) in /home/forum/public_html/index.php on line 43 [Tue May 19 19:20:42 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Warning: require(/home/forum/public_html/forum.php): failed to open stream: Operation not permitted in /home/forum/public_html/index.php on line 43 [Tue May 19 19:20:42 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Fatal error: require(): Failed opening required 'forum.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/forum/public_html/index.php on line 43 |
#2
|
|||
|
|||
To resolve this error, you must edit the file httpd.conf. Way before it can be seen in phpinfo in apache2handler section directive Server Root. For example, in my case this way - / etc / httpd / httpd.conf. Open the file httpd.conf, find the mention of the parameter open_basedir. And set it to none. (php_admin_value open_basedir none)
Source |
#3
|
|||
|
|||
Thanks for the reply, but that didn't work
There was no "parameter open_basedir." in httpd.conf It's also disabled in php.ini Some more logs: Code:
[Tue May 19 23:30:20 2015] [error] [client xx.xx.xx.xx] Directory index forbidden by Options directive: /home/forum/public_html/images/ [Tue May 19 23:30:51 2015] [warn] [client xx.xx.xx.xx] mod_fcgid: stderr: PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/forum/public_html/includes/class_core.php(1256) : eval()'d code on line 334 |
#4
|
|||
|
|||
Did you check for a .htaccess with open_basedir in it?
|
#5
|
|||
|
|||
Hi, yes there is no .htaccess on the doc root
|
#6
|
|||
|
|||
Do you have a phpinfo.php you can look at? If you don't, you can make one, it's just this:
Code:
<?php phpinfo(); ?> |
#7
|
|||
|
|||
I solved this problem, it was a .htaccess error. Thanks for all the help though guys!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|