Hi @swarnabho ,
Have you turned on the DEBUG mode and tried?
I think it’s a version conflict with latest PhP.
If not please perform the steps below:
- Open the wp-config.php file in your WP directory
- Please check if you find a line as shown below:
define('WP_DEBUG', false);
- If yes, then just change ‘false’ to ‘true’ and if you don’t see that line then add a line at the bottom of the file but set the value to ‘true’.
- Now run the functionality that you are getting 500 with. Now you will see the exact error due to which you are getting 500.
Hello @ketanvyawahare I have enabled the debug mode and tried the same functionality , it shows this error on the console https://textifly.co/thecarportandspa.com.au/wp-content/themes/car-port-spa/show_calculation.php 500….
Hi @swarnabho ,
I am sorry but I am just seeing the 500 page and nothing on the console.
I would request you to see the error_logs in your apache or nginx whichever you are using.
I would recommend to copy your site on local server so it will be easier for you to access all the error logs files etc.
Let me know your thoughts.
I think i will transfer it to my local apache server and check the error logs so that i can understand whats the exact error , i will let you know after i get the error log .
@ketanvyawahare I have tried the same on my local apache server , the issue is my ajax cant find the page https://textifly.co/thecarportandspa.com.au/wp-content/themes/car-port-spa/show_calculation.php . I guess there is some issue with the htaccess file which doesnt allow the file to be accessed . But its working fine when the php version is 5.6 , the script page throws a http 500 error when i open it on the browser itself after the update . Can you suggest any fix for this ?
-
This reply was modified 5 years, 12 months ago by
swarnabho.