Errors/1000

From Joomla! Documentation

Revision as of 18:21, 16 February 2009 by Hackwar (talk | contribs)

Message[edit]

Failed to create backup destination "%s"

Source[edit]

Package: Joomla.Framework
SubPackage: Backup

Causes[edit]

This can be caused by an invalid destination being specified by the item utilising the backup system. Examples of common situations where this might occur could be that the destination specified is either inaccessible, incorrect or unwriteable by the PHP process.

Solutions[edit]

  • Ensure that the parent of the location specified in the error message is writeable by the PHP process.
  • Specify a different location.
  • Fix the location so that it points to the correct place.

Occurrences[edit]

  • /libraries/joomla/backup/adapters/sql.php
    • Class: JBackupSQL
    • Methods: backup, restore