Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError Topic is solved

For Joomla! 5.x Coding related discussions, you could also use: http://groups.google.com/group/joomla-dev-general

Moderators: ooffick, 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
EmilyB
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 109
Joined: Sun Jan 10, 2010 4:52 pm

Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by EmilyB » Fri Apr 12, 2024 6:17 pm

Hi,

I recently updated to Joomla 5x from 4x and also moved to php 8.2x

I have managed to fix other issues with plugins and so on but have one outstanding issue with some custom work I had done (basically 3 php files that automatically via cron jobs import files from another source).

Now when they run (which i can test via URL) they throw a 500 error.

When I enable the error reporting and debug, the error on front end shows under Stack Trace:

Code: Select all

ClassNotFoundError
HTTP 500 Whoops, looks like something went wrong.
Attempted to load class "Juri" from the global namespace.
Did you forget a "use" statement?

Symfony\Component\ErrorHandler\Error\ClassNotFoundError:
Attempted to load class "Juri" from the global namespace.
Did you forget a "use" statement?

  at /home/mysite/public_html/myfolder/script_myscriptphp:46  

Under the Exception it shows:

Code: Select all

Symfony\Component\ErrorHandler\Error\
ClassNotFoundError
in /home/mysite/public_html/myfolder/script_myscript.php (line 46)
error_reporting(E_ALL);
define('AMDEBUG',1);
define('IMGPATH',0);
define('READFLAG',2);
define('REMOVEIFLE',1);
define('URI_ROOT',Juri::root()."../");//define("imgSourcePath",Juri::root().'media/myfolder2/temp/');$propSubMapToCat = array();//$stausidMapPropstatus = array();$propSubMapToCat[0] = 2194;$propSubMapToCat[1] = 37;
In administrator/logs/error.php it shows:

Code: Select all

[12-Apr-2024 10:17:34 UTC] PHP Warning:  Undefined variable $baseURL in /home/mysite/public_html/myfolder/script_myscript.php on line 47
[12-Apr-2024 10:17:34 UTC] PHP Warning:  session_name(): Session name cannot be changed after headers have already been sent in /home/mysite/public_html/libraries/vendor/joomla/session/src/Storage/NativeStorage.php on line 392
I am not sure why it has suddenly stopped working as it has run beautifully for a couple of years now. It is basically some 3rd party code I had created for me which consists of 3 php files (a reader, the script and script helper).

From the error messages reported would anybody know what might be causing my issues? Unfortunately the developer is no longer around to ask.

Kind regards
Last edited by toivo on Sun Apr 14, 2024 10:30 pm, edited 1 time in total.
Reason: mod note: moved from 5.x General Questions

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

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by Webdongle » Fri Apr 12, 2024 7:56 pm

Turn on debug please
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: 17510
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by toivo » Fri Apr 12, 2024 10:00 pm

Go to System - Manage - Plugins and search for the plugin 'Behaviour - Backward Compatibility'. Make sure it is enabled.
Toivo Talikka, Global Moderator

EmilyB
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 109
Joined: Sun Jan 10, 2010 4:52 pm

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by EmilyB » Sat Apr 13, 2024 8:25 am

Hi toivo,

yes Behaviour - Backward Compatibility is already enabled.

webdongle, when I turn on debug it shows this:


# Function Location
1 () JROOT/libraries/src/Router/Router.php:155
2 Joomla\CMS\Router\Router->parse() JROOT/libraries/src/Application/SiteApplication.php:754
3 Joomla\CMS\Application\SiteApplication->route() JROOT/libraries/src/Application/SiteApplication.php:244
4 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:306
5 Joomla\CMS\Application\CMSApplication->execute() JROOT/includes/app.php:58
6 require_once() JROOT/index.php:32

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

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by Webdongle » Sat Apr 13, 2024 12:07 pm

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".

EmilyB
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 109
Joined: Sun Jan 10, 2010 4:52 pm

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by EmilyB » Sat Apr 13, 2024 12:39 pm

I have had to break up FPA. Here is part1
Forum Post Assistant (v1.6.6) : 13-Apr-2024 wrote:
Basic Environment :: wrote:Joomla! Instance :: Joomla! 5.0.3-Stable (Kuboresha) 20-February-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: 60 | CacheHandler: file | CachePlatformPrefix: true | FTP Layer: N/A | Proxy: false | LiveSite: | Session lifetime: 60 | Session handler: filesystem | Shared sessions: false | SSL: 2 | Error Reporting: none | Site Debug: true | Language Debug: false | Default Access: Public | Unicode Slugs: false | dbConnection Type: mysqli | PHP Supports J! 5.0.3: Yes | Database Supports J! 5.0.3: Yes | Database Credentials Present: Yes |

