Im confused here.
I have everything installed, but am having a problem getting the portal to work.
I have my chdir path right in the index.php and have the files in the right area, although I dont understand why Im getting these errors.
Code:
Warning: main(./global.php): failed to open stream: No such file or directory in /home/drewster/public_html/index.php on line 59
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/drewster/public_html/index.php on line 59
Here is what I have in the file currently, maybe someone can see an error, I'v been trying to figure it out for hours lol.
Code:
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================
chdir('/home/drewster/public_html/);
// ============================================
// No Further Editing Necessary!
// ============================================
require_once('./global.php');
print_portal_output($home);
?>
You can currently view the page here:
http://www.insidersportszone.com
Here is what it said my server path was, which I had right to begin with..
Code:
_SERVER["PATH_TRANSLATED"] /home/drewster/public_html/info.php