By Jay on Tuesday, 05 January 2016
Posted in Technical Issues
Replies 4
Likes 0
Views 1K
Votes 0
After upgrading to EasySocial 1.4.6, I'm now unable to load my user profile which can be viewed here (http://dakollabo.com/index.php/recent-activities/profile/dakollabo). The page loads incorrectly and I get this loading error:

(Error: 0 - DateTimeZone::__construct() [datetimezone.--construct]: Unknown or bad timezone ({"year":"2016","month":"1","day":"4"}))
Hello Jay,

It seems like your memory_limit is too low that it hits this:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 94 bytes) in /home/severetech/public_html/DaKollabo/libraries/joomla/language/language.php on line 807

You might want to increase your memory_limit to 256MB. Please give it a try.
·
Tuesday, 05 January 2016 11:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Now anytime I try to load a page from EasySocial component, I'm getting a HTTP 500 Internal Server Error

Most likely causes:
•The website is under maintenance.
•The website has a programming error.

Outside of the EasySocial component, my website works as expected.
Jay
·
Tuesday, 05 January 2016 04:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Oh my goodness!!!!! That worked!!!

I don't know what tool you used to see that error, because my error logging tools weren't bringing up anything. But thanks. And if you want to share how you troubleshooted to come to that solution to help others, then i'm sure it'll be appreciated. Thanks!!
Jay
·
Tuesday, 05 January 2016 12:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Jay,

We normally use firebug to inspect the console to view these ajax calls You should try that, it's a pretty cool tool.
·
Tuesday, 05 January 2016 12:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post