Jump to content

[PrestaShop] Fatal error in module CacheApc:


jemaygwapo

Recommended Posts

I tried to install this 

 

SEO

BASEO - Prestashop Smart SEO Plus Manager v1.0.15 
 
and suddenly pop-up

 

 

 

[PrestaShop] Fatal error in module CacheApc:
Allowed memory size of 1073741824 bytes exhausted (tried to allocate 262042 bytes)

 

Guys I've face this problem so many times :( 

what does it mean :(

 

I really need your help 

 

can anyone explain this in simple which is easy to understand

 

 

Thanks

 

 

 
 

 

Link to comment
Share on other sites

It is running out of allowed memory limit.

Almost all service provider has memory limit to hosted store. 

But I see that it used more than 1G memory, so I guess there is something goes wrong, unless you have huge number of products.

 

Please try to clear your cache and see if it fixes the issue.

Link to comment
Share on other sites

It is running out of allowed memory limit.

Almost all service provider has memory limit to hosted store. 

But I see that it used more than 1G memory, so I guess there is something goes wrong, unless you have huge number of products.

 

Please try to clear your cache and see if it fixes the issue.

 

how to clear my cache?

Link to comment
Share on other sites

I am not sure what other caches your store is using you may try other cachces too.

if that still does not work, I guess there is something wrong with your store or maybe installed modules, issues such as  dead loop that cost memory endless.

you may try to disable/uninstall modules you have installed one by one and see if you can find out the cause.

Link to comment
Share on other sites

I am not sure what other caches your store is using you may try other cachces too.

if that still does not work, I guess there is something wrong with your store or maybe installed modules, issues such as  dead loop that cost memory endless.

you may try to disable/uninstall modules you have installed one by one and see if you can find out the cause.

 

Well i guess i think there's problem with my modules that i installed. Hope that this will work for the second time...

Link to comment
Share on other sites

But in previous message, you said "It didnt work  :("

So you did not find the folders before?

Yeah i misunderstand what folders you mean because there's other cache folder also with a .trash folder

i thought those folder u mean. all the subfolder i cleaned it.

 

but finally! i found now the folder that you wanted :) 

Link to comment
Share on other sites

Yeah i didn't delete these folders: /cache/smarty/cache/ and /cache/smarty/compile/

 

But sadly still didn't work :( 

 

maybe i need to uninstall or disable the installed modules because i saw a forum same issue 

and he found out that his modules was the problem.

 

 

so can you help me how can i uninstall or disable my MODULES? 

Link to comment
Share on other sites

I can't even log in the Admin page 

im currently using Cpanel right now

 

 

 

If you are not able to access store admin page (back office), how could you manage your store?

Please do not delete any modules from control panel. It will cause more issues.

Link to comment
Share on other sites

If you are not able to access store admin page (back office), how could you manage your store?

Please do not delete any modules from control panel. It will cause more issues.

 

I'm just an V.A of my client. Thats why i need a guide to do my job.

 

so what should i do? ill ask my client to get the STORE ADMIN PAGE? back office? 

 

 

 

I tried to fixed in php.ini

 

here's my code

 

<?php
memory_limit = 9092M;
max_execution_time = 9999999000;
max_input_time = -1;
post_max_size = 15M;
upload_max_filesize = 30M;
max_input_vars = 9999999990000;
suhosin.get.max_vars = 9999999990000;
suhosin.post.max_vars = 99999990000;
 
?>
 
what can you suggest about this?
Edited by jemaygwapo (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...