cancel
Showing results for 
Search instead for 
Did you mean: 

How to fix error 505 export product from admin side?

How to fix error 505 export product from admin side?

We are facing error like:

Failed to load resource: the server responded with a status of 500 (Internal Server Error)


When we select the product from the export product dropdown in the admin side than displayed above error on the browser console.

Currently, Magento ver. 2.3.2 and PHP ver: 7.2

Please if you have any ideas.

Thank you.



3 REPLIES 3

Re: How to fix error 505 export product from admin side?

try permissions on var & generated folders.

 

chmod -R 777 var generated

also, check the server logs what is the error mentioned in PHP or apache error logs.

 

I hope it helps!

Re: How to fix error 505 export product from admin side?

@amitsamsukha  thank you for the reply.

We already did all the permission properly.

Memory limit, execution time, etc...

But still displayed 500 errors.

Live support: Any issue from the developer side.

When we do not do any changes on this website just move one server to another server with PHP version 7.2 nothing else.


Re: How to fix error 505 export product from admin side?

@Ashish_k_php 500 errors must log in PHP error logs, you can check that into apache/nginx error logs. 

kindly share that so that I can further review.