Error when deleting user account, using JomSocial

This forum is for general questions about extensions for Joomla! 5.x.

Moderators: pe7er, General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Post Reply
Leocold
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Thu Apr 25, 2024 6:48 pm

Error when deleting user account, using JomSocial

Post by Leocold » Thu Apr 25, 2024 6:53 pm

Hello,

When trying to delete a user with Users -> Manage (com_users) I get the following error:

An error has occurred.
0 DateTime::setTimezone(): Argument #1 ($timezone) must be of type DateTimeZone, string given

Joomla 5.1.0
PHP 8.1.14
Database 10.4.28-MariaDB

Any ideas? Thank You!
You do not have the required permissions to view the files attached to this post.
Last edited by toivo on Fri Apr 26, 2024 10:24 pm, edited 1 time in total.
Reason: mod note: moved from 5.x General Questions, retitled

User avatar
toivo
Joomla! Master
Joomla! Master
Posts: 17453
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: Error when trying to delete user account

Post by toivo » Fri Apr 26, 2024 1:49 am

Welcome to the Joomla forum!

Unable to reproduce the error in Joomla 5.1.0. The error message may be coming from a third party plugin that is not compatible with PHP 8.1.

Did you install this website as a new Joomla 5.1.0 site or was it updated from an earlier version of Joomla! If it was updated, from which version?

Go to System - System Configuration and turn on the option 'Debug System' in the System tab. Then go to the System tab and set 'Error Reporting' to 'Maximum'. Try to delete a user again. Post the detailed error message and the lines from the PHP call stack into your reply. The details and the call stack will identify the script that generates the error.

You could also post the results from the Forum Post Assistant (FPA) by following the instructions at https://forumpostassistant.github.io/docs/ so that the configuration can be reviewed.
Toivo Talikka, Global Moderator

Leocold
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Thu Apr 25, 2024 6:48 pm

Re: Error when trying to delete user account

Post by Leocold » Fri Apr 26, 2024 4:49 pm

This site is updated from previous versions of Joomla. The website has been up for at least 15 years, so it has updated through many many versions of Joomla.

Maybe JomSocial is causing this issue? Running JomSocial 4.9.1

Code: Select all

An error has occurred.
0 DateTime::setTimezone(): Argument #1 ($timezone) must be of type DateTimeZone, string given
Call Stack
#	Function	Location
1	()	JROOT/libraries/src/Date/Date.php:405
2	DateTime->setTimezone()	JROOT/libraries/src/Date/Date.php:405
3	Joomla\CMS\Date\Date->setTimezone()	JROOT/components/com_community/tables/event.php:99
4	CTableEvent->_fixDates()	JROOT/components/com_community/tables/event.php:116
5	CTableEvent->load()	JROOT/plugins/user/jomsocialuser/jomsocialuser.php:341
6	plgUserJomSocialUser->deleteFromCommunityEvents()	JROOT/plugins/user/jomsocialuser/jomsocialuser.php:33
7	plgUserJomSocialUser->onBeforeDeleteUser()	JROOT/plugins/user/jomsocialuser/jomsocialuser.php:62
8	plgUserJomSocialUser->onUserBeforeDelete()	JROOT/libraries/src/Plugin/CMSPlugin.php:289
9	Joomla\CMS\Plugin\CMSPlugin->Joomla\CMS\Plugin\{closure}()	JROOT/libraries/vendor/joomla/event/src/Dispatcher.php:454
10	Joomla\Event\Dispatcher->dispatch()	JROOT/libraries/src/Application/EventAware.php:111
11	Joomla\CMS\Application\WebApplication->triggerEvent()	JROOT/administrator/components/com_users/src/Model/UserModel.php:336
12	Joomla\Component\Users\Administrator\Model\UserModel->delete()	JROOT/libraries/src/MVC/Controller/AdminController.php:152
13	Joomla\CMS\MVC\Controller\AdminController->delete()	JROOT/libraries/src/MVC/Controller/BaseController.php:730
14	Joomla\CMS\MVC\Controller\BaseController->execute()	JROOT/libraries/src/Dispatcher/ComponentDispatcher.php:143
15	Joomla\CMS\Dispatcher\ComponentDispatcher->dispatch()	JROOT/libraries/src/Component/ComponentHelper.php:361
16	Joomla\CMS\Component\ComponentHelper::renderComponent()	JROOT/libraries/src/Application/AdministratorApplication.php:150
17	Joomla\CMS\Application\AdministratorApplication->dispatch()	JROOT/libraries/src/Application/AdministratorApplication.php:195
18	Joomla\CMS\Application\AdministratorApplication->doExecute()	JROOT/libraries/src/Application/CMSApplication.php:306
19	Joomla\CMS\Application\CMSApplication->execute()	JROOT/administrator/includes/app.php:58
20	require_once()	JROOT/administrator/index.php:32
You do not have the required permissions to view the files attached to this post.

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44117
Joined: Sat Apr 05, 2008 9:58 pm