Host Configuration :: OS: Linux | OS Version: 4.18.0-513.18.1.el8_9.x86_64 | Technology: x86_64 | Web Server: Apache | Encoding: gzip, deflate, br, zstd | System TMP Writable: Yes | Free Disk Space : 15500.45 GiB |

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

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

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) :: arrowchat/ (777) | arrowchat/cache/ (777) | arrowchat/includes/ (777) | arrowchat/includes/emojis/ (777) | arrowchat/includes/emojis/img/ (777) | arrowchat/includes/emojis/img/16/ (777) | arrowchat/includes/emojis/img/32/ (777) | arrowchat/includes/js/ (777) | arrowchat/includes/js/uploadify/ (777) | feeds. mysite.co.uk/build/assets/ (775) |
Database Information :: wrote:Database statistics :: Uptime: 761675 | Threads: 20 | Questions: 153326788 | Slow queries: 443 | Opens: 192422 | Flush tables: 3 | Open tables: 16384 | Queries per second avg: 201.302 |
Extensions Discovered :: wrote:Components :: Site ::
3rd Party:: Wireframe (4.0) ? | Pastel (3.5) ? | Carbon (4.0) ? | Hako (4.0) ? | Bubbles (4.0) ? | UIkit (4.0) ? | Simplistic (4.0) ? | Helix (4.0) ? | Plain (4.0) ? | Vintage (4.0) ? | Origami (4.0) ? | Timeless (4.0) ? | Nickel (4.0) ? | Elegant (4.0) ? | Nomad (4.0) ? | Bluedream (4.0) ? | Wireframe (4.0) ? | theme1 (1.0) ? | blue (1.0) ? | wider (2.0) ? | theme4 (1.0) ? | theme_black (1.0) ? | theme4 (1.0) ? | theme2 (1.0) ? | theme1 (1.0) ? | theme3 (1.0) ? | os_paypal (1.0) ? | os_stripe (1.0) ? | os_offline (1.0) ? | WF_AGGREGATOR_DAILYMOTION_TITLE (2.9.63) ? | WF_AGGREGATOR_VIDEO_TITLE (2.9.63) ? | WF_AGGREGATOR_[youtube]_TITLE (2.9.63) ? | WF_AGGREGATOR_AUDIO_TITLE (2.9.63) ? | WF_AGGREGATOR_VIMEO_TITLE (2.9.63) ? | WF_LINK_SEARCH_TITLE (2.9.63) ? | WF_POPUPS_JCEMEDIABOX_TITLE (2.9.63) ? | WF_FILESYSTEM_JOOMLA_TITLE (2.9.63) ? | WF_LINKS_JOOMLALINKS_TITLE (2.9.63) ? | WF_NONBREAKING_TITLE (2.9.63) ? | WF_HELP_TITLE (2.9.63) ? | WF_VISUALCHARS_TITLE (2.9.63) ? | WF_ATTRIBUTES_TITLE (2.9.63) ? | WF_CHARMAP_TITLE (2.9.63) ? | WF_FORMATSELECT_TITLE (2.9.63) ? | WF_TEXTCASE_TITLE (2.9.63) ? | WF_REFERENCE_TITLE (2.9.63) ? | WF_LINK_TITLE (2.9.63) ? | WF_ARTICLE_TITLE (2.9.63) ? | WF_ANCHOR_TITLE (2.9.63) ? | WF_KITCHENSINK_TITLE (2.9.63) ? | WF_EMOTIONS_TITLE (2.9.63) ? | WF_WORDCOUNT_TITLE (2.9.63) ? | WF_FULLSCREEN_TITLE (2.9.63) ? | WF_HR_TITLE (2.9.63) ? | WF_SEARCHREPLACE_TITLE (2.9.63) ? | WF_IMGMANAGER_TITLE (2.9.63) ? | WF_FONTSIZESELECT_TITLE (2.9.63) ? | WF_SPELLCHECKER_TITLE (2.9.63) ? | WF_BROWSER_TITLE (2.9.63) ? | WF_STYLE_TITLE (2.9.63) ? | JCE - Noneditable (1.0.0) ? | WF_STYLESELECT_TITLE (2.9.63) ? | WF_DIRECTIONALITY_TITLE (2.9.63) ? | WF_PREVIEW_TITLE (2.9.63) ? | WF_MEDIA_TITLE (2.9.63) ? | WF_FONTSELECT_TITLE (2.9.63) ? | WF_LANGCODE_TITLE (2.9.63) ? | WF_TABLE_TITLE (2.9.63) ? | WF_PRINT_TITLE (2.9.63) ? | WF_AUTOSAVE_TITLE (2.9.63) ? | WF_CLEANUP_TITLE (2.9.63) ? | WF_VISUALBLOCKS_TITLE (2.9.63) ? | WF_CLIPBOARD_TITLE (2.9.63) ? | WF_CONTEXTMENU_TITLE (2.9.63) ? | WF_LISTS_TITLE (2.9.63) ? | WF_FONTCOLOR_TITLE (2.9.63) ? | JReviews MyLists Site Lists Module (4.3.0) 1 | JReviews MyLists User Lists Module (4.3.0) 1 | JReviews Stream Activities (3.1.0) ? | JReviews Widgets Module (2.5) 1 | JReviews MapsPro Module (2.5) 1 | My Favorites (3.5) ? | JReviews UserProfiles Login Module (3.0.0) 1 | JReviews EngageUsers Notifications (3.8) ? | JReviews Listing Resources Module (2.5) 1 | plg_finder_jreviews (4.6.2) 0 | System - JReviews ShortCodes (4.6.2) 1 | System - JReviews Module Parameters (4.6.2) 1 | PLG_SYSTEM_YOYO (4.6.2) 1 | System - JReviews Add-on Menus (4.6.2) 1 | System - JReviews Asset Loader (4.6.2) 1 | System - JReviews Article Overrides (4.6.2) 1 | System - JReviews SEF (4.6.2) 1 | JReviews (4.6.2) 1 | JReviews Reviews Module (4.6.2) 1 | JReviews Calendar Module (4.6.2) 1 | JReviews Fields Module (4.6.2) 1 | JReviews Range Module (4.6.2) 1 | JReviews Totals Module (4.6.2) 1 | JReviews Media Module (4.6.2) 1 | JReviews Reviews Advanced Filtering (4.6.2) ? | JReviews Advanced Search Module (4.6.2) 1 | JReviews Directories Module (4.6.2) 1 | JReviews Favorite Users Module (4.6.2) 1 | JReviews Listings Module (4.6.2) 1 | JReviews Listings Advanced Filterin (4.6.2) ? | JReviews Reviewer Rank Module (4.6.2) 1 |

Components :: Admin ::
3rd Party:: com_tjnotifications (3.0.4) 1 | PayPlans (5.0.7) 1 | com_easysocial (4.0.14) 1 | ppinstaller (3.3.2) 0 | JLike (4.0.1) 1 | com_s2framework (4.6.2) 0 | COM_RSTBOX (6.3.1) 1 | com_easyblog (6.0.11) 1 | com_luckywheel (1.0.1) 0 | com_easydiscuss (5.0.12) 1 | SP Page Builder (5.2.8) 1 | PWT ACL (5.0.0) 1 | COM_CONVERTFORMS (4.3.2) 1 | com_activitystream (2.0.0) 1 | com_tjprivacy (1.0.2) 1 | COM_TJVENDORS (2.0.0) 1 | com_jticketing (4.1.4) 1 | com_akeebabackup (9.9.0) 1 | com_admintools (7.4.9) 1 | com_hierarchy (2.0.0) 1 | Osproperty (3.21.1) 1 | COM_JCE (2.9.63) 1 | CJLib (4.0.2) 1 | Library - mPDF (8.2.0) ? | Library - dompdf v2.x (2.0.3) ? | com_rsform (3.3.1) 1 | Guru Kunena Comments Plugin (1.0) 0 | Guru Search Courses (1.0.5) 1 | Guru Courses (4.0.5) 1 | plg_user_guru_user_update (1.0.0) ? | mod_guru_menus (2.0.2) 1 | System - Guru Cron (5.2.5) 1 | Payment Processor [PayPal] (1.0.4) 1 | Guru Student Activity (1.0.6) ? | PLG_GURUUSERPOINTS_TITLE (4.7.3) ? | AllVideos (by JoomlaWorks) (4.8.0) 1 | AllVideos (by JoomlaWorks) (4.8.0) 1 | iJoomla Teachers Events (1.0.0) 0 | COM_GURU (5.2.5) 1 | COM_GURU (6.2.1) 1 | com_tjcertificate (2.0.0) 1 | Community Surveys (6.2.0) 1 | com_jreviews (4.6.2) 1 | com_tjreports (2.0.0) 1 | com_tjfields (2.0.1) 1 | Acym (9.4.1) 1 |



Libraries ::
3rd Party:: file_fof30 (3.6.2) ? | file_fof40 (4.1.0) ? | Regular Labs Library (24.3.15307) 1 | Techjoomla (2.0.0) 1 | Tjbarcode (1.0.0) 1 | Library - Foundry by Stackideas (1.1.18) 1 |

Templates Discovered :: wrote:Templates :: Site :: shaper_helixultimate (2.0.18) 1 |
Templates :: Admin ::
Last edited by toivo on Sat Apr 13, 2024 10:26 pm, edited 2 times in total.
Reason: mod note: disabled smilies in post Options for readability

EmilyB
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 109
Joined: Sun Jan 10, 2010 4:52 pm

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by EmilyB » Sat Apr 13, 2024 12:41 pm

