Zedith Posted September 28, 2011 Share Posted September 28, 2011 (edited) Hi, Just installed Prestahop on a local server before moving outsite to our webserver. The front end seems to work fine but when I log in to the back end i get this: "Parse error: syntax error, unexpected '&' in /var/www/prestashop/admin11/header.inc.php on line 44" Any ideas? Ps I'm running: PHP Version 5.3.5-1ubuntu7.2 Edited September 28, 2011 by Zedith (see edit history) Link to comment Share on other sites More sharing options...
ScubaLessonsInc Posted September 28, 2011 Share Posted September 28, 2011 remove the & on line 44 of admin11/header.inc.php Link to comment Share on other sites More sharing options...
Tatoo Posted January 3, 2012 Share Posted January 3, 2012 Hi, i have the same problem but we don't remove the & beacause this create an other erro. The & is for the php code > and if i change > by > i don't have css for the admin and i must change for all the page for the admin this is the line with the error : <link type="text/css" rel="stylesheet" href="../admin/themes/'.$employee->bo_theme.'/admin.css" /> Prestashop 1.4 Mac OS X 10.5.8 Mamp for the local server Link to comment Share on other sites More sharing options...
bellini13 Posted January 3, 2012 Share Posted January 3, 2012 the line should read like this... <link type="text/css" rel="stylesheet" href="themes/'.$employee->bo_theme.'/admin.css" /> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now