Re: Error when trying to delete user account

Post by Webdongle » Fri Apr 26, 2024 8:26 pm

https://forumpostassistant.github.io/docs/ please
Also try
Joom,a update >>> check for updates ... reinstall core files
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

User avatar
toivo
Joomla! Master
Joomla! Master
Posts: 17453
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: Error when trying to delete user account

Post by toivo » Fri Apr 26, 2024 10:23 pm

Leocold wrote:
Fri Apr 26, 2024 4:49 pm
Maybe JomSocial is causing this issue?
You are right. Please report the issue to the developer of JomSocial. According to the PHP call stack, the issue starts from the user plugin JomSocialUser:

Code: Select all

6	plgUserJomSocialUser->deleteFromCommunityEvents()	JROOT/plugins/user/jomsocialuser/jomsocialuser.php:33
7	plgUserJomSocialUser->onBeforeDeleteUser()	JROOT/plugins/user/jomsocialuser/jomsocialuser.php:62
Toivo Talikka, Global Moderator

Leocold
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Thu Apr 25, 2024 6:48 pm

Re: Error when trying to delete user account

Post by Leocold » Fri Apr 26, 2024 10:26 pm

Forum Post Assistant (v1.6.6) : 26-Apr-2024 wrote:
Basic Environment :: wrote:Joomla! Instance :: Joomla! 5.1.0-Stable (Kudumisha) 16-April-2024
Joomla! Configured :: Yes | Read-Only (444) |
Configuration Options :: Offline: false | SEF: true | SEF Suffix: false | SEF ReWrite: true | .htaccess/web.config: Yes | GZip: false | Cache: false | CacheTime: 1 | CacheHandler: file | CachePlatformPrefix: false | FTP Layer: N/A | Proxy: false | LiveSite: | Session lifetime: 60 | Session handler: database | Shared sessions: false | SSL: 2 | Error Reporting: default | Site Debug: false | Language Debug: false | Default Access: Public | Unicode Slugs: false | dbConnection Type: mysqli | PHP Supports J! 5.1.0: Yes | Database Supports J! 5.1.0: Yes | Database Credentials Present: Yes |

Host Configuration :: OS: Linux | OS Version: 3.10.0 | Technology: x86_64 | Web Server: LiteSpeed | Encoding: gzip, deflate, br, zstd | System TMP Writable: Yes | Free Disk Space : 12.25 GiB |

PHP Configuration :: Version: 8.1.14 | PHP API: litespeed | Session Path Writable: Yes | Display Errors: 0 | Error Reporting: 22527 | Log Errors To: | Last Known Error: | Register Globals: | Magic Quotes: | Safe Mode: | Allow url fopen: 1 | Open Base: | Uploads: 1 | Max. Upload Size: 4096M | Max. POST Size: 4096M | Max. Input Time: 3000 | Max. Execution Time: 3000 | Memory Limit: 1024M

