I Can Not Open Productpage 12 In The Admin? Internal Server Error

I have 20 pages of products in my admin. Page number 12 does not want to open. I onbly can see the products of page 12 live.



Message says “Error[color=#B94A48]Oops, something went wrong (Internal Server Error). Please try again.” [/color]



[color=#B94A48]Any suggestions to tackel this problem?[/color]





[color=#B94A48]Piet Hein[/color]

hi,



pagination works via AJAX so please try to open it with direct link (using right mouse button).



also please try to add these code into “config.local.php” file:


error_reporting(E_ALL);
ini_set('display_errors', 1);

define('DEVELOPMENT', true);




it may help to see error text.



p.s. if it does not help, please send us FTP access so we could check the issue.



best regards,

WSA team

Also please ask your server administrator to provide you with the error logs

Thanks for your answeres. With the right mous, direct link, I get for page 12 in the admin a white page; all other productpages in the admin work well. Any more suggestions?

Did you change the config.local.php file according to the post #2?