It did work with CMSMS versions prior to 1.x. My admin/bakcups directory is 777. What should I do to use it in 1.0.4?backing up database ...
* cms_additional_htmlblob_users
Fatal error: Call to undefined function: rowcount() in /var/www/web27/html/modules/Backup/Backup.module.php on line 26
1.0.4 and the backup module
-
pro_01
1.0.4 and the backup module
I am trying to create a backup with the well known backup module, but I keep getting this:
-
cyberman
Re: 1.0.4 and the backup module
backup module is an older module (pre 1.0). There are some changes, so it will not work.
But you can try to replace all rowcount() with recordcount() in source.
But you can try to replace all rowcount() with recordcount() in source.
-
pro_01
Re: 1.0.4 and the backup module
thanks. this did the trick. let's hope it will restore it in a seamless manner.
Re: 1.0.4 and the backup module
Doesn't work with my host:cyberman wrote: There's another module for backup named mysql dump ...
Code: Select all
Warning: system() has been disabled for security reasons in /home/qwerqwer/public_html/qwerqwer/modules/MysqlDump/MysqlDump.module.php on line 445
Warning: system() has been disabled for security reasons in /home/qwerqwer/public_html/qwerqwer/modules/MysqlDump/MysqlDump.module.php on line 447
-- WARNING : Please, check permissions of files and folders :
-- chmod 777 admin/backups
-- chmod 777 modules/MysqlDump
-- chmod 666 modules/MysqlDump/dump-verbose.txt-
cyberman
Re: 1.0.4 and the backup module
You can have a phpmyadmin inside CMSms. Try thisHare wrote: This really is a PITA with my clients host that doesn't even have phpmyadmin.
http://dev.cmsmadesimple.org/projects/phpmyadmin/
Re: 1.0.4 and the backup module
Thanks I'll check it out. I just tried Database backup module with the suggested change in the sourcecode and it seems to be working nicely. If only I would have known this a few days ago... sigh.cyberman wrote:You can have a phpmyadmin inside CMSms. Try thisHare wrote: This really is a PITA with my clients host that doesn't even have phpmyadmin.
http://dev.cmsmadesimple.org/projects/phpmyadmin/
Thanks for the tip.
Re: 1.0.4 and the backup module
I posted a new version with a link in this post...
http://forum.cmsmadesimple.org/index.ph ... 376.0.html
It's how I move my sites...
http://forum.cmsmadesimple.org/index.ph ... 376.0.html
It's how I move my sites...


