Call to a member function getTag() on null Topic is solved

Need help upgrading your Joomla! website or converting to Joomla! 4.x?

Moderator: 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
ThaiJohn
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat Dec 10, 2022 3:53 pm

Call to a member function getTag() on null

Post by ThaiJohn » Tue Jan 16, 2024 2:21 pm

I have upgraded my site to joomla 5.02 And my PHP to 8.2 and latest version of Community Builder 2.9.1+build.2024.01.11.19.38.24.c604a3042

After upgrade I get a error HTTP 500 on my site when I try to view a user.

in /var/www/thaiconnecting.com/public_html/libraries/src/Application/SiteApplication.php (line 454)

/** @var OutputController $cache */
$cache = $this->getCacheControllerFactory()->createCacheController('output', ['defaultgroup' => 'com_templates']);
if ($this->getLanguageFilter()) {
$tag = $this->getLanguage()->getTag();
} else {
$tag = '';
}
$cacheId = 'templates0' . $tag;

I have try to search in forum. but can not see any problems there look like this... Hope you can help me

Thanks John
You do not have the required permissions to view the files attached to this post.

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

Re: Call to a member function getTag() on null

Post by SharkyKZ » Tue Jan 16, 2024 2:49 pm

Enable debug and post stack trace.

User avatar
leolam
Joomla! Master
Joomla! Master
Posts: 20652
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/ Germany/ S'pore/Bogor/ North America
Contact:

Re: Call to a member function getTag() on null

Post by leolam » Tue Jan 16, 2024 4:10 pm

Post output of https://forumpostassistant.github.io/docs/ The text output is not acceptable. POst as requested

Looks like your template is not compliant to Joomla 5 or PHP 8.2

Leo8)
Joomla's #1 Professional Services Provider:
#Joomla Professional Support: https://gws-desk.com -
#Joomla Specialized Hosting Solutions: https://gws-host.com -

ThaiJohn
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat Dec 10, 2022 3:53 pm

Re: Call to a member function getTag() on null

Post by ThaiJohn » Wed Jan 17, 2024 11:03 am

I have multi language installed. so I make a copy of the old Cassiopeia.


Call to a member function getTag() on null
[2/2] Error

Error:
Call to a member function getTag() on null

at /var/www/thaiconnecting.com/public_html/libraries/src/Application/SiteApplication.php:454
at Joomla\CMS\Application\SiteApplication->getTemplate(true)
(/var/www/thaiconnecting.com/public_html/libraries/src/Error/Renderer/HtmlRenderer.php:50)
at Joomla\CMS\Error\Renderer\HtmlRenderer->render(object(Error))
(/var/www/thaiconnecting.com/public_html/libraries/src/Exception/ExceptionHandler.php:136)
at Joomla\CMS\Exception\ExceptionHandler::render(object(Error))
(/var/www/thaiconnecting.com/public_html/libraries/src/Exception/ExceptionHandler.php:73)
at Joomla\CMS\Exception\ExceptionHandler::handleException(object(Error))
(/var/www/thaiconnecting.com/public_html/libraries/src/Application/CMSApplication.php:336)
at Joomla\CMS\Application\CMSApplication->execute()
(/var/www/thaiconnecting.com/public_html/includes/app.php:58)
at require_once('/var/www/thaiconnecting.com/public_html/includes/app.php')
(/var/www/thaiconnecting.com/public_html/index.php:32)

[1/2] Error

Error:
Class "JDate" not found

at /var/www/thaiconnecting.com/public_html/language/th-TH/localise.php:161
at require_once()
(/var/www/thaiconnecting.com/public_html/libraries/src/Language/Language.php:153)
at Joomla\CMS\Language\Language->__construct('th-TH', false)
(/var/www/thaiconnecting.com/public_html/libraries/src/Language/LanguageFactory.php:35)
at Joomla\CMS\Language\LanguageFactory->createLanguage('th-TH', false)
(/var/www/thaiconnecting.com/public_html/libraries/src/Language/CachingLanguageFactory.php:45)
at Joomla\CMS\Language\CachingLanguageFactory->createLanguage('th-TH', false)
(/var/www/thaiconnecting.com/public_html/libraries/src/Application/CMSApplication.php:736)
at Joomla\CMS\Application\CMSApplication->initialiseApp(array('language' => 'th-TH'))
(/var/www/thaiconnecting.com/public_html/libraries/src/Application/SiteApplication.php:643)
at Joomla\CMS\Application\SiteApplication->initialiseApp()
(/var/www/thaiconnecting.com/public_html/libraries/src/Application/SiteApplication.php:238)
at Joomla\CMS\Application\SiteApplication->doExecute()
(/var/www/thaiconnecting.com/public_html/libraries/src/Application/CMSApplication.php:306)
at Joomla\CMS\Application\CMSApplication->execute()
(/var/www/thaiconnecting.com/public_html/includes/app.php:58)
at require_once('/var/www/thaiconnecting.com/public_html/includes/app.php')
(/var/www/thaiconnecting.com/public_html/index.php:32)

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

