It is currently Sun Jul 20, 2008 10:01 pm
Moderator: General Support Moderators


#
// $$$ Open Source MySQL-Dump
// http://www.$$$.com
#
// Host: Somehost
// Generation Time: Apr 20, 2005 at 14:43
// Server version: 4.1.8a-Debian_5.dotdeb.0-log
// PHP Version: 5.0.3
// Database : `db1001-cms`
// --------------------------------------------------------
#
// Table structure for table `mos_banner`
#
DROP table IF EXISTS mos_banner;
CREATE TABLE `mos_banner` (
...






bobonthenet wrote:Just a few quick and easy questions, I am using the latest Joomla is Big Ape going to work ok with that? Also I downloaded com_babackup_1.0.zip will I need to perform these fixes on that? I've now had to completely wipe everything clean and reinstall from scratch twice and I don't want to make it a third time. Lastly what all does big ape backup? Just the mysql database or all the files and component stuff? I would really like something that backs up everything but anything that will prevent me from having to reinstall joomla and all the components from scratch and losing all my members and all the data is better than nothing.




Would you upload the backup onto the server. Unpack it.
Then upload the sql db using phpmyadmin


Nic wrote:I think you are suffering from an old bug of BigApe Site Backup which has been reported ages ago but not yet fixed. Does your .sql file contain comments that start with "//" instead of "#"? Like this:
- Code: Select all
#
// $$$ Open Source MySQL-Dump
// http://www.$$$.com
#
// Host: Somehost
// Generation Time: Apr 20, 2005 at 14:43
// Server version: 4.1.8a-Debian_5.dotdeb.0-log
// PHP Version: 5.0.3
// Database : `db1001-cms`
// --------------------------------------------------------
#
// Table structure for table `mos_banner`
#
DROP table IF EXISTS mos_banner;
CREATE TABLE `mos_banner` (
...
Fix of the bug:
Open the file "administrator/components/com_babackup/admin.babackup.php". The problem is starting at line 557 to 572 and 618.
Replace all double '//' with a '#'. But do not replace the // near the end of 561, that is date time formatting. Now the backups should be fine.
Fix of your backup:
If you need the current backup to work do a very careful search/replace of all "//" to "#" but be sure to check every single find of "//" because it could also be part of your content (f.ex. "http://www....")
Hope this helps.
Nic




Users browsing this forum: No registered users and 4 guests