Feng Forum

Support => Older versions => : carcam September 20, 2009, 11:12:17 AM

: [1.5.3] Error 500 when trying to backup
: carcam September 20, 2009, 11:12:17 AM
I am trying to create an Opengoo Backup (plugin installed), but the system continuosly gives me an Error 500. Which could this mean?
: Re: [1.5.3] Error 500 when trying to backup
: carcam September 25, 2009, 03:40:56 AM
No one? This is very important for me.
: Re: [1.5.3] Error 500 when trying to backup
: Pet September 25, 2009, 02:21:41 PM
What does your error log say?
: Re: [1.5.3] Error 500 when trying to backup
: Frits September 25, 2009, 04:42:03 PM
Are you sure that the directory ./tmp and ./tmp/backup is writeable for user apache (use e.g filezilla to do a chmod 777 on the directories)?
: Re: [1.5.3] Error 500 when trying to backup
: carcam September 26, 2009, 01:15:27 PM
Are you sure that the directory ./tmp and ./tmp/backup is writeable for user apache (use e.g filezilla to do a chmod 777 on the directories)?

It's not a permissions problem, because Opengoo creates the database backup and it writes almost a half of the backup file. I think it's a problem of the execution time, But I changed the php.ini to 800 (and to 1500) with no success.

After changing the values, I checked with a phpinfo that the value is updated in the system.

Any other value I could try to change?
: Re: [1.5.3] Error 500 when trying to backup
: carcam October 02, 2009, 04:02:14 AM
No ideas?
: Re: [1.5.3] Error 500 when trying to backup
: carcam October 07, 2009, 02:52:08 AM
Ok, some news. I have tried the automatic CRON backup and it works. So I think it's not in the php.ini configuration because the CRON backup does use the php program. Any htaccess variable I could try to set?