Warning Rename failed on administration pages - Joomla! Forum - community, help and support
hi,
where can find information component or file can not renamed.
on administrator sites joomla shows same warning:
warning
rename failed.
thanks
where can find information component or file can not renamed.
on administrator sites joomla shows same warning:
warning
rename failed.
thanks
this weird. can debug libraries/joomla/filesystem/folder.php or libraries/joomla/filesystem/file.php
just search "return jtext::_('jlib_filesystem_error_rename_file');" , try echoing $src , $dst (you need in 2 places in each file).
you can enable debug trace issue.
note: if have wrong ftp credentials in configuration settings not fix them until you're sure $src , $dst ok (it might malicious script somewhere on website trying rename file/folder failing because of wrong ftp credentials).
just search "return jtext::_('jlib_filesystem_error_rename_file');" , try echoing $src , $dst (you need in 2 places in each file).
you can enable debug trace issue.
note: if have wrong ftp credentials in configuration settings not fix them until you're sure $src , $dst ok (it might malicious script somewhere on website trying rename file/folder failing because of wrong ftp credentials).
Comments
Post a Comment