Jump to content

BackOffice HTTP Error 500 (Internal Server Error) after fresh install


Recommended Posts

hi,

 

I had tried to install latest v.1.4.5.1, installation is ok. But after installation, i can't login into my backoffice and keep getting error "HTTP Error 500 (Internal Server Error):". My front office is working fine

 

here's my info:

http://www.mycasing.com/phpinfo.php'>http://www.mycasing.com/phpinfo.php

http://www.mycasing.com - front office - working

http://www.mycasing.com/adm - not working as http error 500

 

Desperate need for helps. Anyone can give some helps ya?

 

Thank you so much.

Link to comment
Share on other sites

hi,

 

i got this error actually in backoffice page. Anyone encountered this before?

 

Parse error: syntax error, unexpected $end in /home/mycasing/domains/mycasing.com/public_html/translations/en/admin.php on line 2703

 

Thank you

Link to comment
Share on other sites

Hi. I had the same problem, but think I have solved it.

 

First: open admin/header.inc.php:

Go to around line 77, where you can read <img src="../img/admin/emp....

 

Change to: <img src="../imag/admin123/emp... (rename the admin part to fit your own name)

 

Then:

Open youadminfolder/init.php:

Go to about line 76, where you will find:

else

foreach (scandir($path) as $theme)

 

replace with:

else

foreach (youradminfoldername as $theme)

 

And that should work.

 

Remember to back up your shop before doing this, and I take no responsibility for any problems. This worked for me, but thats not necessary the solution for everyone

Link to comment
Share on other sites

  • 8 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...