Just installed plugin on WP3.0.1.
I can add a job, set the options I want (complete file & db backup, no schedule) and save, but the only option I get is 'Clear'.
Clicking clear just seems to reload the page with nothing changed.
Any ideas?
Just installed plugin on WP3.0.1.
I can add a job, set the options I want (complete file & db backup, no schedule) and save, but the only option I get is 'Clear'.
Clicking clear just seems to reload the page with nothing changed.
Any ideas?
same issue here. I have no idea how to actually start a backup. hitting the "clear" button doesn't do anything for me. any help would be much appreciated! danke & viele grüße, thomas
found the bug i will fix it asap.
its in line 103 of list-tables.php
if (empty($jobvalue['logfile']) and !empty($jobvalue['starttime'])) {
must
if (empty($jobvalue['logfile']) and empty($jobvalue['starttime'])) {
Thanks Daniel - I've changed the line in list-tables.php and it is working correctly!
Thank you very much!
Apparently not resolved -- I have the same problem and the line in list-tables.php in the version downloaded from WordPress is:
if (empty($jobvalue['logfile']) and empty($jobvalue['starttime'])) {
Is this correct? 'Clear' is still the only option, so can't run job.
Same here - just upgraded to 1.6.2 on WP 3.1.
Temporarily disabled other plugins without success.
Same here - just upgraded to 1.6.2 on WP 3.1.
Temporarily disabled other plugins without success.
Tried the above mentioned fix without success.
Guess I will have to open another fresh thread.
have same problem with backWPup 1.73 + wp 3.2, only Clear options shows.
any fixes soon Daniel?
thx
I am on 1.7.3 and WP 3.1.2 and all is good.
There was a trick how to make the options show again, but I don't remember what it was - maybe click on clear?
thx Sumukha,
clear brought back the left options:
Edit | Copy | Export | Delete | Run Now
but i still do not see the right option: Download anymore
anyone have any idea?
thx!
now i tried to Run Now but i get this error msg: anyone can help pls?!
[WARNING] File or Folder is not readable: /hermes/web07/b2339/moo.boomerangootancom/boomerangootan.com/wp-content/uploads
2011-06-16 00:51.27: [WARNING] File or Folder is not readable: /hermes/web07/b2339/moo.boomerangootancom/boomerangootan.com/wp-content/backwpup-29f19-logs
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 35 bytes) in /hermes/web07/b2339/moo.boomerangootancom/wp-content/plugins/backwpup/app/backwpup_dojob.php on line 681
--------------
i tried to delete folder boomerangootancom in wp root but it does not allow me?!
or how do i reset that folder from scratch?
actually, how could i change it to my own backup folder in root that i named "backup"
thx
This topic has been closed to new replies.