Ok I think the /mode/ folder is missing
but there is a /elgg/elgg/mod/ folder
do both have the same files? What is each used for?
Thanks
Your plugins must be compatible with the version of Elgg you are upgrading to.
You should have learned this before updating your site.
We've written a small guide for this (relevant for version Elgg 2)
Hi Nikolai,
thanks in that case the plugins were missing in the correct /mod/ folder. I must have removed them before for upgrading. I can now upload and test them one by one.
Update now worked except for the upgrade.php it generates an infinite redirect. Not sure why.
I mentioned this before in an old thread about a year ago, the other errors there I was able to work out.
Anyway, the only thing not fully working is the upgrade.php it generates an infinite redirect, specifically it is the url upgrade/init. Do you may be have a hint?
I might think it has to do with htaccess redirects??
Thanks a lot, great Version #3 btw. I'm looking forward upgrading to 4.
Thank you but translation isn't the issue.
Tab Titles....the tabs at the top of the browser with the title of the page. instead of "Terms of use" it reads <title>NetCare algemene voorwaarden</title>... instead of "Privacy" it reads <title>Privacy beleid</title> .....Instead of "About" it reads <title>Over Elgg</title>.
I know how to change them if I could find them. So if anyone knows where I can find them I would appreciate them letting me know. Thank You
Seems, you installed some plugin that redefines the titles.
Use Translation editor plugin, e.g.:
- find 'NetCare algemene voorwaarden' and rename string for your language
I've meant Nginx config ;)
Start to test Nginx:
nginx -t
Try raising the timeout:
location ~ .php$ {
......
fastcgi_read_timeout 300;
......
}
In /etc/php/7.4/fpm/pool.d/www.conf
change
;request_terminate_timeout = 0
on
request_terminate_timeout = 300
service nginx reload
service php-7.4-fpm restart
Thank you Nikolai! I will test this and come back to you.
I am sorry that I am slow to respond. This is a volunteer project that I can only work on 1 day / week on Fridays.
Your suggestion was tested, but the outcome remains the same:
2023/02/17 13:52:00 [error] 14614#14614: *1 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 88.165.95.156, server: discussion.cosmopoliticalcoop.site, request: "POST /action/group_tools/mail HTTP/2.0", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm.sock:", host: "discussion.cosmopoliticalcoop.site", referrer: "https://discussion.cosmopoliticalcoop.site/groups/mail/107"
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.