![]() |
Not much a can say to that :)
|
I'm also getting the error
An error occured during the Backup : My backup path is ././backups/ and it does create folders with the current date when I manually start the process but nothing else. Any ideas? |
././backups/ should really be ./backups/
You need to check folder permissions. |
I have folder permission set at 777 and as I mentioned it does create subfolders with the current date so I think the permission is set correctly.
I changed the path to ./backups/ still the same error. |
Ok, I checked a little further into this problem. It does have something to do with permissions.
Folder /backups/ permission is 0777 owner me Folder /backups/2009-09-17 permission 0777 owner www-data ... does this matter? So I went on and edited mysqlbackup.php in order to remove the creation of folder as this is somehow creating the problem for me .... // Cron Based Automated Backup function cronBackup() { /* Set Full Dump Path. */ //$this->FULL_PATH = $this->DUMP_PATH.$this->DATE.'/'.$this->PREFIX.$this->DATE; $this->FULL_PATH = $this->DUMP_PATH.'/'.$this->PREFIX.$this->DATE; /* Short Path */ //$this->SHORT_PATH = $this->DUMP_PATH.$this->DATE; $this->SHORT_PATH = $this->DUMP_PATH; /* Close Forum. */ if ($this->SHUTDOWN) { $this->forumStatus(0); } /* Remove previous SQL Files. */ //$this->removeDir($this->SHORT_PATH); //$this->createDir($this->SHORT_PATH); /* Clear Cache */ clearstatcache(); .............. ............ I no longer have dated folders, but it is working now. |
Quote:
|
Tried everything, read all posts, getting an error.
|
When I try it, it backs up everything but when it gets to my posts it just stops and says done?
Code:
Processing podcastitem (No Data) Can someone help me with this I think it timed out. =( |
How did you get it to work? Whats your path for it?
|
Quote:
|
All times are GMT. The time now is 12:30 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|