Part2
Forum Post Assistant (v1.6.6) : 13-Apr-2024 wrote:
Basic Environment :: wrote:Joomla! Instance :: Joomla! 5.0.3-Stable (Kuboresha) 20-February-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: 60 | CacheHandler: file | CachePlatformPrefix: true | FTP Layer: N/A | Proxy: false | LiveSite: | Session lifetime: 60 | Session handler: filesystem | Shared sessions: false | SSL: 2 | Error Reporting: none | Site Debug: true | Language Debug: false | Default Access: Public | Unicode Slugs: false | dbConnection Type: mysqli | PHP Supports J! 5.0.3: Yes | Database Supports J! 5.0.3: Yes | Database Credentials Present: Yes |

Host Configuration :: OS: Linux | OS Version: 4.18.0-513.18.1.el8_9.x86_64 | Technology: x86_64 | Web Server: Apache | Encoding: gzip, deflate, br, zstd | System TMP Writable: Yes | Free Disk Space : 15500.45 GiB |

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

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

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) |
Extensions Discovered :: wrote:

Modules :: Site ::
3rd Party:: Surveys Form Module (6.2.0) 1 | Search Blogs (3.9.2) 0 | JTicketing Event Module(Only for Na (4.1.4) ? | EasyBlog - Most Commented Post Modu (6.0.11) ? | EasySocial Stream Anywhere (2.0.2) 1 | EasyBlog - Quick Post Module (6.0.11) 1 | Jticketing Menu (4.1.4) 1 | EasySocial Albums (2.0.291) 1 | JA Countdown (1.0.7) 0 | EasyBlog - Ticker Module (6.0.11) 1 | EasyBlog - Latest Bloggers Module (6.0.11) 1 | Quick Search for OSP Real Estate te (1.0) ? | EasyDiscuss - Board Statistics (5.0.12) 1 | EasyDiscuss - Similar Discussions M (5.0.12) ? | EasyDiscuss - Operation Hour (5.0.12) 1 | OS-Property Category Menu (3.21.0) 1 | EasyBlog New Post Module (3.9.1) 1 | EasyBlog - Post Map Module (6.0.11) 1 | Recently liked Content (4.0.1) 1 | OS Property Map (3.21.0) 1 | EasySocial Profile Statistics (2.0.291) 1 | EasyDiscuss - Latest Replies (5.0.12) 1 | EasySocial Ads Showcase (3.1.99) 1 | EasySocial Recent Photos (2.0.291) 1 | EasyBlog - Welcome Module (6.0.11) 1 | Payplans - Subscription (5.0.7) 1 | EasySocial Profile Completeness (2.0.291) 1 | EasySocial Event Categories (2.0.291) 1 | EasyBlog Image wall module (3.9.1) 1 | JReviews Reviews Module (4.6.2) 1 | EasyBlog - Calendar Module (6.0.11) 1 | JReviews UserProfiles Login Module (3.0.0) 1 | Payplans - Navigation (5.0.7) 1 | Jticketing Event Calendar (4.1.4) 1 | Guru Search Courses (1.0.5) 1 | EasySocial Profiles Advanced Search (1.0.7) ? | EasySocial Event Menu (2.0.291) 1 | EasySocial Appointments (3.0.109) 1 | EasySocial Organization (2.0.198) 1 | EasySocial Quick Post (2.0.291) 1 | EasyDiscuss - Most Likes Discussion (5.0.12) ? | EasyDiscuss - Who Is Online (5.0.12) 1 | EasySocial Friends (2.0.291) 1 | EasyDiscuss - Quick Question Module (5.0.12) 1 | EasyDiscuss - Welcome (5.0.12) 1 | EasySocial Hashtags (2.2.123) 1 | AcyMailing subscription form (9.4.1) 1 | OS Map Search (1.0) 0 | EasyDiscuss - Navigation (5.0.12) 1 | JReviews MapsPro Module (2.5) 1 | EasyDiscuss - Leaderboard (5.0.12) 1 | EasyDiscuss - Tag Cloud (5.0.12) 1 | JReviews Listing Resources Module (2.5) 1 | RSForm! Pro Module (3.1.0) 1 | EasySocial Stream Post Types (3.0.109) 1 | JReviews Calendar Module (4.6.2) 1 | EasySocial Dropdown Menu (2.0.291) 1 | EasySocial OAuth Login (2.0.291) 1 | EasySocial Dating Search (2.0.291) 1 | mod_jlike_most_likes (4.0.1) 1 | EasyDiscuss - Navigation Button (5.0.12) 1 | Osproperty Loan Cal (3.21.0) 1 | EasyBlog - Custom Field Search Modu (6.0.11) ? | AcyMailing 5 module (3.7.0) ? | SP Page Builder (5.2.8) 1 | Guru Courses (4.0.5) 1 | EasyBlog Top Blog Entries (3.9.1) 1 | OS Property - States and Cities (3.21.0) 1 | EasySocial NewsFeed (3.0.109) 1 | EasySocial Weather (2.1.7) 1 | EasySocial Group Categories (2.0.291) 1 | EasySocial Custom Field Search (3.0.109) 1 | EasySocial Search (2.0.291) 1 | EasyDiscuss - Toolbar (5.0.6) 0 | EasyDiscuss - Categories (5.0.12) 1 | EasySocial Quick Registration (2.0.291) 1 | GTranslate (4.0.3) 1 | Mortgage Payment Calculator FREE (4.3.0 FREE) 1 | EasySocial Users (2.0.291) 1 | EasySocial Sidebar (3.0.109) 1 | EasyBlog - Toolbar (5.4.13) 0 | Community Surveys Consolidated Repo (6.2.0) ? | EasySocial Marketplace (4.0.28) 1 | mod_tjfields_search_name (2.0.1) 1 | Team Blogs (3.9.1) 0 | Featured agents (3.21.0) 0 | EasySocial Operation Hour Page Sear (2.1.137) ? | EasyDiscuss - Recent Replies (5.0.12) 1 | EasyBlog - Most Popular Post Module (6.0.11) 1 | EasyDiscuss - Most Voted Discussion (5.0.12) ? | Random Properties (3.21.0) 0 | EasyBlog - Showcase Module (6.0.11) 1 | Change template styles at Frontend (3.0.0) 0 | JReviews Fields Module (4.6.2) 1 | EasySocial Calendar (2.0.291) 1 | Search properties (3.20.0) 1 | EasyBlog - Blogger Cloud Module (6.0.11) 1 | EasyBlog - Image Wall Module (6.0.11) 1 | EasyDiscuss - Post Info (5.0.12) 1 | AcyMailing Latest Newsletters (1.2.0) 1 | AcyMailing Latest Newsletters (1.2.0) 1 | EasyBlog - Subscribe Module (6.0.11) 1 | JReviews Range Module (4.6.2) 1 | EasySocial Page Categories (2.0.291) 1 | JReviews Totals Module (4.6.2) 1 | JReviews Media Module (4.6.2) 1 | EasySocial Pages (2.0.291) 1 | Ajax Intro Articles Module (1.0) 0 | mod_jticketing_buy (4.1.4) 1 | EasyBlog Subscribers (3.9.1) 1 | EasySocial Groups (2.0.291) 1 | EasyDiscuss - Recent Discussions (5.0.12) 1 | EasyBlog - Related Posts Module (6.0.11) 1 | Os social (3.0) 0 | EasySocial Upcoming Birthday (3.0.109) 1 | EasyBlog - Biography Module (6.0.11) 1 | EasyBlog Showcase (3.9.1) 1 | EasyBlog - Latest Blogs Module (6.0.11) 1 | EasyBlog - Subscribers Listing Modu (6.0.11) ? | JReviews MyLists Site Lists Module (1.0) 1 | Ossolution Properties SlideShow Mod (3.0) ? | Community Surveys Module (6.2.0) 1 | RSForm! Pro Module List (3.1.0) 1 | EasySocial Stream (2.0.291) 1 | EasySocial Videos Module (2.0.291) 1 | EasyBlog - Latest Comments Module (6.0.11) 1 | EasyDiscuss - Your Discussions (5.0.12) 1 | EasySocial Leader Board (2.0.291) 1 | EasySocial Events (2.0.291) 1 | EasyBlog - Post Meta Module (6.0.11) 1 | JReviews Reviews Advanced Filtering (4.6.2) ? | JReviews Advanced Search Module (4.6.2) 1 | EasyBlog - Posts List (6.0.11) 1 | EasySocial Recent Polls (2.0.291) 1 | EasyBlog Most Active Bloggers (3.9.1) 1 | EasyBlog - Archive Module (6.0.11) 1 | EasyDiscuss - Ask Module (5.0.12) 1 | EasyDiscuss - Most Hit Discussions (5.0.12) 1 | JReviews Directories Module (4.6.2) 1 | EasySocial Login (2.0.291) 1 | EasyBlog Latest Blogs (3.9.1) 1 | EasyDiscuss - Search Discussion Mod (5.0.12) ? | QRCode For Mobile (3.2.63) 0 | mod_guru_menus (2.0.2) 1 | EasyDiscuss - Most Replies Discussi (5.0.12) ? | Guru Courses (4.0.3) 1 | EasySocial Page Menu (2.0.291) 1 | EasyBlog - Top Blogs Module (6.0.11) 1 | EasyBlog - Team Blogs Module (6.0.11) 1 | EasyBlog - Search Blogs Module (6.0.11) 1 | OS Property Slideshow (3.20.0) 1 | EasySocial Menu (2.0.291) 1 | Payplans - Plan (5.0.7) 1 | EasySocial Group Menu (2.0.291) 1 | Easyblog - Categories Module (6.0.11) 1 | EasySocial Toolbar (2.0.282) 0 | JReviews MyLists User Lists Module (1.0) 1 | EasySocial Events Property (2.0.94) 1 | Guru Search Courses (1.0.5) 1 | EasyDiscuss - Notifications (5.0.12) 1 | EasyDiscuss - Top Members (5.0.12) 1 | JReviews Favorite Users Module (4.6.2) 1 | JReviews Listings Module (4.6.2) 1 | AnyCode (3.0) 0 | JReviews Widgets Module (2.5) 1 | JReviews Listings Advanced Filterin (4.6.2) ? | mod_convertforms (1.0) 1 | EasySocial My Recent Photos (2.2.124) 1 | Quick Search Real Homes (3.21.0) 0 | JReviews GeoMaps Module (2.5) 1 | EasyDiscuss - Filters (5.0.12) 1 | EasySocial Friend Suggestions (2.0.291) 1 | mod_luckywheel (1.0.1) 0 | JReviews Reviewer Rank Module (4.6.2) 1 | EasyDiscuss - Who Is Viewing (5.0.12) 1 | Community Surveys Categories (6.2.0) 1 | Ossolution Facebook Like Box (2.00) 0 | OS Property Tag Cloud (3.21.0) 1 | StackIdeas Toolbar (1.0.20) 1 | OS Property Mortgage Calculator (3.21.0) 1 | OS Content Slider (3.13.1) 0 | EasySocial Notifications (2.0.291) 1 | EasyBlog - Random Post Module (6.0.11) 1 | RSForm! Pro Feedback Module (3.1.0) 1 | EasySocial Followers (2.0.291) 1 | EasyBlog - Navigation Button (6.0.11) 1 | EasySocial Log Box (2.0.291) 1 | EasyBlog - Tag Cloud Module (6.0.11) 1 | EasySocial Audio Module (3.0.109) 1 | EasySocial Social Goals (2.0.1) 1 |

Modules :: Admin ::
3rd Party:: OS Property Quick Icons (admin) (3.20.4) 1 | mod_sppagebuilder_admin_menu (1.3) ? | Dummy Module (2.0.285) ? | EasySocial Info (Admin) (2.0.291) 1 | MOD_CACHECLEANER (9.2.0PRO) 1 |



Templates Discovered :: wrote:Templates :: Site :: shaper_helixultimate (2.0.18) 1 |
Templates :: Admin ::
Last edited by toivo on Sat Apr 13, 2024 10:26 pm, edited 1 time in total.
Reason: mod note: disabled smilies in post Options for readability

EmilyB
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 109
Joined: Sun Jan 10, 2010 4:52 pm

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by EmilyB » Sat Apr 13, 2024 12:43 pm

part3
Forum Post Assistant (v1.6.6) : 13-Apr-2024 wrote:
Basic Environment :: wrote:Joomla! Instance :: Joomla! 5.0.3-Stable (Kuboresha) 20-February-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: 60 | CacheHandler: file | CachePlatformPrefix: true | FTP Layer: N/A | Proxy: false | LiveSite: | Session lifetime: 60 | Session handler: filesystem | Shared sessions: false | SSL: 2 | Error Reporting: none | Site Debug: true | Language Debug: false | Default Access: Public | Unicode Slugs: false | dbConnection Type: mysqli | PHP Supports J! 5.0.3: Yes | Database Supports J! 5.0.3: Yes | Database Credentials Present: Yes |

Host Configuration :: OS: Linux | OS Version: 4.18.0-513.18.1.el8_9.x86_64 | Technology: x86_64 | Web Server: Apache | Encoding: gzip, deflate, br, zstd | System TMP Writable: Yes | Free Disk Space : 15500.45 GiB |

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

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

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) |
Extensions Discovered :: wrote:





