Zen Cart Logo
Forums / General Questions / Error after moving folder contents

Error after moving folder contents

Locked

Views: 933

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
25 Feb 2009, 10:07 AM
#1
bruce1952 avatar

bruce1952

Totally Zenned

Join Date:
Aug 2008
Location:
Sydney Australia
Posts:
828
Plugin Contributions:
0

Error after moving folder contents

Hi everyone,

I have just moved my site from the folder:

outdoorking.com/store

to

outdoorking.com and I am getting this error now showing up in the admin panel:

Warning: error_log(/home/content/o/u/t/outdoorking/html/store/cache/page_parse_time.log) [function.error-log]: failed to open stream: No such file or directory in /home/content/o/u/t/outdoorking/html/admin/includes/classes/logger.php on line 60

Can someone put me in the right direction. I have had a look at the logger.php file but can't workout where the error is on line 60.

25 Feb 2009, 10:18 AM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Error after moving folder contents

i assume you didn't change the path to your cache folder from admin section ?

configuration > session
modify session directory path to reflect correct path to cache folder which is now in your root and not in Shop folder .

https://www.zen-cart.com/tutorials/index.php?article=100

25 Feb 2009, 11:07 AM
#3
bruce1952 avatar

bruce1952

Totally Zenned

Join Date:
Aug 2008
Location:
Sydney Australia
Posts:
828
Plugin Contributions:
0

Re: Error after moving folder contents

This is what I changed the admin/configuration/sesions to:

/home/content/o/u/t/outdoorking/html/cache

25 Feb 2009, 7:27 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Error after moving folder contents

In your Admin, under Configuration->Logging, turn off the "Store Page Parse Time" option.

26 Feb 2009, 2:19 AM
#5
bruce1952 avatar

bruce1952

Totally Zenned

Join Date:
Aug 2008
Location:
Sydney Australia
Posts:
828
Plugin Contributions:
0

Re: Error after moving folder contents

Thank you DrByte, it fixed the issue straight away.