Sửa lỗi “JFolder::create: Path not in open_basedir paths”
* JFolder::create: Path not in open_basedir paths
* Warning! Failed to move file.
Mở file configuration.php, thay đổi đường dẫn theo định dạng dưới đây
var $log_path = ‘/home/xuxuvn/public_html/logs’;
var $tmp_path = ‘/home/xuxuvn/public_html/tmp’;
Phần đường dẫn mỗi host đều khác nhau, bạn login vào host tìm Home Directory
Chúc các bạn thành công







Tháng 11
2011
How to Remove Jcomments Footer Link
How to Remove Jcomments Footer Link
We know at the bottom of the jcomments box is the text Jcomments and it takes to http://www.joomlatune.com/, how to remove it?
Look in file tpl_index.php
\com_jcomments_v2.0.0.16\tpl\default\tpl_index.php
in the Line 56 displays the support variable (which is set elsewhere)
Either delete that line or comment-out that line.
That should remove the link display completely.
Tags: footer, How to, Jcomments, link, Remove
Posted in Joomla