Plugins ::
3rd Party:: PLG_CONSOLE_AKEEBABACKUP (9.9.0) 1 | PLG_CONSOLE_ADMINTOOLS (7.4.9) 1 | OSMembership - OS Property plugin (1.0) 0 | JLike Kunena Plugin (4.0.0) 0 | plg_tjevents_plug_tjevents_adobecon (4.1.4) ? | plg_tjevents_zoom (1.0.0) 1 | plg_tjevents_jitsi (1.0.0) 1 | plg_tjevents_jaas (1.0.0) 1 | plg_tjevents_googlemeet (1.0.0) 1 | PLG_ENGAGEBOX_PHPSCRIPTS (1.0) 1 | PLG_ENGAGEBOX_SMARTTAGS (1.0) 1 | PLG_ENGAGEBOX_IMAGE (1.0) 1 | PLG_ENGAGEBOX_EMAILFORM (1.0) 1 | PLG_ENGAGEBOX_SOCIAL (1.0) 1 | PLG_ENGAGEBOX_MODULE (1.0) 1 | PLG_ENGAGEBOX_CUSTOM (1.0) 1 | PLG_ENGAGEBOX_YESNO (1.0) 1 | PLG_ENGAGEBOX_IFRAME (1.0) 1 | PLG_ENGAGEBOX_ACTIONS (1.0) 1 | User - PayPlans (5.0.7) 1 | User - Community Surveys (6.2.0) 1 | User - EasySocial (2.0.0) 1 | User - EasyBlog Users (3.0.0) 1 | User - EasyBlog Users (5.1.0) 1 | User - EasyDiscuss Users (4.0.1) 1 | plg_user_guru_user_update (1.0.0) ? | Easydiscuss Profile (1.0.0) 1 | plg_user_tjreportsindexer (1.1.7) 0 | plg_user_tjnotificationsmobilenumbe (3.0.4) ? | User - OS Property (3.21.0) 0 | PayPlans - JomSocial Multi Profile (5.0.7) 0 | PayPlans - EasySocial Badges (5.0.7) 1 | PayPlans - SobiPro (5.0.7) 0 | PayPlans - Gifts (5.0.7) 1 | PayPlans - Kunena (5.0.7) 0 | PayPlans - Terms of Service (5.0.7) 1 | PayPlans - EasySocialProfileType (5.0.7) 1 | PayPlans - EasyDiscuss Ticket Submi (5.0.7) ? | PayPlans - Content ACL (5.0.7) 1 | PayPlans - Stripe Alipay (5.0.7) 1 | PayPlans - PayZen (5.0.7) 0 | PayPlans - Remita Payments (5.0.7) 0 | PayPlans - iDev Affiliates (5.0.7) 0 | PayPlans - Authorize.Net (5.0.7) 0 | PayPlans - Acy Mailing (5.0.7) 0 | PayPlans - K2 User Group Access (5.0.7) 0 | PayPlans - E-mail Notification App (5.0.7) 1 | PayPlans - Alta User Points (5.0.7) 1 | PayPlans-Redirect Non-Subscribers (5.0.7) 1 | PayPlans - EasySocial User Points M (5.0.7) ? | PayPlans - VirtueMart (5.0.7) 0 | PayPlans - PayPal (5.0.7) 1 | PayPlans - BrainTree (5.0.7) 0 | PayPlans - EasySocial Max Upload Si (5.0.7) ? | PayPlans - 2Checkout (5.0.7) 0 | PayPlans - Ingenico Payment Service (5.0.7) ? | PayPlans - CC Avenue (5.0.7) 0 | PayPlans - MySQL Query (5.0.7) 1 | PayPlans - Pay with Points (5.0.7) 1 | PayPlans - Easysocial Groups (5.0.7) 1 | PayPlans - Robokassa (5.0.7) 0 | PayPlans - DJ Classifieds Points (5.0.7) 1 | PayPlans - BasicTax (5.0.7) 1 | PayPlans - EasyBlog Submission (5.0.7) 1 | PayPlans - PayU PL (5.0.7) 0 | PayPlans - Paddle (5.0.7) 0 | PayPlans - Quick Pay (5.0.7) 0 | PayPlans - Easysocial Marketplace S (5.0.7) ? | PayPlans - Mailster Newsletter (5.0.7) 0 | PayPlans - EU-VAT (5.0.7) 1 | PayPlans - Skrill (5.0.7) 0 | PayPlans - PayU Turkey (5.0.7) 0 | PayPlans - JEvents (5.0.7) 0 | PayPlans - Stripe (5.0.7) 1 | PayPlans - eWay (5.0.7) 0 | PayPlans - Menu Access (5.0.7) 1 | PayPlans - AliPay (5.0.7) 0 | PayPlans - Paysite-Cash (5.0.7) 0 | PayPlans - Mosets Tree (5.0.7) 0 | PayPlans - Stripe Checkout (5.0.7) 1 | PayPlans - Content Seller (5.0.7) 1 | PayPlans-Osproperty (3.6.0.3.4.1-7) 0 | PayPlans - EasySocial Points (5.0.7) 1 | PayPlans - Easysocial Pages Admin (5.0.7) 1 | PayPlans - Joomla User Groups (5.0.7) 1 | PayPlans - K2 Item Access Control (5.0.7) 0 | PayPlans - Nets (5.0.7) 0 | PayPlans - OfflinePay (5.0.7) 0 | PayPlans - EasyDiscuss Badges (5.0.7) 1 | Payplans - Analytics (5.0.7) 1 | PayPlans - PayPal Pro (5.0.7) 1 | PayPlans - K2 Category Access Contr (5.0.7) ? | PayPlans - SmoovPay (5.0.7) 0 | PayPlans - Alta User Points Discoun (5.0.7) ? | PayPlans - EPay (5.0.7) 0 | PayPlans - Authorize Customer Infor (5.0.7) ? | PayPlans - Pay Unity (5.0.7) 0 | PayPlans - BitPay (5.0.7) 0 | PayPlans - Easysocial Groups Submis (5.0.7) ? | PayPlans - Google Analytics (5.0.7) 1 | PayPlans - EasySocial Max Storage L (5.0.7) ? | PayPlans - Pagseguro (5.0.7) 0 | PayPlans - AdminPay (5.0.7) 0 | PayPlans - Module Access (5.0.7) 1 | PayPlans - Ebanx (5.0.7) 0 | PayPlans - FastSpring (5.0.7) 0 | PayPlans - HTTP Query (5.0.7) 1 | PayPlans - Friend Subscription (5.0.7) 1 | PayPlans - Content Hider (5.0.7) 1 | PayPlans - Post Affiliate Pro (5.0.7) 0 | PayPlans - PayGate (5.0.7) 0 | PayPlans - Joomla Article Submissio (5.0.7) ? | PayPlans - Acy Mailing 6 (5.0.7) 0 | PayPlans - EasyBlog (5.0.7) 1 | PayPlans - Easysocial Pages Submiss (5.0.7) ? | PayPlans - Registration (5.0.7) 1 | PayPlans - Easysocial Events Submis (5.0.7) ? | PayPlans - Easysocial Groups Admin (5.0.7) 1 | PayPlans - PayPal Advance (5.0.7) 1 | Payplans - Zoo (5.0.7) 0 | PayPlans - Phoca Download (5.0.7) 0 | PayPlans - Compay (5.0.7) 0 | PayPlans - SaferPay (5.0.7) 0 | PayPlans - Monetaweb (5.0.7) 0 | PayPlans - Mailchimp (5.0.7) 0 | PayPlans - PayFast (5.0.7) 0 | PayPlans - Easysocial Advertisement (5.0.7) ? | PayPlans - Jreview (5.0.7) 1 | PayPlans - Assign Plan (5.0.7) 1 | PayPlans - PayU Money (5.0.7) 0 | PayPlans - PayFlow (5.0.7) 0 | PayPlans - Zoo Element (5.0.7) 0 | PayPlans - PIN Payments (5.0.7) 0 | Payment - Alphauser Points (2.0) 0 | Payment - Paypal (2.1) 1 | Payment - 2Checkout (2.0) 1 | Payment - PayU. (0.1) 1 | Payment - authorizenet (2.0.4) 1 | Pay By Cheque (2.0.1) 1 | Pay By Purchase Order (2.0.1) 1 | Payment - JomSocial Points (2.0) 0 | SP Simple Portfolio - SP Page Build (5.2.8) ? | EasyDiscuss - URLs (5.0.0) 1 | Page Cache - RSForm! Pro (1.0.0) 0 | plg_finder_easysocialvideos (2.0.0) 1 | Smart Search - EasyDiscuss Discussi (4.0.1) ? | plg_finder_easysocialpages (2.0.0) 1 | plg_finder_surveys (6.2.0) 0 | plg_finder_easysocialalbums (2.0.0) 1 | plg_finder_easysocialusers (2.0.0) 1 | plg_finder_sppagebuilder (5.2.8) 0 | plg_finder_easysocialgroups (2.0.0) 1 | plg_finder_easysocialevents (2.0.0) 1 | plg_finder_easysocialphotos (2.0.0) 1 | Smart Search - EasyBlog Posts (5.1.0) 1 | plg_finder_easysocialmarketplaces (4.0.0) 1 | plg_finder_easysocialaudios (2.1.0) 1 | plg_finder_jreviews (4.6.2) 0 | AcyMailing Tag : OS Property integr (3.13.0) ? | AcyMailing Tag : OS Property integr (3.13.0) ? | plg_extension_jce (2.9.63) 1 | JLike komento Plugin (4.0.0) 0 | EasySocial - Group Tasks (1.0.2) 1 | EasySocial - Jreview Listing (1.0.2) 1 | EasyBlog auto article creation (3.9.1) 1 | Jticketing - Community plugin (4.1.4) 0 | JLike Plugin for Jomsocial (4.0.0) 0 | JReviews Activity Stream (2.7) 1 | PLG_WEBSERVICES_AKEEBABACKUP (9.9.0) 1 | plg_jticketingtax_jticketing_tax_de (4.1.4) ? | plg_fields_mediajce (2.9.63) 1 | Xmap - OS Property Plugin (1.0) 0 | plg_search_jtevents (4.1.4) 1 | Search - EasyDiscuss (4.0.1) 1 | AcyMailing - Search emails in Jooml (9.4.1) ? | Search - Community Surveys (6.2.0) 1 | Search - Easy Blog Comment (3.9.1) 0 | plg_search_sppagebuilder (5.2.8) 0 | Search - Easy Blog (5.1.0) 1 | Search - OS Property (3.0.4) 1 | plg_tjsms_twilio (1.0.0) 0 | plg_tjsms_mvaayoo (1.0.0) 0 | PLG_TJREPORTS_SALESREPORT (4.1.4) 1 | PLG_TJREPORTS_EVENTREPORT (4.1.4) 1 | plg_tjreports_eventcategoryreport (4.1.4) 1 | PLG_TJREPORTS_CUSTOMERREPORT (4.1.4) 1 | PLG_TJREPORTS_ATTENDEEREPORT (4.1.4) 1 | com_content wbAMP support (1.10.1.726) 0 | K2 wbAMP support (1.10.1.726) 0 | Authentication - PayPlans (5.0.7) 1 | Authentication - EasySocial (2.0.0) 1 | Jticketing - JEvents plugin (4.1.4) 0 | JTicketing System Plugin (4.1.4) 1 | System - Init OS Property data (1.0) 1 | System - Techjoomla Assets Loader (2.0.0) 1 | System - Screen Reader (3.31) 0 | System - EasySocial AutoLogin (2.0.0) 1 | System - Jlike-Sobipro (4.0.0) 0 | PLG_SYSTEM_RSFORMCONSOLE (1.0.0) 0 | PLG_SYSTEM_RSFP_ARTICLES (3.0.5) 0 | System - PayPlans (5.0.7) 1 | plg_system_shlib (0.3.1.635) 0 | System - RSForm! Pro PDF (3.0.6) 0 | plg_system_jce (2.9.63) 1 | PLG_SYSTEM_REGULARLABS (24.3.15307) 1 | plg_system_tjanalytics (1.1.0) 0 | Guru Kunena Comments Plugin (1.0) 0 | jticketing Joomla3.0 (4.1.4) 1 | System - JReviews ShortCodes (4.6.2) 1 | System - RSForm! Pro Zoom (3.0.3) 0 | System - EasySocial (3.3.0) 1 | System - JReviews Module Parameters (4.6.2) 1 | OsProperty Cron Jobs Plugin (1.0) 1 | System - EasySocial URL (2.0.17) 0 | PLG_SYSTEM_AKGEOIP (2.0.0) 0 | System - s2framework (4.6.2) 1 | OS Property - Cron task - Import CS (3.21.0) ? | System - Guru Cron (5.2.5) 1 | System - Requester (2.1.5) 0 | AcyMailing - Override Joomla emails (9.4.1) 0 | System - SP Page Builder Pro Update (5.2.8) ? | plg_system_nrframework (5.0.7) 1 | plg_system_shlib (0.3.1.635) 0 | wbAMP (1.10.1.726) ? | com_content wbAMP support (1.10.1.726) 0 | K2 wbAMP support (1.10.1.726) 0 | PLG_EDITORS_XTD_WBAMP (1.10.1.726) 0 | PLG_SYSTEM_WBAMP (1.10.1.726) 0 | System - EasyBlog Composer (5.1.0) 0 | plg_system_osmylicensesmanager (2.0.16) 1 | plg_system_jticketingactivities (4.1.4) 1 | plg_system_tgeoip (2.2.3) 0 | plg_system_jasocialshare (1.0.2) 1 | plg_system_tjupdates (2.0.0) 1 | System - SP PageBuilder (5.2.8) 1 | AcyMailing - JCE integration (9.4.1) 1 | plg_system_ospamanot (2.1.4) 1 | System - RSForm! Pro Advanced Form (3.1.6) ? | OS Property - Cron task - Alert not (3.21.0) ? | AcyMailing - Joomla integration (9.4.1) 1 | System - PWT ACL (5.0.0) 1 | System - RSForm! Pro (3.0.1) 0 | Autologin with URL parameters (1.1.0) 0 | System - Helix Ultimate Framework (2.0.18) 1 | JLike API System Plugin (4.0.0) 0 | PLG_SYSTEM_YOYO (4.6.2) 1 | PLG_SYSTEM_RSTBOX (3.0) 1 | PLG_SYSTEM_CONVERTFORMS (1.0) 1 | System - JReviews Add-on Menus (4.6.2) 1 | PLG_SYSTEM_PROPERTY_FEEDS (1.0.0) 1 | System - JReviews Asset Loader (4.6.2) 1 | System - EasySocial Mobile (2.0.0) 0 | plg_system_althome (2.0.0) 0 | PLG_SYS_MOOTABLE (1.1.3) 0 | PLG_SYSTEM_BACKUPONUPDATE (9.9.0) 0 | System - RSForm! Pro Signature (3.1.3) 1 | System - JReviews Article Overrides (4.6.2) 1 | PLG_SYSTEM_CACHECLEANER (9.2.0PRO) 1 | PLG_SYSTEM_ADMINTOOLS (7.4.9) 1 | System - Payplans Dynamic Content f (5.0.7) ? | System - JReviews SEF (4.6.2) 1 | AcyMailing: override Joomla mailing (5.10.21) ? | plg_system_jlike_todo_redirection (4.0.0) 0 | System - Docker (2.1.16) 1 | System - Foundry by Stackideas (1.1.18) 1 | System - RSForm! Pro Delete Submiss (1.0.0) ? | PLG_SYSTEM_CFUPLOADEDFILESCLEANER (1.0) 0 | iJoomla Teachers Events (1.0.0) 0 | Api - Jticketing (4.1.4) 1 | PLG_API_REPORTS (1.0) 1 | Api - JLike (4.0.1) 1 | Community Surveys - Surveys (6.2.0) 1 | PayPlans Addon Plugin - SP Page Bui (5.0.7) ? | plg_quickicon_jce (2.9.63) 1 | PLG_QUICKICON_AKEEBABACKUP (9.9.0) 1 | VDATA_CUSTOM (1.0.8) 0 | PLG_CONVERTFORMSAPPS_GETRESPONSE (1.0) 1 | PLG_CONVERTFORMSAPPS_ACYMAILING (1.0) 1 | PLG_CONVERTFORMSAPPS_EMAIL (1.0) 1 | PLG_CONVERTFORMSAPPS_PHP (1.0) 1 | PLG_CONVERTFORMSAPPS_BREVO (1.0) 1 | PLG_CONVERTFORMSAPPS_WEBHOOKS (1.0) 1 | PLG_CONVERTFORMSAPPS_HUBSPOT (1.0) 1 | PLG_CONVERTFORMSAPPS_CONTENT (1.0) 1 | PLG_CONVERTFORMSAPPS_USERACCOUNT (1.0) 1 | PLG_CONVERTFORMSAPPS_MAILCHIMP (1.0) 1 | plg_actionlog_tjreports (1.1.7) 1 | PLG_ACTIONLOG_AKEEBABACKUP (9.9.0) 0 | PLG_ACTIONLOG_ADMINTOOLS (7.4.9) 1 | PLG_ACTIONLOG_JTICKETING (4.1.4) 1 | plg_actionlog_hierarchy (2.0.0) 1 | plg_actionlog_jlike (4.0.1) 1 | plg_tjurlshortner_bitly (1.0.0) 0 | PLG_SOCIALBACKLINKS_OSPROPERTY (1.20.0) 1 | plg_privacy_surveys (6.2.0) 0 | plg_privacy_tjreports (1.1.7) 1 | plg_privacy_jticketing (4.1.4) 1 | plg_privacy_activitystream (2.0.0) 1 | plg_privacy_hierarchy (2.0.0) 1 | plg_privacy_jlike (4.0.1) 1 | plg_editors_tinymce (6.7.3) 1 | plg_editors_jce (2.9.63) 1 | plg_editors_codemirror (6.0.0) 1 | Installer - PayPlans (5.0.7) 1 | plg_installer_jce (2.9.63) 1 | Installer - EasyDiscuss (4.2.0) 1 | Installer - EasySocial (3.2.11) 1 | plg_installer_rsform (1.0.0) 1 | Installer - StackIdeas (1.0.1) 0 | Installer - EasyBlog (5.2.0) 1 | OS Property Update Package (3.21.0) 1 | CjLib - Package Updater (1.0) 1 | PLG_EDITORS-XTD_ENGAGEBOX (1.0) 1 | Button - PayPlans (5.0.7) 1 | Button - EasyBlog Polls (1.0.0) 1 | Button - Surveys (1.0.0) 0 | PLG_EDITORS_XTD_WBAMP (1.10.1.726) 0 | Button - EasyBlog Google Import (1.0.0) 1 | PLG_EDITORS-XTD_CONVERTFORMS (1.0) 1 | Button - PayPlans Token (5.0.7) 1 | CjLib - Socials (1.0.1) 0 | PLG_CONVERTFORMS_AWEBER (1.0) 1 | PLG_CONVERTFORMS_GETRESPONSE (1.0) 1 | PLG_CONVERTFORMS_ACYMAILING (1.0) 1 | PLG_CONVERTFORMS_SENDINBLUE (1.0) 1 | PLG_CONVERTFORMS_CAMPAIGNMONITOR (1.0) 1 | PLG_CONVERTFORMS_EMAILS (1.0) 1 | PLG_CONVERTFORMS_SALESFORCE (1.0) 1 | PLG_CONVERTFORMS_ELASTICEMAIL (1.0) 1 | PLG_CONVERTFORMS_ERRORLOGGER (1.0) 1 | PLG_CONVERTFORMS_HUBSPOT (1.0) 1 | PLG_CONVERTFORMS_ZOHOCRM (1.0) 1 | PLG_CONVERTFORMS_DRIP (1.0) 1 | PLG_CONVERTFORMS_ICONTACT (1.0) 1 | PLG_CONVERTFORMS_MAILCHIMP (1.0) 1 | PLG_CONVERTFORMS_CONVERTKIT (1.0) 1 | PLG_CONVERTFORMS_ZOHO (1.0) 1 | PLG_CONVERTFORMS_ACTIVECAMPAIGN (1.0) 1 | EasyBlog - Auto Article (5.1.0) 1 | EasyBlog - Pagebreak (5.1.0) 1 | JLike Flexicontent Plugin (4.0.0) 0 | Content - Smart Former Gold (1.5) ? | plg_content_jce (2.9.63) 1 | JLike communitypolls Plugin (4.0.0) 0 | Content - EasyDiscuss (4.0.0) 0 | PLG_CONTENT_SCHEMA_EVENTS (1.0.0) 1 | Content - Surveys (6.2.0) 0 | PLG_CONTENT_EASYSOCIAL (2.0.2) 0 | plg_content_tjreportsfields (1.1.7) 0 | plg_content_jlike_events (4.1.4) 1 | JLike Paths Plugin (4.0.0) 0 | Content - EasySocial Mosets Tree (2.0.1) 0 | JLike Phoca Gallery Plugin (4.0.0) 0 | plg_content_eventinfo (1.0.0) 1 | JLike JEvents Plugin (4.0.0) 0 | JLike Ohanah Plugin (4.0.0) 0 | PLG_CONTENT_TJINTEGRATION (1.0.0) 0 | JLike Redshop Plugin (4.0.0) 0 | JLike Articles Plugin (4.0.0) 0 | JLike Easyblog Plugin (4.0.0) 0 | Content - RSForm! Pro (3.0.1) 0 | JLike Easydiscuss Plugin (4.0.0) 0 | JLike VirtueMart Plugin (4.0.0) 0 | JReviews (4.6.2) 1 | AllVideos (by JoomlaWorks) (6.1.0) 1 | AllVideos (by JoomlaWorks) (6.1.0) 1 | PLG_CONVERTFORMSTOOLS_PDF (1.0) 1 | PLG_CONVERTFORMSTOOLS_TASKS (1.0) 1 | PLG_CONVERTFORMSTOOLS_CONDITIONALLO (1.0) ? | PLG_CONVERTFORMSTOOLS_CALCULATIONS (1.0) 1 | PLG_CONVERTFORMSTOOLS_GATRACKER (1.0) 1 | PLG_CONVERTFORMSTOOLS_EXPORTSUBMISS (1.0) ? | HikaShop - EasySocial (2.0.2) 1 | JLike Hikashop Plugin (4.0.0) 0 | JLike jcomments Plugin (4.0.0) 0 | Payment Processor [PayPal] (1.0.4) 1 | Payment Processor [Paypal Smart But (1.0.2) ? | PLG_GURUPAYMENT_2CHECKOUT (1.0.1) 0 | Payment Processor [Stripe SCA] (1.0.2) 0 | plg_tjlmsdashboard_eventlist (4.1.4) 1 | plg_jticketing_esgroup (1.0.0) 0 | PLG_JTICKETING_TJLESSON (1.0.0) 0 | plg_jticketing_joomlausergroup (1.0.0) 0 | plg_jticketing_rsform (1.0.0) 0 | plg_jticketing_jsgroup (1.0.0) 0 | plg_tjqueue_certificate (1.0.0) 0 | Jlike K2 Plugin (4.0.0) 0 | PLG_TASK_AKEEBABACKUP (9.9.0) 1 | PLG_TASK_ADMINTOOLS (7.4.9) 1 | EasySocial - OSproperty (2.0.1) 1 | OS Property navigation (3.21.0) 1 | OS Property - JComments (1.0) 0 |
Templates Discovered :: wrote:Templates :: Site :: shaper_helixultimate (2.0.18) 1 |
Templates :: Admin ::
Last edited by toivo on Sat Apr 13, 2024 10:27 pm, edited 1 time in total.
Reason: mod note: disabled smilies in post Options for readability

EmilyB
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 109
Joined: Sun Jan 10, 2010 4:52 pm

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by EmilyB » Sat Apr 13, 2024 12:44 pm

part4
Forum Post Assistant (v1.6.6) : 13-Apr-2024 wrote:
Basic Environment :: wrote:Joomla! Instance :: Joomla! 5.0.3-Stable (Kuboresha) 20-February-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: 60 | CacheHandler: file | CachePlatformPrefix: true | FTP Layer: N/A | Proxy: false | LiveSite: | Session lifetime: 60 | Session handler: filesystem | Shared sessions: false | SSL: 2 | Error Reporting: none | Site Debug: true | Language Debug: false | Default Access: Public | Unicode Slugs: false | dbConnection Type: mysqli | PHP Supports J! 5.0.3: Yes | Database Supports J! 5.0.3: Yes | Database Credentials Present: Yes |

Host Configuration :: OS: Linux | OS Version: 4.18.0-513.18.1.el8_9.x86_64 | Technology: x86_64 | Web Server: Apache | Encoding: gzip, deflate, br, zstd | System TMP Writable: Yes | Free Disk Space : 15500.45 GiB |

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

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

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) |

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

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by Webdongle » Sat Apr 13, 2024 4:47 pm

