Jump to content

[SOLVED!] 500 internal server error on /psadmin/ after update to 1.6.0.7 CAN'T LOG IN!


Recommended Posts

I just backed up and upgraded from 1.6.0.6 to 1.6.0.7 and not I CAN'T LOG IN to /psadmin/. It just displays a 500 internal server error message.

 

Here's what I've done:

-backed up everything

-disabled store

-made sure upgrade checklist was green across the board

-Used 1-click upgrade module

-upgraded and got the "Upgrade Sucessful" message

-closed all browsers

-reopened browsers and checked my front office url (which enables my ip to view) It looks ok, some minor errors that need to be tweaked with code.

-Went to mywebsite.com/psadmin/ and it displays the 500 error

-cleared all cahche

-checked from multiple browsers(firefox/safari), still 500 error

 

I had my site in testing mode so it can be viewed by my ip on the front office. Unfortunately I can not log into the back office at all. Please help me solve this issue!

 

My site is:

www.oldmoneybrand.com

www.oldmoneybrand.com/psadmin/

 

My host is:

startlogic.com

-Just checked my sites root folder and all prestashop folders are set to "755" permissions and the .tpl .php and .htaccess files are set to "644" if that makes a difference.

post-805287-0-84245700-1403196100_thumb.png

Edited by oldmoneybrand (see edit history)
Link to comment
Share on other sites

[sOLVED!]

http://www.prestashop.com/forums/topic/338268-1-click-upgrade-from-1606-to-1607-admin-screen-not-shown/?hl=%2Bline

Used this trick from swcoins:

 

"To fix this go to /classes/controller/admincontroller.php

 

Change line 3101:

$fields = $class::$definition['fields'];

 

to

 

$fields = $class->$definition['fields'];"

 

-logged into my host

-found file

-downloaded file

-edited with text wrangler application

-saved and replaced old file with new

-500 ERROR GONE!

Edited by oldmoneybrand (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...