Thanks for your reply above and your help.
And - I really like Xcloner. When I was using it on my Joomla 1.0.x site it was great. I am anxious to get it working on my Joomla 1.5 site - as it is a real-time saver.
I have solved the problem which initiating this post, but now have another problem. I have searched the forums but have not found anything to help.
New problem is with login authentication on live site after cloning the localhost site to the live site.
I have XCloner 2.0 working after I did a completely new install of xampp 1.6.7 and Joomla 1.5.6 on my localhost server today.
I can get the xcloner backup file to clone from the localhost to my shared server hosted by 1and1.com.
I can get to the live site frontpage and navigate the site. I can also get to the livesite administrator login page. However that is where I run into a problem.
When I try to login as the administrator with my user name and password, I get a blank browser window with only the following error text present:
Fatal error: Call to undefined method: stdClass->onauthenticate() in /homepages/31/d162490781/htdocs/collegemain/libraries/joomla/user/authentication.php on line 121
Via FTP I went to the authentication.php file on the live site referenced in the error message above and here is the code from lines 120 and 121 in that file:
120 // Try to authenticate
121 $plugin->onAuthenticate $credentials, $options, $response);
The same code in the authentication.php file on my localhost is identical to this code on my live site.
I can still authenticate as normal on my localhost but cannot on the live 1and1 hosted site.
I created a new xcloner backup of the localhost site and then cloned that backup to the hosted site again, but still have the same problem. (I made sure I had deleted the xcloner "tgz" backup file and the xcloner.php and the TAR.php files from the previous cloning effort from the livesite root directory before I attempted my second cloning effort.)
URL of live site is:
www.collegezap.com
Localhost Info:
Windows XP Pro, SP3
Firefox 2.0.0.15
Xampp 1.6.7 defaults are: PHP - 5.2.6; MySQL - 5.0.51b; Apache - 2.2.9
Joomla 1.5.6
LiveSite Info:
Provider: 1and1.com
Shared hosting
PHP - ??
MySQL - 5.0.?
This sounds like it might be a permissions problem, but I don't have a clue where to start looking.
Can you help on this? Thanks.