On the website sellerstreets.com when i am checking out after login it is showing a blank page.
I tried some solutions but none is working. Please help me out its quite urgent as the website is live.
On the website sellerstreets.com when i am checking out after login it is showing a blank page.
I tried some solutions but none is working. Please help me out its quite urgent as the website is live.
Can you please check logs, and share error.
To display the errors, go to your index.php replace #ini_set('display_errors', 1); with ini_set('display_errors', 1);
No logs are coming. Its just the 500 error page coming..
Can you try to disable any custom module one by one to see that causes the issue?
That may be cause by a faulty module or conflicting modules
Can you please add the following to the index.php of your website
ini_set('display_errors', 1);ini_set('display_startup_errors', 1);error_reporting(E_ALL);
Hello @Gary Globals,
Please check server log and share with us
--
If my answer is useful, please Accept as Solution & give Kudos