Re: Call to a member function getTag() on null

Post by SharkyKZ » Wed Jan 17, 2024 11:29 am

It's a Joomla bug. Backwards Compatibility plugin is still fundamentally broken. You should report this on the issue tracker. Alternatively, you could try updating the Thai language pack but you really shouldn't have to.

ThaiJohn
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat Dec 10, 2022 3:53 pm

Re: Call to a member function getTag() on null

Post by ThaiJohn » Wed Jan 17, 2024 11:54 am

Forum Post Assistant (v1.6.6) : 17-Jan-2024 wrote:
Basic Environment :: wrote:Joomla! Instance :: Joomla! 5.0.2-Stable (Kuboresha) 9-January-2024
Joomla! Configured :: Yes | Read-Only (444) |
Configuration Options :: Offline: false | SEF: true | SEF Suffix: false | SEF ReWrite: false | .htaccess/web.config: Yes | GZip: false | Cache: false | CacheTime: 15 | CacheHandler: file | CachePlatformPrefix: false | FTP Layer: false | Proxy: false | LiveSite: | Session lifetime: 30 | Session handler: database | Shared sessions: false | SSL: 2 | Error Reporting: maximum | Site Debug: false | Language Debug: false | Default Access: Public | Unicode Slugs: true | dbConnection Type: mysqli | PHP Supports J! 5.0.2: Yes | Database Supports J! 5.0.2: Yes | Database Credentials Present: Yes |

Host Configuration :: OS: Linux | OS Version: 3.10.0-962.3.2.lve1.5.83.el7.x86_64 | Technology: x86_64 | Web Server: Apache | Encoding: gzip, deflate, br | System TMP Writable: Yes | Free Disk Space : 191.54 GiB |

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

Database Configuration :: Version: 8.0.35-27 (Client:mysqlnd 8.2.15) | Database Size: 11.95 MiB | #of Tables with config prefix:  145 | #of other Tables:  0 | User Privileges : GRANT ALL
Detailed Environment :: wrote:PHP Extensions :: Core (8.2.15) | date (8.2.15) | libxml (8.2.15) | openssl (8.2.15) | pcre (8.2.15) | zlib (8.2.15) | filter (8.2.15) | hash (8.2.15) | json (8.2.15) | random (8.2.15) | Reflection (8.2.15) | SPL (8.2.15) | session (8.2.15) | standard (8.2.15) | litespeed (8.2.15) | msgpack (2.2.0) | bz2 (8.2.15) | imap (8.2.15) | gmp (8.2.15) | mysqlnd (mysqlnd 8.2.15) | mysqli (8.2.15) | xmlwriter (8.2.15) | sodium (8.2.15) | ctype (8.2.15) | Phar (8.2.15) | tokenizer (8.2.15) | xml (8.2.15) | bcmath (8.2.15) | pgsql (8.2.15) | soap (8.2.15) | igbinary (3.2.15) | mbstring (8.2.15) | exif (8.2.15) | sqlite3 (8.2.15) | intl (8.2.15) | iconv (8.2.15) | fileinfo (8.2.15) | SimpleXML (8.2.15) | gd (8.2.15) | ftp (8.2.15) | sockets (8.2.15) | curl (8.2.15) | PDO (8.2.15) | pdo_sqlite (8.2.15) | pdo_mysql (8.2.15) | pdo_dblib (8.2.15) | pdo_pgsql (8.2.15) | imagick (3.7.0) | calendar (8.2.15) | zip (1.22.3) | dom (20031129) | xmlreader (8.2.15) | xsl (8.2.15) | gettext (8.2.15) | redis (5.3.7) | ldap (8.2.15) | ionCube Loader (13.0.2) | Zend OPcache (8.2.15) | Zend Engine (4.2.15) |
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/ (---) | tmp/ (755) | administrator/components/ (755) | administrator/modules/ (755) | administrator/language/ (755) | administrator/templates/ (755) | administrator/logs/ (755) | api/ (755) |