It's not showing Joomla Templates. What Joomla Templates do you have?
Did you install Joomla with the Helix quickstart package?
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".

EmilyB
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 109
Joined: Sun Jan 10, 2010 4:52 pm

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by EmilyB » Sat Apr 13, 2024 5:05 pm

Hi,
I am using Shaper Helix their free template (at the bottom of part3 above). No I didn't use the quickstart. This site has migrated over the years from older versions of Joomla.

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

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by Webdongle » Sat Apr 13, 2024 8:07 pm

So what Joomla templates do you have? None are showing in the fpa.
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
AMurray
Joomla! Exemplar
Joomla! Exemplar
Posts: 9874
Joined: Sat Feb 13, 2010 7:35 am
Location: Australia

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by AMurray » Sat Apr 13, 2024 10:17 pm

Hexlix Ultimate......

Templates :: Site :: shaper_helixultimate (2.0.18) 1 |
Templates :: Admin ::

Doesn't show the *admin* template but the front end template is listed.

???

Elevated file permissions shouldn't be 777 - should be 755.
Regards - A Murray
General Support Moderator

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

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by Webdongle » Sat Apr 13, 2024 11:58 pm

AMurray wrote:
Sat Apr 13, 2024 10:17 pm
...

Doesn't show the *admin* template but the front end template is listed.

