Page 2 of 2

Re: Something wrong ? using backtics to back up data base

Posted: Fri Apr 27, 2012 1:06 pm
by pizzipie
:D :D :D SOLVED.

Thanks everyone. With your ideas and hints I was able to fix this.

1. I created a VirtualHost in apache2.
2. I had the permissions set to 755 for the directory to write to. Changed this to 755.
3. Instead of calling with 'backtics' I used system($command).

Again, thanks, R