Elevated Permissions (First 10) ::
Database Information :: wrote:Database statistics :: Uptime: 814225 | Threads: 16 | Questions: 834355067 | Slow queries: 237 | Opens: 1379695393 | Flush tables: 3 | Open tables: 358 | Queries per second avg: 1024.722 |
Extensions Discovered :: wrote:Components :: Site ::
Core ::
3rd Party:: WF_FONTSIZESELECT_TITLE (2.9.58) ? | WF_CONTEXTMENU_TITLE (2.9.58) ? | WF_MEDIA_TITLE (2.9.58) ? | WF_CLEANUP_TITLE (2.9.58) ? | WF_ANCHOR_TITLE (2.9.58) ? | WF_TABLE_TITLE (2.9.58) ? | WF_HR_TITLE (2.9.58) ? | WF_AUTOSAVE_TITLE (2.9.58) ? | WF_EMOTIONS_TITLE (2.9.58) ? | WF_ATTRIBUTES_TITLE (2.9.58) ? | WF_NONBREAKING_TITLE (2.9.58) ? | WF_VISUALBLOCKS_TITLE (2.9.58) ? | WF_LANGCODE_TITLE (2.9.58) ? | WF_FULLSCREEN_TITLE (2.9.58) ? | WF_PRINT_TITLE (2.9.58) ? | WF_LISTS_TITLE (2.9.58) ? | WF_HELP_TITLE (2.9.58) ? | WF_VISUALCHARS_TITLE (2.9.58) ? | WF_SEARCHREPLACE_TITLE (2.9.58) ? | WF_ARTICLE_TITLE (2.9.58) ? | WF_FONTSELECT_TITLE (2.9.58) ? | WF_CLIPBOARD_TITLE (2.9.58) ? | WF_DIRECTIONALITY_TITLE (2.9.58) ? | JCE - Noneditable (1.0.0) ? | WF_FONTCOLOR_TITLE (2.9.58) ? | WF_STYLE_TITLE (2.9.58) ? | WF_TEXTCASE_TITLE (2.9.58) ? | WF_CHARMAP_TITLE (2.9.58) ? | WF_LINK_TITLE (2.9.58) ? | WF_FORMATSELECT_TITLE (2.9.58) ? | WF_KITCHENSINK_TITLE (2.9.58) ? | WF_STYLESELECT_TITLE (2.9.58) ? | WF_IMGMANAGER_TITLE (2.9.58) ? | WF_REFERENCE_TITLE (2.9.58) ? | WF_BROWSER_TITLE (2.9.58) ? | WF_WORDCOUNT_TITLE (2.9.58) ? | WF_SPELLCHECKER_TITLE (2.9.58) ? | WF_PREVIEW_TITLE (2.9.58) ? | WF_POPUPS_JCEMEDIABOX_TITLE (2.9.58) ? | WF_AGGREGATOR_VIMEO_TITLE (2.9.58) ? | WF_AGGREGATOR_VIDEO_TITLE (2.9.58) ? | WF_AGGREGATOR_AUDIO_TITLE (2.9.58) ? | WF_AGGREGATOR_[youtube]_TITLE (2.9.58) ? | WF_AGGREGATOR_DAILYMOTION_TITLE (2.9.58) ? | WF_LINKS_JOOMLALINKS_TITLE (2.9.58) ? | WF_LINK_SEARCH_TITLE (2.9.58) ? | WF_FILESYSTEM_JOOMLA_TITLE (2.9.58) ? | CB Query Field (2.9.0) ? | CB AntiSpam (2.9.0) ? | CB Privacy (2.9.0) ? | CB GroupJive (2.9.0) 1 | CB GroupJive Events (2.9.0) ? | CB GroupJive Forums (2.9.0) ? | CB GroupJive About (2.9.0) ? | CB Gallery (2.9.0) 1 | CB Connect (2.9.0) ? | CB Auto Welcome (2.8.0) ? | CB Invites (2.9.0) ? | CB Conditional (2.6.4) ? | CB Code Field (2.8.0) ? | CB Auto Actions (2.9.1) ? | CB Quickstart (2.9.1) ? |

