|
Hey, we're getting there! Once I generated a cloner trial using the IP address instead of the domain name, it started to work (more or less). BTW, your "print test" script worked fine as a scheduled task.
Ironically, we're now back to the original memory problem. When I ran this as a chron, I got the following error in the php log:
[30-Nov-2007 15:52:06] PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 8192 bytes) in C:\...\com_cloner\restore\pcltar.lib.php on line 2052
I upped the memory from 32M to 64M and got the identical message. It almost looks like the script doesn't recognize more than 8M. I then tried a backup from within Joomla and had no problem.
FWIW, the log also had these warnings:
[30-Nov-2007 15:52:00] PHP Warning: Invalid argument supplied for foreach() in C:\...\com_cloner\cloner.functions.php on line 1894
[30-Nov-2007 15:52:00] PHP Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\...\com_cloner\cloner.functions.php on line 1972
Suggestions or thoughts?
-Larry Gelfand
|