Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Joomla をバージョン 2.5.16 にアップグレードしました
次のコードを含む 1 つのファイルがエラーを返すようになりました。
致命的なエラー: クラス 'JFactory' が見つかりません
これはコードです:
<?php $user = JFactory::getUser(); $group_id = &JFactory::group_id(); $user_id = $user->get('id'); ?>