• I’m experiencing a 500 error on the website I’m working on: https://www.suarwoodtable.com

    The error persists on both the viewer’s page and the admin editing page. I am unable to edit the website or its settings as a result.

    Is there a way to fix this? Please reply soon.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Same here: Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/punkmmur/public_html/wp-includes/wp-db.php:1564 Stack trace: #0 /home/punkmmur/public_html/wp-includes/wp-db.php(592): wpdb->db_connect() #1 /home/punkmmur/public_html/wp-includes/load.php(409): wpdb->__construct(‘punkmmur_calyps…’, ‘7S4T]52!pg’, ‘punkmmur_calyps…’, ‘localhost’) #2 /home/punkmmur/public_html/wp-settings.php(106): require_wp_db() #3 /home/punkmmur/public_html/wp-config.php(93): require_once(‘/home/punkmmur/…’) #4 /home/punkmmur/public_html/wp-load.php(37): require_once(‘/home/punkmmur/…’) #5 /home/punkmmur/public_html/wp-admin/admin.php(31): require_once(‘/home/punkmmur/…’) #6 /home/punkmmur/public_html/wp-admin/edit.php(10): require_once(‘/home/punkmmur/…’) #7 {main} thrown in /home/punkmmur/public_html/wp-includes/wp-db.php on line 1564

    on https://tatouagecalypso.com

    after updating php 7.1 to new versions

    @eggybro
    the problem was MySQLI php modules where not activated.
    We had to activate: nd_mysqls

    Plus caching was being a part of the problem even if plugin was desactivated. It would still load error message page as cached. Thats why reverting back to previous php versions would not work it would always serve the error message from cache.

    Even if /wp=admin didn’t work, the website was still ok and running probably caching was saving it.

    We had to access https://tatouagecalypso.com/wp-admin with url parameters to bypass caching bu adding https://tatouagecalypso.com/wp-admin/?d=asdd or just /?.

    So php modules have to be activated website now runs pnp 7.3 with nd_mysqls activated in php options in Cpanel.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error 500 on website and admin editing page’ is closed to new replies.