Kuncavia Posted September 9, 2013 Share Posted September 9, 2013 (edited) Hi, I have a big problem with 2 things. First is registration: When create new acc (username email, name address & etc.) and click Register. The acc is created, but I get erro page: Server error The website encountered an error while retrieving http://kompiutri-bg.com/login. It may be down for maintenance or configured incorrectly. Reload this webpage. Press the reload button to resubmit the data needed to load the page. Error code: 500 When i go back and try to login it's ok, but i don't want this error on my page. Edited September 9, 2013 by Kuncavia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 9, 2013 Share Posted September 9, 2013 if you've got internal server error turn on error reporting: PrestaShop 1.5.3+ open config/defines.inc.php find this line define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); after that you will see additional info about errors Link to comment Share on other sites More sharing options...
Kuncavia Posted September 9, 2013 Author Share Posted September 9, 2013 Nice, here is the report: Fatal error: Using $this when not in object context in /home/kompiut/public_html/tools/swift/Swift/Message/Headers.php on line 426 Link to comment Share on other sites More sharing options...
vekia Posted September 9, 2013 Share Posted September 9, 2013 check this forge: http://forge.prestashop.com/browse/PSCFV-10231 this issue is solved here: https://github.com/PrestaShop/PrestaShop/commit/ffdc7b51b7f07a1919cbaaafba5a5602671fb3a8 Link to comment Share on other sites More sharing options...
Kuncavia Posted September 9, 2013 Author Share Posted September 9, 2013 BOW, BOW, BOW, TX you verry much... Link to comment Share on other sites More sharing options...
vekia Posted September 9, 2013 Share Posted September 9, 2013 so, the problem is solved? does the fix from forge work as you expected? 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