HI all ,
Having problems after installing, after clicking on store or admin this error appear ;
Parse error: syntax error, unexpected T_STRING in C:\xampp\htdocs\opencart\upload\config.php on line 12
using version oepncart 0.7.8
xampp, php5 , windows XP
pls help
thx
I had the same problem. On windows, the paths in config.php need the last slash escaped with an extra slash.
In each settings.php change the lines with paths like below
Like so
In each settings.php change the lines with paths like below
Code: Select all
define('DIR_CACHE', 'C:\your_path\opencart\cache\');
Code: Select all
define('DIR_CACHE', 'C:\your_path\opencart\cache\\');
Who is online
Users browsing this forum: No registered users and 2 guests