TCSoul |
03-15-2004 05:25 PM |
Quote:
Originally Posted by Morpheus84
At my vB3 the Script won't will be work :(
I click on "Do it now" and my vB says "All done."
On my FTP Server there's nothing to see about a backup :(
Plz help.
|
I'm actually experiencing the same problem as Morpheus, and I'm trying to diagnose it a little bit further. I'm thinking that the script is being found just fine, but it is exiting out of itself because of the first line of the script:
PHP Code:
if ($DB_site = NULL)
{
exit;
}
Now then, I am already fairly certain this is a stupid question... BUT.... I sure don't see any variables called $DB_site anywhere in this file. Does it make sense that that would be the cause of the problem? I don't really think so, because everybody else can seem to get this working fine... That said, would this problem result from typing an improper path name in teh actual script. I'm confused because vb says it is 'All Done', but nothing is actually happening, nor is anythgin being registered in my Scheduled Tasks log....
|