Jump to content

[SOLVED ]Payment tab and Modules tab blank in Back Office


Recommended Posts

Dears, I would like to share one issue i had and now its resolved.

the problem was : when i login to Prestashop Back Office and click on "Payment" tab or "Module" tab, it give me a blank screen.

the resolution :
in PHPConfiguration from the cPanel the Maximum amount of memory a script may consume was (32MB).
i asked my Host Server to upgrade it to 45 MB and now its working fine.

41886_4F8RloZNZf5GcetkVC3q_t

Link to comment
Share on other sites

Dears, I would like to share one issue i had and now its resolved.

the problem was : when i login to Prestashop Back Office and click on "Payment" tab or "Module" tab, it give me a blank screen.

the resolution :
in PHPConfiguration from the cPanel the Maximum amount of memory a script may consume was (32MB).
i asked my Host Server to upgrade it to 45 MB and now its working fine.



Thanks!!

I had same problem, after read your post i ask to my host provider inclrease the memory_limit to 64 MB and all works!
Link to comment
Share on other sites

I’ve increased memory_limit to 45M or 64M or other values, but still no luck. Please help.. Prestashop newcomer here.


SOLVED. Alternative way that works for me:

- open config/config.inc.php

- find /* Improve PHP configuration to prevent issues */

- add ini_set('memory_limit', '64M');

- save and done

  • Like 1
Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...
  • 2 months later...

I’ve increased memory_limit to 45M or 64M or other values, but still no luck. Please help.. Prestashop newcomer here.<br/><br/><br/>SOLVED. Alternative way that works for me:<br/><br/>- open config/config.inc.php<br/><br/>- find /* Improve PHP configuration to prevent issues */<br/><br/>- add ini_set('memory_limit', '64M');<br/><br/>- save and done

 

 

Bumping for usefulness.

 

All that php ini thing is incomplete without this step.Saved my day.Strangely this line is missing in the config.inc.php file.

Link to comment
Share on other sites

  • 5 weeks later...
  • 3 weeks later...
  • 2 years later...

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...