Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Appeare error when translate the contents to another language

Started by Somaputra, August 13, 2013, 01:28:58 PM

Previous topic - Next topic

Somaputra

I try to install abantecart 1.1.6, one error appear when translate the contens to another language (new language), in previous version this case not occure, Are you get problem like me ? how to solve this problem?. Thanx


the error was appear is :

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32761 bytes) in /home/sr/public_html/k/core/lib/content_manager.php on line 492

abantecart

This looks like PHP ran out of memory. Try to add memory.

If you have access to your php.ini, increase the max memory size.
Or  in your .htaccess
php_value memory_limit 128M
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Somaputra

   Hi,
  I've increased it to 128M, but error remain appear with deffrence messege :

  Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 43405 bytes) in /home/sr/public_html/k/core/lib/content_manager.php on line 492


  And I tried to increase to 256M, error remain occured with new message :
 
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 66313 bytes) in /home/sr/public_html/k/core/lib/content_manager.php on line 492
 

abantecart

What step of installation get's this problem? This is very strange.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Somaputra

I installed version1.1.6 with softaculous, than created new  language (Indonesia Language) , than translated the front store display untill step everythings was normal, than when  i'll translated the content, this error occured.

kitttttt

I having the same problem and I have tried the recommendation from Abantecart, it doesnt work.
do you found any solution?


scents

I'm getting this same error when trying to insert a new page in the content manager. Please help.

abantecart

Sorry for the delay with this reply.

Where was a fix to this that will be available along with 1.1.8 release.
You can apply it beforehand.

Locate file public_html/core/lib/content_manager.php about line 492
Replace:

if($par_id == $parent_id){

with

if($par_id == $parent_id && $content['content_id'] ){
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

DavidLIR

I tried this as well...will it fix translation into any language?  will let you know how it works
Love is Real....All Else is Illusion

chybrat

I am getting this when trying to log in:

Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 17045 bytes) in /home/public_html/shop/core/lib/content_manager.php on line 492

Please advise?

abantecart

Did you apply the fix in "December 22, 2013, 12:56:57 PM" post?
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

scents

I'm new to AbanteCart, can someone advise me where to go in the admin: Locate file public_html/core/lib/content_manager.php about line 492. so I can apply the fix?

eCommerce Core

Try core/lib/content_manager.php starting from your web directory or abantecart directory
"If you're in the luckiest one per cent of humanity, you owe it to the rest of humanity to think about the other 99 per cent."
― Warren Buffett

Forum Rules Code of conduct
AbanteCart.com 2010 -