Aug
08

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中已经修正了。

Tags:

No Responses

Leave a Response

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>