Difference between revisions of "Errors/1000"

From Joomla! Documentation

m (→‎Occurrences: clean up)
 
(One intermediate revision by one other user not shown)
Line 17: Line 17:
 
* /libraries/joomla/backup/adapters/sql.php
 
* /libraries/joomla/backup/adapters/sql.php
 
** Class: JBackupSQL
 
** Class: JBackupSQL
** Methods: backup, restore
+
** Methods: backup
  
 
__notoc__
 
__notoc__
 +
 +
<noinclude>[[Category:Unknown categorisation]]</noinclude>

Latest revision as of 10:12, 16 March 2013

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