Components :: Admin ::
Core :: com_modules (4.0.0) 1 | com_privacy (3.9.0) 1 | com_users (4.0.0) 1 | com_banners (4.0.0) 1 | com_templates (4.0.0) 1 | com_content (4.0.0) 1 | com_media (3.0.0) 1 | com_admin (4.0.0) 1 | com_login (4.0.0) 1 | com_cache (4.0.0) 1 | com_config (4.0.0) 1 | com_ajax (4.0.0) 1 | com_guidedtours (4.3.0) 1 | com_mails (4.0.0) 1 | com_scheduler (4.1.0) 1 | com_workflow (4.0.0) 1 | com_wrapper (4.0.0) 1 | com_contenthistory (4.0.0) 1 | com_cpanel (4.0.0) 1 | com_menus (4.0.0) 1 | com_postinstall (4.0.0) 1 | com_fields (4.0.0) 1 | com_tags (4.0.0) 1 | com_joomlaupdate (4.0.3) 1 | com_newsfeeds (4.0.0) 1 | com_categories (4.0.0) 1 | com_checkin (4.0.0) 1 | com_finder (4.0.0) 1 | com_languages (4.0.0) 1 | com_messages (4.0.0) 1 | com_redirect (4.0.0) 1 | com_plugins (4.0.0) 1 | com_search (4.0.0-dev) 1 | com_installer (4.0.0) 1 | com_actionlogs (3.9.0) 1 | com_associations (4.0.0) 1 |
3rd Party:: Smart Slider 3 (3.5.1.20) 1 | COM_JCE (2.9.58) 1 | com_akeebabackup (9.8.4) 1 | comprofiler (2.9.1+build.2) 1 |

