Jump to content

payment


Recommended Posts

I installed version 1.4, everything went fine. Went into back end to configure the shop and this is where I started having problems. When I click on some of the tabs, I get the sub tabs but nothing else. Payment is one clicking on the tab payment I get the sub tabs of * Currencies * Taxes * Tax Rules * Vouchers. Under that is a single white blank line. I get no options to setup the modules for type of payment. I looked in the tools and again no payment blocks there either. for modules I get about the same as payments. Click on modules I get the sub tabs of * Modules & ThemesCatalog * My Account * Themes * Positions, and again a single blank white line under this.

anyone have a solution, previous version worked great 1.36.

41734_jqfrZIxfWmrenZVOhmXm_t

Link to comment
Share on other sites

I had already checked the permissions and they were right. I set the display_error to on and this is what I got.

Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 122880 bytes) in /classes/Module.php(408) : eval()'d code on line 355

Payment tab now shows a blank page.

Hope this helps, and thanks.

Link to comment
Share on other sites

I is apparently the memory issue.
I think you will need to allocate more memory.

You can change it at PHP.ini file if you are using WAMPm look for lines like

; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 256M



If you are using hosting, maybe you will have to contact them.

Link to comment
Share on other sites

OK here is what I did. I did try the memory_limit. This is not a good solution for it can put a strain on the host if shared.

I completely removed the prestashop folder and all files. Then downloaded version 1.4 again, and extracted the files. Then uploaded the files again.
I removed the database, and built a new one.
Now I put the memory_limit= 64mb where it was at.
Then ran the install, and everything went smooth. After removing install folder and renaming admin, I went into admin and everything now seems correct.

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