Database Configuration :: Version: 10.4.28-MariaDB (Client:mysqlnd 8.1.14) | Database Size: 116.81 MiB | #of Tables with config prefix:  228 | #of other Tables:  335 | User Privileges : GRANT ALL
Detailed Environment :: wrote:PHP Extensions :: Core (8.1.14) | date (8.1.14) | libxml (8.1.14) | openssl (8.1.14) | pcre (8.1.14) | zlib (8.1.14) | filter (8.1.14) | hash (8.1.14) | json (8.1.14) | pcntl (8.1.14) | readline (8.1.14) | Reflection (8.1.14) | SPL (8.1.14) | session (8.1.14) | standard (8.1.14) | litespeed () | bcmath (8.1.14) | bz2 (8.1.14) | calendar (8.1.14) | ctype (8.1.14) | curl (8.1.14) | dba (8.1.14) | dom (20031129) | enchant (8.1.14) | mbstring (8.1.14) | fileinfo (8.1.14) | ftp (8.1.14) | gd (8.1.14) | gettext (8.1.14) | gmp (8.1.14) | iconv (8.1.14) | imap (8.1.14) | intl (8.1.14) | ldap (8.1.14) | exif (8.1.14) | mysqlnd (mysqlnd 8.1.14) | odbc (8.1.14) | PDO (8.1.14) | pgsql (8.1.14) | Phar (8.1.14) | posix (8.1.14) | pspell (8.1.14) | shmop (8.1.14) | SimpleXML (8.1.14) | snmp (8.1.14) | soap (8.1.14) | sockets (8.1.14) | sodium (8.1.14) | sqlite3 (8.1.14) | sysvmsg (8.1.14) | sysvsem (8.1.14) | sysvshm (8.1.14) | tidy (8.1.14) | timezonedb (2022.2) | tokenizer (8.1.14) | xml (8.1.14) | xmlwriter (8.1.14) | xsl (8.1.14) | mysqli (8.1.14) | pdo_mysql (8.1.14) | PDO_ODBC (8.1.14) | pdo_pgsql (8.1.14) | pdo_sqlite (8.1.14) | xmlreader (8.1.14) | Zend OPcache (8.1.14) | Zend Engine (4.1.14) |
Potential Missing Extensions :: zip |

Switch User Environment :: PHP CGI: Yes | Server SU: Yes | PHP SU: Yes | Potential Ownership Issues: No
Folder Permissions :: wrote:Core Folders :: images/ (755) | components/ (755) | modules/ (755) | plugins/ (755) | language/ (755) | templates/ (755) | cache/ (755) | logs/ (755) | tmp/ (755) | administrator/components/ (755) | administrator/modules/ (755) | administrator/language/ (755) | administrator/templates/ (755) | administrator/logs/ (755) | api/ (755) |

