![]() |
Server upgraded: Error on line 191 in header-inc.php Warning: chdir() [function.chdir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/jungl3b/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/xxxxxx/public_html/photopost/header-inc.php on line 191 FIX: Edit line 191 in header-inc.php From: chdir($pppath . "/"); To: chdir($pppath . "../"); Also changed lines 15 and 16 in config-int.php (Don't think I needed to do this but I did anyway.) Line 15 From: $vbpath = "/home/xxxxxx/public_html//forum"; To: $vbpath = "../forum"; Line 16 From: $pppath = "/home/xxxxxx/public_html//photopost"; To: $pppath = "../photopost"; |
Do not place a double slash after public_html make it one slash |
| All times are GMT -5. The time now is 11:00 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0