By nellyh on Monday, 28 December 2015
Replies 3
Likes 0
Views 1.1K
Votes 0
I like JEvents but am close to giving up!
Fresh install of JE 3.4 on a Joomla! 3.4.8 site, but it keeps failing.
It seems to install ok, message confirms, and goes to control panel, but as soon as you hit the config icon, error 500 white screen. From full error reporting get:
"Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 91 bytes) in *mysite*/public_html/libraries/joomla/language/language.php on line 804"
Can't see anything amiss in the named php file.
Tried several uninstalls/reinstalls, removed tables, started fresh, etc. same result each time.
Tried installing from Joomla ext site, and from downloads from my folders. same result.
Any ideas?
Hello,

You are running out of php memory and it needs increasing to at least 32mb ideally 64MB.

Once increased all will work again.

If on php 5.4. then just place a .user.ini file in the Joomla! root and add:

memory_limit = 64M

To the file and save.

Many thanks
Tony
·
9 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank Mike!
Sometimes so easy to overlook the obvious.
·
9 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem at all! Glad to have helped.

Many thanks
Tony
·
9 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post