Elevated Permissions (First 10) :: BACKUPS/ (777) | administrator/components/com_akeebabackup/backup/ (777) |
Database Information :: wrote:Database statistics :: Uptime: 102447 | Threads: 23 | Questions: 22120590 | Slow queries: 0 | Opens: 1224 | Flush tables: 1 | Open tables: 1215 | Queries per second avg: 215.922 |
Extensions Discovered :: wrote:Components :: Site ::
Core ::
3rd Party:: WF_CLIPBOARD_TITLE (2.9.63) ? | WF_FULLSCREEN_TITLE (2.9.63) ? | WF_LISTS_TITLE (2.9.63) ? | WF_KITCHENSINK_TITLE (2.9.63) ? | WF_DIRECTIONALITY_TITLE (2.9.63) ? | WF_HELP_TITLE (2.9.63) ? | WF_FONTCOLOR_TITLE (2.9.63) ? | WF_WORDCOUNT_TITLE (2.9.63) ? | WF_CLEANUP_TITLE (2.9.63) ? | WF_ATTRIBUTES_TITLE (2.9.63) ? | WF_SPELLCHECKER_TITLE (2.9.63) ? | WF_EMOTIONS_TITLE (2.9.63) ? | WF_LINK_TITLE (2.9.63) ? | WF_VISUALCHARS_TITLE (2.9.63) ? | WF_BROWSER_TITLE (2.9.63) ? | WF_FONTSIZESELECT_TITLE (2.9.63) ? | WF_ARTICLE_TITLE (2.9.63) ? | WF_MEDIA_TITLE (2.9.63) ? | WF_FONTSELECT_TITLE (2.9.63) ? | WF_TABLE_TITLE (2.9.63) ? | WF_CONTEXTMENU_TITLE (2.9.63) ? | WF_PRINT_TITLE (2.9.63) ? | WF_AUTOSAVE_TITLE (2.9.63) ? | WF_ANCHOR_TITLE (2.9.63) ? | WF_NONBREAKING_TITLE (2.9.63) ? | WF_FORMATSELECT_TITLE (2.9.63) ? | WF_TEXTCASE_TITLE (2.9.63) ? | WF_HR_TITLE (2.9.63) ? | WF_STYLESELECT_TITLE (2.9.63) ? | WF_STYLE_TITLE (2.9.63) ? | WF_LANGCODE_TITLE (2.9.63) ? | WF_IMGMANAGER_TITLE (2.9.63) ? | WF_REFERENCE_TITLE (2.9.63) ? | WF_SEARCHREPLACE_TITLE (2.9.63) ? | JCE - Noneditable (1.0.0) ? | WF_PREVIEW_TITLE (2.9.63) ? | WF_VISUALBLOCKS_TITLE (2.9.63) ? | WF_CHARMAP_TITLE (2.9.63) ? | WF_AGGREGATOR_DAILYMOTION_TITLE (2.9.63) ? | WF_AGGREGATOR_[youtube]_TITLE (2.9.63) ? | WF_AGGREGATOR_VIMEO_TITLE (2.9.63) ? | WF_AGGREGATOR_VIDEO_TITLE (2.9.63) ? | WF_AGGREGATOR_AUDIO_TITLE (2.9.63) ? | WF_POPUPS_JCEMEDIABOX_TITLE (2.9.63) ? | WF_FILESYSTEM_JOOMLA_TITLE (2.9.63) ? | WF_LINK_SEARCH_TITLE (2.9.63) ? | WF_LINKS_JOOMLALINKS_TITLE (2.9.63) ? | DesoWV Permit/Report (1.0.0) 1 | Blackout (2.6.2) ? | Bubble (2.8.4.2) ? | Bubble (3.0_Alpha1.2) ? | Blueface (2.8.4.2) ? | Blueface (3.0_Alpha1.2) ? | Blackout (2.6_Strike_RC) ? | Default (3.2.1.6) ? | Default (3.0_Alpha1.2) ? | Default (4.9.1) ? |

Components :: Admin ::
Core :: com_ajax (4.0.0) 1 | com_scheduler (4.1.0) 1 | com_login (4.0.0) 1 | com_banners (4.0.0) 1 | com_fields (4.0.0) 1 | com_modules (4.0.0) 1 | com_workflow (4.0.0) 1 | com_associations (4.0.0) 1 | com_contenthistory (4.0.0) 0 | com_mails (4.0.0) 1 | com_finder (4.0.0) 1 | com_wrapper (4.0.0) 1 | com_actionlogs (3.9.0) 0 | com_checkin (4.0.0) 1 | com_templates (4.0.0) 1 | com_admin (4.0.0) 1 | com_joomlaupdate (4.0.3) 1 | com_guidedtours (4.3.0) 1 | com_redirect (4.0.0) 1 | com_users (4.0.0) 1 | com_newsfeeds (4.0.0) 1 | com_plugins (4.0.0) 1 | com_privacy (3.9.0) 0 | com_tags (4.0.0) 0 | com_cache (4.0.0) 1 | com_cpanel (4.0.0) 1 | com_content (4.0.0) 1 | com_languages (4.0.0) 1 | com_menus (4.0.0) 1 | com_postinstall (4.0.0) 1 | com_search (4.0.0-dev) 1 | com_config (4.0.0) 1 | com_media (3.0.0) 1 | com_installer (4.0.0) 1 | com_weblinks (3.0.0) 1 | com_messages (4.0.0) 1 | com_categories (4.0.0) 1 |
3rd Party:: com_jaextmanager (2.5.3) 1 | com_jaextmanager (2.7.5) 1 | COM_FFEXPLORER (1.0.7) 1 | COM_JCE (2.9.63) 1 | COM_IJOOMLA_SEO (3.2.0) ? | com_akeebabackup (9.9.2) 1 | Community (4.9.1) 1 | Community (4.9.1) 1 |

