This is from the error log on my server:

[error] [client 80.***.***.115] client denied by server configuration: /***s/files/backup_migrate/scheduled/test.txt
[error] PHP Fatal error: Call to undefined function: token_replace() in /...odules/backup_migrate/backup_migrate.module on line 1128
[error] [client 80.***.***.115] client denied by server configuration: /***s/files/backup_migrate/scheduled/test.txt

I'm getting a white screen (of death!) and trying to figure out what's going on...
These errors have been conducted around the time (i believe) my site went nuts...

Thanks!

Comments

asak’s picture

Title: What does this mean: » error (client denied by server configuration)

(setting a more appropriate title)

asak’s picture

Still haven't solved this...

When trying to delete/download the backup file created by this module i get a 550 permission denied error. I cannot change the read/write permissions for this file neither...

Any ideas?

ronan’s picture

Title: error (client denied by server configuration) » Missing token module causing fatal error
Category: support » bug

ok, it looks like there's a couple of things going on here.

The access denied log for the test.txt is normal and desired behaviour. This is the backup and migrate testing the security settings on the server to make sure your backup directory is not publicly accessible.

The fatal error on the other hand is more serious, and is likely the cause if your white screen of death. This seems to be because my module is assuming that the token module is enabled when it is not. Token should not be required so this is a bug. I'll try to get a fix posted asap.

I suspect that the last issue you mention is some sort of permission issue on your server. I'll try to get to the bottom of the other problem and then see if I can figure out what's going on there.

Thanks for the feedback

R

ronan’s picture

Status: Active » Fixed

I have committed a version which should fix this fatal error. Please let me know if this has taken care if the issue for you

Thanks
R

asak’s picture

Unfortunately, i've reinstalled my site by now.

I do, however, user this module now and it seems to be working fine...

Thanks!

hope this helps some other folks...;)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.