dx6 Posted September 27, 2018 Share Posted September 27, 2018 I can go to my main directory but when I got to /admin it just says "HTTP ERROR 500" How do I fix? Link to comment Share on other sites More sharing options...
musicmaster Posted September 28, 2018 Share Posted September 28, 2018 (edited) With error 500 you need to switch on development mode to see what is the error. https://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-blank-page-500-internal-server-error/ Edited September 28, 2018 by musicmaster (see edit history) Link to comment Share on other sites More sharing options...
dx6 Posted September 28, 2018 Author Share Posted September 28, 2018 30 minutes ago, musicmaster said: With error 500 you need to switch on development mode to see what is the error. https://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-blank-page-500-internal-server-error/ Link to comment Share on other sites More sharing options...
dx6 Posted September 28, 2018 Author Share Posted September 28, 2018 I downgraded to 7.1 now this shows up. Link to comment Share on other sites More sharing options...
Knowband Plugins Posted September 28, 2018 Share Posted September 28, 2018 35 minutes ago, dx6 said: Edit the file i.e. controllers/admin/AdminDashboardController.php & replace this parent::setMedia(); with parent::setMedia(false); Link to comment Share on other sites More sharing options...
Knowband Plugins Posted September 28, 2018 Share Posted September 28, 2018 5 minutes ago, dx6 said: I downgraded to 7.1 now this shows up. Install php-xml extension (PHP extension). Link to comment Share on other sites More sharing options...
dx6 Posted September 28, 2018 Author Share Posted September 28, 2018 Tried both things, this error still happens. Link to comment Share on other sites More sharing options...
dx6 Posted September 28, 2018 Author Share Posted September 28, 2018 1 hour ago, Knowband Plugins said: Install php-xml extension (PHP extension). Tried both things, this happens. Link to comment Share on other sites More sharing options...
Knowband Plugins Posted September 29, 2018 Share Posted September 29, 2018 11 hours ago, dx6 said: Tried both things, this happens. SImplexml_load_string error is due to unavailability of php-xml extension. Have you restarted the apache server after installing the extension? Link to comment Share on other sites More sharing options...
dx6 Posted September 29, 2018 Author Share Posted September 29, 2018 2 hours ago, Knowband Plugins said: SImplexml_load_string error is due to unavailability of php-xml extension. Have you restarted the apache server after installing the extension? Yes, I did sudo apt-get install php-xml then I did sudo service apache2 restart Link to comment Share on other sites More sharing options...
dx6 Posted September 29, 2018 Author Share Posted September 29, 2018 4 hours ago, Knowband Plugins said: SImplexml_load_string error is due to unavailability of php-xml extension. Have you restarted the apache server after installing the extension? I upgraded to php 7.2 and now this shows up Link to comment Share on other sites More sharing options...
Knowband Plugins Posted September 30, 2018 Share Posted September 30, 2018 On 9/29/2018 at 3:16 PM, dx6 said: I upgraded to php 7.2 and now this shows up To fix this issue, Change this public function setMedia() { parent::setMedia(); to public function setMedia($isNewTheme = false) { parent::setMedia($isNewTheme); 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