e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
320 stars 214 forks source link

500 Error on front page and admin #2793

Closed JPLiggett closed 7 years ago

JPLiggett commented 7 years ago

I was working on the welcome page that had some nested tables, and after the last save, every page is not reachable, throwing 500 internal server error. I've checked the logs, used boot.php, tried different PHP versions and re-installed 2.1.6. I tried to locate the welcome page in sql but I didn't see them in the pages or menu tables. I tried removing the plug-ins, replacing htaccess and checked the file permissions. Any advice would be greatly appreciated.

Jimmi08 commented 7 years ago

Check in database and file with banned IPs, if your IP is not banned. Welcome message is in generic table if I am not mistaken.

JPLiggett commented 7 years ago

Banned IP is empty, I found the latest welcome page in the generic table, I tried updating the html via phpadmin...NG, so I deleted the wmessage row in sql.....still 500

Jimmi08 commented 7 years ago

banned IPs is on 2 places... is it public adress or localhost?

JPLiggett commented 7 years ago

the banlist table is empty...I have to use direct sql, the e107 UI is thowing the 500 on the home page and admin.

Jimmi08 commented 7 years ago

second place: (system folder/hash/cache/) image

JPLiggett commented 7 years ago

the folder on my site is laid up like this, /public_html/e107_system/b80379a785/cache, and it has the subfolders like your example, but no php files.

Jimmi08 commented 7 years ago

So -i am sorry, I cant help more. Try gitter.

JPLiggett commented 7 years ago

Thank you for trying Jim

CaMer0n commented 7 years ago

I'm in the chatroom if you need help. In the meantime, I would check the apache error logs.

JPLiggett commented 7 years ago

Thanks for CaMer0n's expert help, found files missing and version anomolies, Cameron validated the files and its all good to go.