OutOfMemoryError - Question | JoomShaper

OutOfMemoryError

NL

Navitas Life Sciences Pvt Ltd

Helix Framework 3 weeks ago

I'm facing OutOfMemoryError when I open the template option on my local. I'm using WAMP Server and Joomla version is "‎4.4.3" ‎, PHP 8.1.26, and using Finion templeate

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 weeks ago #153861

Hi,

in that case you have to change PHP settings, you need those values (from our documenation):

  • PHP: memory_limit: 256 MB or 512M
  • PHP: post_max_size: 128M
  • PHP: upload_max_filesize: 20M or 30M
  • PHP: [mbstring = enabled]
  • PHP: [fileinfo = enabled]
  • PHP Extensions: GD Library
  • PHP Extensions: CURL Library
  • About PHP version start from 8.0 or 8.1.

And remember that we are NOT support of WAMP Software.

0
NL
Navitas Life Sciences Pvt Ltd
Accepted Answer
3 weeks ago #153862

What are the changes i need to do. I tried all the version lower and higher.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 weeks ago #153863

Look up & read again what I wrote, shared also in "Hidden Content" area.

0