OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

OrdaSoft template Support

Go to bottom Favoured: 0

Getting an error

ryanvan (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Getting an error 8 Years, 3 Months ago
Karma: 0  
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 80 bytes) in /public_html/libraries/joomla/form/fields/radio.php on line 22

with template joomla_gatgets_store_pro_v2
Logged Logged
Last Edit: 2015/12/28 08:06 By ryanvan.
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Getting an error 8 Years, 3 Months ago
Karma: 58  
Hello,

You have such problem, because Your PHP configuration at the server has a memory limit, which is rather low.

I'd recommend to set it to 32 Mb.

!!!Please, contact your host provider to increase PHP's memory limit to 32 Mb.!!!

or if you have access to php.ini follow in this way:

If so, search for memory_limit and change the value to 32M

If not, do you have a .htaccess file in your Joomla website root folder?
If so, add the following line:
php_value memory_limit 32M
Thanks,
Taras
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»