itthinx / groups

Groups provides group-based user membership management, group-based capabilities and content access control. It integrates standard WordPress capabilities and application-specific capabilities along with an extensive API.
GNU General Public License v3.0
49 stars 35 forks source link

help!!! your plugin crashes an entire WP site #130

Closed PieterCooreman closed 2 years ago

PieterCooreman commented 2 years ago

and disabling it exposes very sensitve data to the public and search engines...

this is a disaster. please help. let me know what I can do to help you to help me.

Groups version: 2.16.1 WordPress 5.9

itthinx commented 2 years ago

Please make sure that you have debugging enabled and provide details from your site's debug.log so we can see what exact issue you have on your site.

PieterCooreman commented 2 years ago

Een fout van het type E_PARSE werd veroorzaakt op regelnummer 243 van het bestand /home/XXXX/domains/XXXXX/public_html/XXX/wp-content/plugins/groups/lib/admin/groups-admin-options.php. Foutmelding: syntax error, unexpected ''

itthinx commented 2 years ago

This points to https://github.com/itthinx/groups/blob/master/lib/admin/groups-admin-options.php#L243 which makes no sense unless your files have been corrupted.

If that is the case, you might want to replace your copy of the plugin with the untouched latest release. You can do that by deleting the folder wp-content/plugins/groups and installing Groups again but make sure to have a full backup of your site and database that you can revert to and do not enable the delete data option in Groups.

PieterCooreman commented 2 years ago

That fixed the problem. Thank you for your support. No idea how that file got corrupted.

itthinx commented 2 years ago

Perfect, really great to hear that it's ok now :)

Thanks for using Groups!