Jump to content

Unable to load prestashop admin / back end


Recommended Posts

Please help.

 

Out of the blue when I wanted to log in to our backend www.oursitename.com/admin9432, it can't seem to load anything. There isn't any error message either, just blank white page.

 

Already cleared all cookies and cache but nothing is happening. 

 

Any help will be greatly appreciated!

 

Best,

Frederica

Link to comment
Share on other sites

Hi El Patron, 

 

This is the message that I got:

Parse error: syntax error, unexpected ''This number indicates how m' (T_ENCAPSED_AND_WHITESPACE) in /home/whitetul/public_html/translations/en/admin.php on line 3598

 

Please help more as we are really clueless on this.

 

Thanks much,

Link to comment
Share on other sites

Hi El Patron, 

 

This is the message that I got:

Parse error: syntax error, unexpected ''This number indicates how m' (T_ENCAPSED_AND_WHITESPACE) in /home/whitetul/public_html/translations/en/admin.php on line 3598

 

Please help more as we are really clueless on this.

 

Thanks much,

 

for now 'google'...search, drink coffee...if I find anything to help I'll reply...

Link to comment
Share on other sites

Hi El Patron,

 

I'm working with Frederica as well on the same site. It seems like our admin.php code is truncated, the last line of the admin.php code (line 3598) is such:

 

$_LANGADM['AdminImport2a4a1970ff54d4e90138fdab1178e707'] = 'This number indicates how m

 

and I can see it's clearly a syntax error, so I added the proper syntax like such:

 

$_LANGADM['AdminImport2a4a1970ff54d4e90138fdab1178e707'] = 'This number indicates how m';

 

and now it works. We can load the admin site as per normal.

 

But what could possibly cause the code to be truncated like that suddenly? 

 

Thanks 

 

Stella

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...