By jilles5 on Wednesday, 06 January 2016
Replies 3
Likes 0
Views 1K
Votes 0
When opening an event in the backend I receive the following error:

Strict Standards: Declaration of JevDate::toSql() should be compatible with JDate::toSql($local = false, JDatabase $dbo = NULL) in /var/www/vhosts/drachtsterboystest1.nl/httpdocs/components/com_jevents/libraries/jevdate.php on line 16 Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 154 bytes) in /var/www/vhosts/drachtsterboystest1.nl/httpdocs/libraries/joomla/cache/storage/file.php on line 567

My configuration:


PHP Version : 5.4.45
MySQL Version : 5.5.46-cll-lve
Fix jQuery? : Yes
Load JEvents Bootstrap CSS? : Yes
Load JEvents Bootstrap JS? : Yes
Max Input Vars ? : 10000
Club code set? : No
Joomla : 2.5.28
component_com_jevents : 3.2.21
component_com_jce : 2.4.5
module_mod_jevents_cal : 3.2.21
module_mod_jevents_custom : 3.2.21
module_mod_jevents_filter : 3.2.21
module_mod_jevents_latest : 3.2.21
module_mod_jevents_legend : 3.2.21
module_mod_jevents_switchview : 3.2.21
plugin_content_jevents : 3.2.21
plugin_finder_jevents : 3.2.21
plugin_search_eventsearch : 3.2.21


What is wrong?
Hello,

Your PHP error reporting is set to high these are harmless developer notices. Please set error reporting to NONE on live sites in the Joomla! global Config.

Many thanks
Tony
·
9 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
When setting it to none I receive a blank page, that's why I set it to maximum for a short time, so I received the error message.

What is wrong in the configuration which causes this error?
·
9 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 154 bytes) in /var/www/vhosts/drachtsterboystest1.nl/httpdocs/libraries/joomla/cache/storage/file.php on line 567


this is your real problem - I suspect you have too many cache files for Joomla to be able to clean them out. Try deleting them using FTP or from the backend of Joomla.
·
9 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post