Installed on VB 3.7 Gold and get the below errors. I installed VB 3.7 with php5 on the forum and cartplog is looking for global.php but my global file is global.php5. Any suggestions on how I can fix this?
Quote:
Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/e/c/o/ecoforumz/html/cartplog.php on line 67
Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/e/c/o/ecoforumz/html/cartplog.php on line 67
|
Update:
FIXED: Had to edit cartplogacp.php and cartplog.php and do a global replace of global.php with global.php5.
I thought I searched them for a reference to global.php but searched the xml files instead
Update2:
Had to rename cartplogacp.php and cartplog.php to cartplogacp.php5 and cartplog.php5 and do a global replace on cartplogacp.php5, cartplog.php5, product-cartplog.xml, and cpnav_cartplog.xml. Replaced ".php" with ".php5"
Seems to be working now. If I have any other issues I will update this thread.