Trouble with code in oxutils.php

I have just cloned a working website and placed it under a new domain name. I intend to access the CMS and strip back all the original products and replace them with new ones.

First things first: I am trying to get the clone working but it appears there are a few problems. I am getting the following messages when I try to access

http://www.wheeliecart.com.au/
Warning: file_put_contents(): Filename cannot be empty in /home/wheeliecart/public_html/core/oxutils.php on line 1424

Warning: fopen(/home/neigh/public_html/log/EXCEPTION_LOG.txt): failed to open stream: No such file or directory in /home/wheeliecart/public_html/core/oxutils.php on line 1457

Warning: Cannot modify header information - headers already sent by (output started at /home/wheeliecart/public_html/core/oxutils.php:1424) in /home/wheeliecart/public_html/core/oxutils.php on line 1205

Warning: Smarty error: unable to read resource: "message/exception.tpl" in /home/wheeliecart/public_html/core/smarty/Smarty.class.php on line 1093

Any suggestions?
Are there any tools/code I can insert to help diagnose?
Remember that I cannot access the CMS via /admin at this stage.

Danke

Don

Did you change the settings in config.inc.php?

Thanks for your post Elijos.

When you say, “Did you change the settings in config.inc.php?” could you be more specific?

I was hoping that my access to the CMS through /admin would be the same with the clone until I made some changes. Obviously I will need to change the config.inc.php after I am ready to change ‘skins’ as it were.

Moving forward, I have been able to get a response from the CMS access routine which for the record, in my case is, “https://www.wheeliecart.com.au/admin/” but instead of the usual username & password challenge I got a lot of error messages as follows:

Perhaps some of the forum onlookers recognise these error messages and can help me further. Bit by bit I will get there. “[I]Anfangen ist leicht, Beharren eine Kunst.[/I]”

Cheers

When you clone a shop to another URL you have to edit the following settings in the named file:

$this->dbHost = '<dbHost_ce>'; // database host name
    $this->dbName = '<dbName_ce>'; // database name
    $this->dbUser = '<dbUser_ce>'; // database user name
    $this->dbPwd  = '<dbPwd_ce>'; // database user password
    $this->dbType = 'mysql';
    $this->sShopURL     = '<sShopURL_ce>'; // eShop base url, required
    $this->sSSLShopURL  = null;            // eShop SSL url, optional
    $this->sAdminSSLURL = null;            // eShop Admin SSL url, optional
    $this->sShopDir     = '<sShopDir_ce>';
    $this->sCompileDir  = '<sCompileDir_ce>';

Elijos,

Thanks mate. Yes all the necessary name changes have been / were made. I don’t think this is the answer.

Try this: http://oxidforge.org/en/system-requirements#Files_.26_Folder_Permission_Setup