Feeds

514 items (513 unread) in 13 feeds

Firefox CFBU成员 Firefox CFBU成员

Sense的部落格 (1 unread)

  • Permalink for 'Joomla 几个常见问题的解决'

    Joomla 几个常见问题的解决

    Posted: August 8, 2008, 4:39pm PDT by admin
    LBL_TAG_TAGSJoomla  

    1,clean cache时,出现Fatal error: Only variables can be passed by reference in /home/bb/public_html/seo/administrator/components/com_cache/admin.cache.php on line 85
    解决:replacing at line 77 of admin.cache.php with
    $limit = $mainframe->getUserStateFromRequest( 'global.'.$option.'.limit', 'limit', $mainframe->getCfg('list_limit'));
    2,批量替换文章中的特定内容:
    UPDATE jos_content SET fulltext = replace(fulltext,"被替换的内容","替换成的内容");
    3,出现两个标题的问题
    menu-系统参数-显示页面标题-否 ,这个BUG好像在1.5.5中已经修正了。