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 版本
一个包含以下代码的文件现在返回错误:
致命错误:在中找不到类“JFactory”
这是代码:
<?php $user = JFactory::getUser(); $group_id = &JFactory::group_id(); $user_id = $user->get('id'); ?>