Hello everyone.
I have an old Elgg site that just went down and I wanted to check and see if anyone knows this error number and could point me in the right direction. I'm not sure if it will be worth fixing or if I should just replace the site with a static landing page. I did a lot of customization 5+ years ago but have not kept up on updates. Is Elgg still an active platform?
Here is the code:
Exception #1605658762
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- Jay Kolbet-Clausell@Jazfry
Jay Kolbet-Clausell - 0 likes
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- Jay Kolbet-Clausell@Jazfry
Jay Kolbet-Clausell - 0 likes
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- Jay Kolbet-Clausell@Jazfry
Jay Kolbet-Clausell - 0 likes
- Jay Kolbet-Clausell@Jazfry
Jay Kolbet-Clausell - 0 likes
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- Jay Kolbet-Clausell@Jazfry
Jay Kolbet-Clausell - 0 likes
You must log in to post replies.It's the unix timestamp of your server.
Please check your error log to find this timestamp and learn more about error.
Thanks for the quick response. This site is on JustHost and I am in the phpMyAdmin and see the errors. How involved will this fix be? Does a message like this mean someone was hacking the site?
"Access denied for user 'root'@'localhost' (using password: NO)"
You need check syslog on your server to find out what happened.
Can you change the MySQL password?
If yes, do it.
Which your Elgg version?
It is Elgg 1.8.8 I downloaded the error log and seems like unusual activity started Nov 12 with this error message:
[12-Nov-2020 19:39:41 UTC] PHP Warning: Version warning: Imagick was compiled against Image Magick version 1654 but version 1650 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
Password changed just to be safe.
Seems, your hoster has updated PHP version to 7.3.
I would suggest reinstalling the imagick pecl module.
If you're on the shared hosting then contact your host support.
It's sad.
If I'm right and you have PHP version 7.x and above, I'm afraid you need to either downgrade to PHP 5.x or update your Elgg.
Can you check your PHP version right now?
Don't forget edit your Elgg settings also:
section:
Do you have this error in your log ?
If yes, you're on PHP 7.
FYI: https://elgg.org/pages/view/2045983/tip-how-to-fix-the-problem-with-mysql-56
I have that error and am glad to see that it is not likely a hacking issue. I am guessing that upgrading may have some unintended consequences since I did a lot of formatting for the Elgg site but would the content be available? This is quite a few version jumps up. Are there any threads on that process or should I look into downgrading my PHP instead?
This page probably has the most custom elements.
https://web.archive.org/web/20200509173251/http://www.jazfry.com/community/groups/all
Sure, the process is very hard but sooner or later everyone goes through it.
If you have many custom plugins, or plugins that haven't yet been updated, the update may take months.
At the same time, you must code or have someone who knows how to do it.
It was a challenge for us too but we did it.
Try search.
Me and iionly wrote a lot about it.
In addition, I can also give these snippets for you:
Thank you very much. Jazfry isn't an active community, so I will take my time with it and see if 3.x is a good fit for some of the active spaces that I am working in.