Modules :: Site ::
Core :: mod_articles_categories (3.0.0) 1 | mod_articles_category (3.0.0) 1 | mod_languages (3.5.0) 1 | mod_whosonline (3.0.0) 1 | mod_articles_archive (3.0.0) 1 | mod_footer (3.0.0) 1 | mod_custom (3.0.0) 1 | mod_breadcrumbs (3.0.0) 1 | mod_articles_latest (3.0.0) 1 | mod_tags_similar (3.1.0) 1 | mod_wrapper (3.0.0) 1 | mod_syndicate (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_finder (3.0.0) 1 | mod_related_items (3.0.0) 1 | mod_banners (3.0.0) 1 | mod_login (3.0.0) 1 | mod_random_image (3.0.0) 1 | mod_users_latest (3.0.0) 1 | mod_stats (3.0.0) 1 | mod_search (4.0.0-dev) 1 | mod_articles_popular (3.0.0) 1 | mod_articles_news (3.0.0) 1 | mod_tags_popular (3.1.0) 1 | mod_feed (3.0.0) 1 |
3rd Party:: mod_gmsmenu5 (5.1) 1 | CB Gallery (2.5.1) 1 | CB GroupJive (3.5.3) 1 | KickstartCassiopeia module (1.7.3) 1 | Smart Slider 3 Module (3.5.1.20) 1 | Community Builder Login module (2.9.1+build.2) 1 | mod_gmsmenu4 (4.0) 1 | Cassiopeia Offcanvas menu (1.02) 1 | MOD_CBCONTENT (4.0.2) 1 | CB Activity (6.0.0+build.2) 1 | Community Builder Online module (2.9.1+build.2) 1 | Community Builder Workflows module (2.9.1+build.2) 1 |

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

Libraries ::
Core ::
3rd Party:: Community Builder Library (2.9.1+build.2) 1 |

Plugins ::
Core :: plg_privacy_content (3.9.0) 1 | plg_privacy_user (3.9.0) 1 | plg_privacy_consents (3.9.0) 1 | plg_privacy_message (3.9.0) 1 | plg_privacy_actionlogs (3.9.0) 1 | plg_finder_content (3.0.0) 0 | plg_finder_contacts (3.0.0) 0 | plg_finder_newsfeeds (3.0.0) 0 | plg_finder_tags (3.0.0) 0 | plg_finder_categories (3.0.0) 0 | plg_content_finder (3.0.0) 0 | plg_content_pagebreak (3.0.0) 1 | plg_content_fields (3.7.0) 1 | plg_content_confirmconsent (3.9.0) 0 | plg_content_emailcloak (3.0.0) 1 | plg_content_loadmodule (3.0.0) 1 | plg_content_vote (3.0.0) 0 | plg_content_pagenavigation (3.0.0) 1 | plg_content_joomla (3.0.0) 1 | plg_api-authentication_token (4.0.0) 1 | plg_api-authentication_basic (4.0.0) 0 | plg_user_token (3.9.0) 1 | plg_user_terms (3.9.0) 0 | plg_user_profile (3.0.0) 0 | plg_user_contactcreator (3.0.0) 0 | plg_user_joomla (3.0.0) 1 | plg_fields_calendar (3.7.0) 1 | plg_fields_integer (3.7.0) 1 | plg_fields_text (3.7.0) 1 | plg_fields_subform (4.0.0) 1 | plg_fields_radio (3.7.0) 1 | plg_fields_media (3.7.0) 1 | plg_fields_textarea (3.7.0) 1 | plg_fields_user (3.7.0) 1 | plg_fields_imagelist (3.7.0) 1 | plg_fields_editor (3.7.0) 1 | plg_fields_url (3.7.0) 1 | plg_fields_color (3.7.0) 1 | plg_fields_list (3.7.0) 1 | plg_fields_checkboxes (3.7.0) 1 | plg_fields_sql (3.7.0) 1 | plg_fields_usergrouplist (3.7.0) 1 | plg_media-action_rotate (4.0.0) 1 | plg_media-action_resize (4.0.0) 1 | plg_media-action_crop (4.0.0) 1 | plg_schemaorg_person (5.0.0) 1 | plg_schemaorg_blogposting (5.0.0) 1 | plg_schemaorg_event (5.0.0) 1 | plg_schemaorg_jobposting (5.0.0) 1 | plg_schemaorg_book (5.0.0) 1 | plg_schemaorg_organization (5.0.0) 1 | plg_schemaorg_recipe (5.0.0) 1 | plg_editors-xtd_pagebreak (3.0.0) 1 | plg_editors-xtd_fields (3.7.0) 1 | plg_editors-xtd_article (3.0.0) 1 | plg_editors-xtd_image (3.0.0) 1 | plg_editors-xtd_readmore (3.0.0) 1 | plg_editors-xtd_menu (3.7.0) 1 | plg_editors-xtd_module (3.5.0) 1 | plg_system_cache (3.0.0) 0 | plg_system_log (3.0.0) 1 | plg_system_httpheaders (4.0.0) 0 | plg_system_debug (3.0.0) 1 | plg_system_fields (3.7.0) 1 | plg_system_remember (3.0.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_sef (3.0.0) 1 | plg_system_schedulerunner (4.1) 1 | plg_system_skipto (4.0.0) 1 | plg_system_logout (3.0.0) 1 | plg_system_redirect (3.0.0) 0 | plg_system_guidedtours (4.3.0) 1 | plg_system_webauthn (4.0.0) 0 | plg_system_task_notification (4.1) 1 | plg_system_stats (3.5.0) 1 | plg_system_actionlogs (3.9.0) 1 | plg_system_languagefilter (3.0.0) 1 | plg_system_jooa11y (4.2.0) 1 | plg_system_languagecode (3.0.0) 1 | plg_system_privacyconsent (3.9.0) 0 | plg_system_shortcut (4.2.0) 1 | plg_workflow_featuring (4.0.0) 1 | plg_workflow_publishing (4.0.0) 1 | plg_workflow_notification (4.0.0) 1 | plg_task_globalcheckin (5.0.0) 1 | plg_task_site_status (4.1) 1 | plg_task_rotatelogs (5.0.0) 1 | plg_task_check_files (4.1) 1 | plg_task_sessiongc (5.0.0) 1 | plg_task_deleteactionlogs (5.0.0) 1 | plg_task_updatenotification (5.0.0) 1 | plg_task_requests (4.1) 1 | plg_task_privacyconsent (5.0.0) 1 | plg_installer_urlinstaller (3.6.0) 1 | plg_installer_webinstaller (4.0.0) 1 | plg_installer_packageinstaller (3.6.0) 1 | plg_installer_folderinstaller (3.6.0) 1 | plg_installer_override (4.0.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_quickicon_privacycheck (3.9.0) 1 | plg_quickicon_eos (4.4.0) 1 | plg_quickicon_overridecheck (4.0.0) 1 | plg_quickicon_joomlaupdate (3.0.0) 1 | plg_quickicon_downloadkey (4.0.0) 1 | plg_quickicon_extensionupdate (3.0.0) 1 | plg_quickicon_phpversioncheck (3.7.0) 1 | plg_search_content (4.0.0-dev) 1 | plg_search_contacts (4.0.0-dev) 1 | plg_search_newsfeeds (4.0.0-dev) 1 | plg_search_tags (4.0.0-dev) 1 | plg_search_categories (4.0.0-dev) 1 | plg_filesystem_local (4.0.0) 1 | plg_actionlog_joomla (3.9.0) 1 | plg_authentication_ldap (3.0.0) 0 | plg_authentication_cookie (3.0.0) 1 | plg_authentication_joomla (3.0.0) 1 | plg_extension_namespacemap (4.0.0) 1 | plg_extension_finder (4.0.0) 1 | plg_extension_joomla (3.0.0) 1 | plg_webservices_privacy (4.0.0) 1 | plg_webservices_content (4.0.0) 1 | plg_webservices_media (4.1.0) 1 | plg_webservices_languages (4.0.0) 1 | plg_webservices_banners (4.0.0) 1 | plg_webservices_users (4.0.0) 1 | plg_webservices_menus (4.0.0) 1 | plg_webservices_installer (4.0.0) 1 | plg_webservices_plugins (4.0.0) 1 | plg_webservices_newsfeeds (4.0.0) 1 | plg_webservices_modules (4.0.0) 1 | plg_webservices_redirect (4.0.0) 1 | plg_webservices_config (4.0.0) 1 | plg_webservices_tags (4.0.0) 1 | plg_webservices_messages (4.0.0) 1 | plg_webservices_templates (4.0.0) 1 | plg_captcha_recaptcha_invisible (3.8) 0 | plg_multifactorauth_fixed (4.2.0) 0 | plg_multifactorauth_email (4.2.0) 0 | plg_multifactorauth_webauthn (4.2.0) 0 | plg_multifactorauth_totp (3.2.0) 0 | plg_multifactorauth_yubikey (3.2.0) 0 |
3rd Party:: plg_editors_codemirror (6.0.0) 0 | plg_editors_jce (2.9.58) 1 | plg_editors_tinymce (6.7.3) 0 | Content - CB Activity (6.0.0+build.2) 1 | Content - CB Gallery (2.5.1) 1 | Content - Community Builder Author (2.0.2+build.2) 1 | plg_content_jce (2.9.58) 1 | plg_fields_mediajce (2.9.58) 1 | PLUG_SYSTEM_CBREDIRECT (2.0.2) 1 | Community Builder System plugin (2.9.1+build.2) 1 | plg_system_jce (2.9.58) 1 | Smart Slider 3 System Plugin (3.5.1.20) 1 | System - CB Auto Actions (9.2.0+build.2) 0 | plg_task_cbautoactionstaskbot (9.2.0+build.2) 0 | plg_installer_jce (2.9.58) 1 | Smart Slider 3 Updater Plugin (3.5.1.20) 1 | PLG_QUICKICON_AKEEBABACKUP (9.8.4) 0 | plg_quickicon_jce (2.9.58) 1 | Search - CB GroupJive (3.5.3) 1 | plg_extension_jce (2.9.58) 1 | Kunena - CB AntiSpam (5.0.1) 0 | Captcha - CB AntiSpam (5.0.1) 0 |
Templates Discovered :: wrote:Templates :: Site :: cassiopeia (1.0) 1 |
Templates :: Admin :: atum (1.0) 1 |

ThaiJohn
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat Dec 10, 2022 3:53 pm

Re: Call to a member function getTag() on null

Post by ThaiJohn » Thu Jan 18, 2024 5:57 am

After I reinstall Thai language every thing working... Thanks for the support.

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

Re: Call to a member function getTag() on null

Post by SharkyKZ » Thu Jan 18, 2024 6:03 am

And so Backwards Compatibility plugin remains broken yet again :pop.

ThaiJohn
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat Dec 10, 2022 3:53 pm

Re: Call to a member function getTag() on null

Post by ThaiJohn » Thu Jan 18, 2024 10:47 am

I work perfect after reinstall Thai language.


Post Reply

Return to “Migrating and Upgrading to Joomla! 4.x”