Modules :: Site ::
Core :: mod_syndicate (3.0.0) 1 | mod_stats (3.0.0) 1 | mod_whosonline (3.0.0) 1 | mod_articles_news (3.0.0) 1 | mod_banners (3.0.0) 1 | mod_articles_categories (3.0.0) 1 | mod_articles_latest (3.0.0) 1 | mod_random_image (3.0.0) 1 | mod_breadcrumbs (3.0.0) 1 | mod_articles_category (3.0.0) 1 | mod_languages (3.5.0) 1 | mod_search (4.0.0-dev) 1 | mod_footer (3.0.0) 1 | mod_finder (3.0.0) 1 | mod_articles_popular (3.0.0) 1 | mod_feed (3.0.0) 1 | mod_weblinks (3.0.0) 1 | mod_articles_archive (3.0.0) 1 | mod_tags_popular (3.1.0) 0 | mod_custom (3.0.0) 1 | mod_related_items (3.0.0) 1 | mod_users_latest (3.0.0) 1 | mod_login (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_wrapper (3.0.0) 1 | mod_tags_similar (3.1.0) 0 |
3rd Party:: JS Videos (4.9.1) 1 | JS Discussions (4.9.1) 1 | JS Pages (4.9.1) 1 | DesoWV Friends (1.0.0) 1 | JS Polls (4.9.1) 1 | JS Members (4.9.1) 1 | JS Members Search (4.9.1) 1 | JS Activity Stream (4.9.1) 1 | MOD_JA_ACM (2.4.1) 1 | JS Events Calendar (4.9.1) 1 | JS Pages - Categories (4.9.1) 1 | JS Events (4.9.1) 1 | JS Top Members - User Points Based (4.9.1) 1 | JS Groups (4.9.1) 1 | JS Video Comments (4.9.1) 1 | JS Top Members (4.9.1) 1 | JS Photos (4.9.1) 1 | JS Notifications (4.9.1) 1 | JS Statistics (4.9.1) 1 | JS Nearby Events Search (4.9.1) 1 | JS Photo Comments (4.9.1) 1 | JS Hello Me (4.9.1) 1 |

Modules :: Admin ::
Core :: mod_privacy_status (4.0.0) 1 | mod_toolbar (3.0.0) 1 | mod_guidedtours (4.3.0) 1 | mod_user (4.0.0) 1 | mod_latest (3.0.0) 1 | mod_latestactions (3.9.0) 0 | mod_messages (4.0.0) 1 | mod_frontend (4.0.0) 1 | mod_stats_admin (3.0.0) 1 | mod_feed (3.0.0) 1 | mod_custom (3.0.0) 1 | mod_submenu (3.0.0) 1 | mod_multilangstatus (3.0.0) 1 | mod_logged (3.0.0) 1 | mod_quickicon (3.0.0) 1 | mod_popular (3.0.0) 1 | mod_post_installation_messages (4.0.0) 1 | mod_login (3.0.0) 1 | mod_loginsupport (4.0.0) 1 | mod_version (3.0.0) 1 | mod_sampledata (3.8.0) 0 | mod_privacy_dashboard (3.9.0) 0 | mod_menu (3.0.0) 1 | mod_title (3.0.0) 1 |
3rd Party::

Libraries ::
Core ::
3rd Party::

Plugins ::
Core :: plg_finder_weblinks (3.0.0) 1 | plg_finder_newsfeeds (3.0.0) 1 | plg_finder_content (3.0.0) 1 | plg_finder_categories (3.0.0) 1 | plg_finder_contacts (3.0.0) 1 | plg_finder_tags (3.0.0) 0 | plg_privacy_message (3.9.0) 0 | plg_privacy_consents (3.9.0) 0 | plg_privacy_content (3.9.0) 0 | plg_privacy_user (3.9.0) 0 | plg_privacy_actionlogs (3.9.0) 0 | plg_editors-xtd_fields (3.7.0) 1 | plg_editors-xtd_article (3.0.0) 1 | plg_editors-xtd_module (3.5.0) 1 | plg_editors-xtd_readmore (3.0.0) 1 | plg_editors-xtd_menu (3.7.0) 1 | plg_editors-xtd_image (3.0.0) 1 | plg_editors-xtd_pagebreak (3.0.0) 1 | plg_webservices_users (4.0.0) 1 | plg_webservices_redirect (4.0.0) 1 | plg_webservices_newsfeeds (4.0.0) 1 | plg_webservices_config (4.0.0) 1 | plg_webservices_languages (4.0.0) 1 | plg_webservices_privacy (4.0.0) 1 | plg_webservices_banners (4.0.0) 1 | plg_webservices_templates (4.0.0) 1 | plg_webservices_content (4.0.0) 1 | plg_webservices_media (4.1.0) 1 | plg_webservices_modules (4.0.0) 1 | plg_webservices_plugins (4.0.0) 1 | plg_webservices_installer (4.0.0) 1 | plg_webservices_messages (4.0.0) 1 | plg_webservices_menus (4.0.0) 1 | plg_webservices_tags (4.0.0) 1 | plg_quickicon_privacycheck (3.9.0) 0 | plg_quickicon_eos (4.4.0) 1 | plg_quickicon_overridecheck (4.0.0) 1 | plg_quickicon_phpversioncheck (3.7.0) 1 | plg_quickicon_joomlaupdate (3.0.0) 0 | plg_quickicon_extensionupdate (3.0.0) 1 | plg_quickicon_downloadkey (4.0.0) 1 | plg_fields_list (3.7.0) 1 | plg_fields_color (3.7.0) 1 | plg_fields_subform (4.0.0) 1 | plg_fields_text (3.7.0) 1 | plg_fields_textarea (3.7.0) 1 | plg_fields_media (3.7.0) 1 | plg_fields_sql (3.7.0) 1 | plg_fields_user (3.7.0) 1 | plg_fields_integer (3.7.0) 1 | plg_fields_imagelist (3.7.0) 1 | plg_fields_radio (3.7.0) 1 | plg_fields_checkboxes (3.7.0) 1 | plg_fields_editor (3.7.0) 1 | plg_fields_url (3.7.0) 1 | plg_fields_calendar (3.7.0) 1 | plg_fields_usergrouplist (3.7.0) 1 | plg_behaviour_versionable (4.0.0) 1 | plg_behaviour_compat (5.0.0) 1 | plg_behaviour_taggable (4.0.0) 1 | plg_sampledata_multilang (4.0.0) 1 | plg_content_pagenavigation (3.0.0) 1 | plg_content_loadmodule (3.0.0) 1 | plg_content_finder (3.0.0) 0 | plg_content_emailcloak (3.0.0) 1 | plg_content_fields (3.7.0) 1 | plg_content_vote (3.0.0) 1 | plg_content_pagebreak (3.0.0) 1 | plg_content_confirmconsent (3.9.0) 0 | plg_content_joomla (3.0.0) 1 | plg_authentication_cookie (3.0.0) 0 | plg_authentication_ldap (3.0.0) 0 | plg_authentication_joomla (3.0.0) 1 | plg_captcha_recaptcha_invisible (3.8) 1 | plg_schemaorg_organization (5.0.0) 1 | plg_schemaorg_article (5.1.0) 1 | plg_schemaorg_jobposting (5.0.0) 1 | plg_schemaorg_book (5.0.0) 1 | plg_schemaorg_event (5.0.0) 1 | plg_schemaorg_blogposting (5.0.0) 1 | plg_schemaorg_person (5.0.0) 1 | plg_schemaorg_custom (5.1.0) 1 | plg_schemaorg_recipe (5.0.0) 1 | plg_user_profile (3.0.0) 0 | plg_user_token (3.9.0) 1 | plg_user_contactcreator (3.0.0) 0 | plg_user_joomla (3.0.0) 1 | plg_user_terms (3.9.0) 0 | plg_installer_webinstaller (4.0.0) 1 | plg_installer_folderinstaller (3.6.0) 1 | plg_installer_urlinstaller (3.6.0) 1 | plg_installer_packageinstaller (3.6.0) 1 | plg_installer_override (4.0.0) 1 | plg_multifactorauth_email (4.2.0) 0 | plg_multifactorauth_webauthn (4.2.0) 0 | plg_multifactorauth_totp (3.2.0) 1 | plg_multifactorauth_yubikey (3.2.0) 1 | plg_multifactorauth_fixed (4.2.0) 0 | plg_extension_finder (4.0.0) 1 | plg_extension_namespacemap (4.0.0) 1 | plg_extension_joomla (3.0.0) 1 | plg_task_check_files (4.1) 1 | plg_task_globalcheckin (5.0.0) 1 | plg_task_privacyconsent (5.0.0) 1 | plg_task_rotatelogs (5.0.0) 1 | plg_task_site_status (4.1) 1 | plg_task_updatenotification (5.0.0) 1 | plg_task_deleteactionlogs (5.0.0) 1 | plg_task_requests (4.1) 1 | plg_task_sessiongc (5.0.0) 1 | plg_workflow_publishing (4.0.0) 1 | plg_workflow_featuring (4.0.0) 1 | plg_workflow_notification (4.0.0) 1 | plg_filesystem_local (4.0.0) 1 | plg_media-action_resize (4.0.0) 1 | plg_media-action_crop (4.0.0) 1 | plg_media-action_rotate (4.0.0) 1 | plg_search_weblinks (3.0.0) 1 | plg_search_newsfeeds (4.0.0-dev) 1 | plg_search_content (4.0.0-dev) 1 | plg_search_categories (4.0.0-dev) 1 | plg_search_contacts (4.0.0-dev) 1 | plg_search_tags (4.0.0-dev) 0 | plg_actionlog_joomla (3.9.0) 0 | plg_system_redirect (3.0.0) 1 | plg_system_log (3.0.0) 1 | plg_system_jooa11y (4.2.0) 1 | plg_system_cache (3.0.0) 0 | plg_system_logout (3.0.0) 1 | plg_system_webauthn (4.0.0) 0 | plg_system_fields (3.7.0) 1 | plg_system_sef (3.0.0) 1 | plg_system_privacyconsent (3.9.0) 0 | plg_system_guidedtours (4.3.0) 1 | plg_system_highlight (3.0.0) 1 | plg_system_schemaorg (5.0.0) 1 | plg_system_accessibility (4.0.0) 0 | plg_system_actionlogs (3.9.0) 0 | plg_system_debug (3.0.0) 1 | plg_system_stats (3.5.0) 0 | plg_system_task_notification (4.1) 1 | plg_system_shortcut (4.2.0) 1 | plg_system_languagecode (3.0.0) 0 | plg_system_skipto (4.0.0) 1 | plg_system_schedulerunner (4.1) 1 | plg_system_httpheaders (4.0.0) 0 | plg_system_remember (3.0.0) 0 | plg_system_languagefilter (3.0.0) 0 | plg_api-authentication_token (4.0.0) 1 | plg_api-authentication_basic (4.0.0) 0 |
3rd Party:: PLG_WEBSERVICES_AKEEBABACKUP (9.9.2) 1 | PLG_QUICKICON_AKEEBABACKUP (9.9.2) 0 | plg_quickicon_jce (2.9.63) 1 | plg_fields_mediajce (2.9.63) 1 | PLG_CONSOLE_AKEEBABACKUP (9.9.2) 1 | plg_content_jce (2.9.63) 1 | JomSocial Article Comments (4.9.1) 0 | ijseo_plugin (3.0.0) 0 | User - Jomsocial User (4.9.1) 1 | plg_installer_jce (2.9.63) 1 | plg_extension_jce (2.9.63) 1 | PLG_TASK_AKEEBABACKUP (9.9.2) 1 | PLG_MYCONTACTS_TITLE (4.9.1) 0 | PLG_TWITTER_XML_TITLE (4.9.1) 0 | PLG_MYFRIENDS_TITLE (4.9.1) 0 | PLG_WORDFILTER_TITLE (4.9.1) 0 | PLG_MYEVENTS_TITLE (4.9.1) 0 | PLG_WALLS_TITLE (4.9.1) 1 | PLG_COMMUNITY_MYLATESTPHOTOS_TITLE (4.9.1) 0 | PLG_MUTUALFRIENDS_TITLE (4.9.1) 0 | PLG_MYRSSFEEDS_TITLE (4.9.1) 0 | PLG_MYGROUPS_TITLE (4.9.1) 0 | PLG_MYTAGGEDVIDEOS_TITLE (4.9.1) 0 | PLG_KUNENA_TITLE (4.9.1) 0 | PLG_FRIENDSLOCATION_TITLE (4.9.1) 0 | Kunena Groups (2.0.3) 0 | My Forum Menu (2.0.3) 0 | PLG_COMMUNITY_ARTICLENOTIFICATIONS_ (4.9.1) ? | PLG_MYGOOGLEADS_TITLE (4.9.1) 0 | My Forum Posts (2.0.3) 0 | PLG_MYARTICLES_TITLE (4.9.1) 0 | PLG_MYVIDEOS_TITLE (4.9.1) 0 | plg_editors_codemirror (6.0.0) 1 | plg_editors_jce (2.9.63) 1 | plg_editors_tinymce (6.8.3) 1 | PLG_ACTIONLOG_AKEEBABACKUP (9.9.2) 0 | PLG_PUBLISHERUSERPOINTS_TITLE (4.9.1) 0 | System - JomSocial System (4.9.1) 1 | PLG_SYSTEM_BACKUPONUPDATE (9.9.2) 0 | System - Jomsocial Chat Bar (4.9.1) 0 | System - iJSEO (3.0.0) 0 | plg_system_jce (2.9.63) 1 | Jomsocial Update (4.0.10) 0 | System - Jomsocial Facebook Connect (4.1.7) ? | PLG_GURUUSERPOINTS_TITLE (4.9.1) 0 | System - Jomsocial Redirect (4.9.1) 1 | plg_system_t4 (2.4.0) 1 |
Templates Discovered :: wrote:Templates :: Site :: tr_neutrino_pro (1.0.1) 1 | cassiopeia (1.0) 1 | ja_atoms (2.1.1) 1 |
Templates :: Admin :: atum (1.0) 1 |

Leocold
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Thu Apr 25, 2024 6:48 pm

Re: Error when trying to delete user account

Post by Leocold » Fri Apr 26, 2024 10:31 pm

toivo wrote:
Fri Apr 26, 2024 10:23 pm
Leocold wrote:
Fri Apr 26, 2024 4:49 pm
Maybe JomSocial is causing this issue?
You are right. Please report the issue to the developer of JomSocial. According to the PHP call stack, the issue starts from the user plugin JomSocialUser:

Code: Select all

6	plgUserJomSocialUser->deleteFromCommunityEvents()	JROOT/plugins/user/jomsocialuser/jomsocialuser.php:33
7	plgUserJomSocialUser->onBeforeDeleteUser()	JROOT/plugins/user/jomsocialuser/jomsocialuser.php:62
I will post on their support forms. Thank You.


Post Reply

Return to “Extensions for Joomla! 5.x”