• I tried creating a backup with this plugin but I got a Fatal Error message. Here is a link to an image with the error.

    Please help me!

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Daniel Hüsken

    (@danielhuesken)

    with php version did you use ?

    Thread Starter argarcia9206

    (@argarcia9206)

    I’m not sure. I know I have WP 3.0.3, does that help?

    Plugin Author Daniel Hüsken

    (@danielhuesken)

    no

    Thread Starter argarcia9206

    (@argarcia9206)

    I just found it on my cPanel! I am using version PHP 5.2.4

    Plugin Author Daniel Hüsken

    (@danielhuesken)

    I have found the Problem if you use thesis openhook Plugin

    Change the includes in the thesis-openhook.php from:

    include(‘functions.php’);
    include(‘actions.php’);

    to:

    include(dirname(__FILE__).’/functions.php’);
    include(dirname(__FILE__).’/actions.php’);

    than BackWPup will work again.
    I have send a mail to the autor.

    Thread Starter argarcia9206

    (@argarcia9206)

    NO GO!

    The following error occurs inside of WP:

    Warning: Division by zero in /home/argarcia/public_html/wp-content/plugins/thesis-openhook/thesis-openhook.php on line 32

    Warning: include(/home/argarcia/public_html/wp-content/plugins/thesis-openhookphp’) [function.include]: failed to open stream: No such file or directory in /home/argarcia/public_html/wp-content/plugins/thesis-openhook/thesis-openhook.php on line 32

    Warning: include() [function.include]: Failed opening ‘/home/argarcia/public_html/wp-content/plugins/thesis-openhookphp’’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/argarcia/public_html/wp-content/plugins/thesis-openhook/thesis-openhook.php on line 32

    Warning: Division by zero in /home/argarcia/public_html/wp-content/plugins/thesis-openhook/thesis-openhook.php on line 33

    Warning: include(/home/argarcia/public_html/wp-content/plugins/thesis-openhookphp’) [function.include]: failed to open stream: No such file or directory in /home/argarcia/public_html/wp-content/plugins/thesis-openhook/thesis-openhook.php on line 33

    Warning: include() [function.include]: Failed opening ‘/home/argarcia/public_html/wp-content/plugins/thesis-openhookphp’’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/argarcia/public_html/wp-content/plugins/thesis-openhook/thesis-openhook.php on line 33

    Unfortunately it appears that I cannot use this plugin at this time. I cannot delete the Thesis Openhooks plugin, because it is detrimental to the theme that I use. It allows me to use hooks in a convenient and easy-to-use way to change things within the Theis Theme. If there is some way that you can get with Rick Beckman and solve this problem it would be appreciated. His email is rick.beckman@gmail.com. I would be happy to test out any plugin variations in correlation to yours. I will also send Rick an email with a link to this thread, to see of he is willing to help as well.

    Thanks for any support that you can provide.

    Plugin Author Daniel Hüsken

    (@danielhuesken)

    did you have test above ?

    than it is fixed!

    i have maild it alredy the author but i have become no resonance.

    Plugin Author Daniel Hüsken

    (@danielhuesken)

    i have changed filename in my plugin so that it works with thesis-openhook. but it not the right way…….

    Thread Starter argarcia9206

    (@argarcia9206)

    Ok, updated the plugin and tried running a job, here is the error, check out this site for the job error I am getting now: http://www.screencast.com/users/Adam_Garcia/folders/Jing/media/bd389b69-cf99-4aff-8825-31c15aca0c3b

    It appears as if the job is running and completing, but it seems as if it can’t email the job to me due to the file size. Is there a way to change the file size to get the complete Backup? If not, I am not sure how to change it?

    Plugin Author Daniel Hüsken

    (@danielhuesken)

    look if you realy need all files to backup and the logs folder not in backup.

    try to use S3,rackspase they dont ned so many memory to send files.
    Dropbox needs meny memory too.

    I just updated the plugin to 1.6.1 and have exactly the same issue as in the link from Argarcia:

    Fatal error: Allowed memory size of 74448896 bytes exhausted (tried to allocate 24455907 bytes)

    I’m using WP 3.1, BackWpup 1.6.1, Apache 2.2.17, PHP 5.2.16 and MySQL 5.0.91-community-log. If you need any other information, please, tell me. I really wish to have this plugin working. I installed it one month ago and it hasn’t been able to make a file backup yet, and looks really really useful and professional. I love the setup screen and the many options to make backups!

    Thank you!!

    Thread Starter argarcia9206

    (@argarcia9206)

    Ok, I have a temporary solution for this issue until you can find a way to increase the email size of the zip file. All I need to do is go to the Admin Area of the plugin and just download it from there. I do have one question, though. When you schedule a Job, after it has run, it wants you ro clear the job. Will that delete the job, or does it just reset it?

    Plugin Author Daniel Hüsken

    (@danielhuesken)

    clear set the job back so that it can works normely on next time again.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘[Plugin: BackWPup] Another Fatal Error’ is closed to new replies.