Ajax 500 error after upgrading to php7
-
I’m currently testing locally (but same error is also on live site).
It is a common form with Ajax and PHP. I have enabled error reporting in PHP:
ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL);
All errors were fixed, but there is still 500 error that Ajax is catching.
I have checked log on my WAMP server. There are no errors logged any more.
Network tab in the browser is showing: admin-ajax.php 500 (Internal Server Error)If necessary I can post all my code.
I’m really stuck for days on this because I cannot upgrade PHP version now.
What can be causing this issue?
Any help will be much appreciated.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Ajax 500 error after upgrading to php7’ is closed to new replies.