cancel
Showing results for 
Search instead for 
Did you mean: 

Process extensions Status: Update pending

Process extensions Status: Update pending

Estou tendo esse problema... faz uma hora já e nadas.png

1 REPLY 1

Re: Process extensions Status: Update pending

Hi @julio_valente,

It may be memory limit issue in the server.

Check once in phpinfo.
And set
memory_limit=4096M

Or you can bypass using:
Add following line in the index.php of magento root folder.

ini_set("memory_limit","-1");

I hope it will help you!