...
But it shows no Joomla Templates

Suggest use Joomla update component to reinstall core files. The updates from previous versions may have caused damage.
Also need to know what changes were made before the failure. We don't have enough information e.g. did this problem occur after a failed (or partially completed update).
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".

EmilyB
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 109
Joined: Sun Jan 10, 2010 4:52 pm

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by EmilyB » Sun Apr 14, 2024 11:40 am

Hi AMurray,

on your advice I have updated Joomla again. There were no errors (there wasn't the last time either).The other change made was a move to a new dedicated server, plus Joomla components were updated to their latest versions.

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

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by Webdongle » Sun Apr 14, 2024 2:07 pm

No one advised you to update Joomla. I advised reinstalling core files.

Joomla components are updated when Joomla is updated to a newer version.

Moving to a new server could be the problem if you failed to do it correctly. From the limited info of step by step of what you did (after the last time the site worked) best guess is you made an error when you moved to a new server.

I notice you have SSL: 2 ... do you have a certificate on the new server?
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".

EmilyB
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 109
Joined: Sun Jan 10, 2010 4:52 pm

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by EmilyB » Sun Apr 14, 2024 2:25 pm

Hi Apologies,

I thought you meant update Joomla again. What does updating core files mean? How do I go about that?

Yes, the SSL certificates are installed as far as i can see on the server.

My script seems to break here:

define('URI_ROOT',Juri::root()."../");

I have tried changing it to define('URI_ROOT',Juri::root(true)."../");

After reading suggestions on here. I also checked the

public_html/libraries/src/Document/HtmlDocument.php and it shows this:

namespace Joomla\CMS\Document;

use Joomla\CMS\Cache\Cache;
use Joomla\CMS\Cache\CacheControllerFactoryAwareInterface;
use Joomla\CMS\Cache\CacheControllerFactoryAwareTrait;
use Joomla\CMS\Factory as CmsFactory;
use Joomla\CMS\Filter\InputFilter;
use Joomla\CMS\Helper\ModuleHelper;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Toolbar\Toolbar;
use Joomla\CMS\Toolbar\ToolbarFactoryInterface;
use Joomla\CMS\Uri\Uri;
use Joomla\CMS\Utility\Utility;
use Joomla\Registry\Registry;

So I don't know if this means anything?

SharkyKZ
Joomla! Hero
Joomla! Hero
Posts: 2966
Joined: Fri Jul 05, 2013 10:35 am
Location: Parts Unknown

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by SharkyKZ » Sun Apr 14, 2024 6:28 pm

JUri class has been renamed to Joomla\CMS\Uri\Uri. Add an import statement at the top of your script:

Code: Select all

use Joomla\CMS\Uri\Uri;
And replace JUri::root() with Uri::root(). You'll need to repeat this for all J-prefixed classes.

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

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by Webdongle » Mon Apr 15, 2024 4:02 am

Reinstall core files is done by
Components... Joomla update ... Check for updates ... When no updates are found then there is a button displayed to 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".

EmilyB
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 109
Joined: Sun Jan 10, 2010 4:52 pm

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by EmilyB » Sun Apr 21, 2024 9:50 am

Hi many thanks everyone.

I got it fixed in the end by a developer who updated my code and got it working for me. It was partly what others recommended on here to add the classes at top of the files plus some other code tweaks.

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

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by Webdongle » Sun Apr 21, 2024 2:11 pm

Great was it core files or 3rd party extension files? how did you find the developer?
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".

EmilyB
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 109
Joined: Sun Jan 10, 2010 4:52 pm

Re: Update to Joomla 5x and PHP 8.2x causes ClassNotFoundError

Post by EmilyB » Thu Apr 25, 2024 11:58 am

Hi,

I am not 100% sure. Possibly a mix of both.

I have known the developer over a decade (remotely), he produces one of the best Joomla components. He did it for me as custom work and is part of this community :)


Post Reply

Return to “Joomla! 5.x Coding”