Zen Cart Logo
Forums / Basic Configuration / Store Parse Time causes error

Store Parse Time causes error

Locked

Views: 2,211

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
27 Aug 2007, 3:39 PM
#1
shocker avatar

shocker

Zen Follower

Join Date:
Jul 2007
Location:
Jakarta
Posts:
346
Plugin Contributions:
0

Store Parse Time causes error

After turning on Store Parse Time in Admin > Configuration > Logging, the following message appears

[B]Warning[/B]:  error_log(/var/log/www/zen/page_parse_time.log) [[URL="http://nahidfashions.com/boutique/function.error-log"]function.error-log[/URL]]: failed to open stream: No such file or directory in [B]/home/alifina/public_html/boutique/admin/includes/classes/logger.php[/B] on line [B]60[/B]
27 Aug 2007, 5:00 PM
#2
drbyte avatar

drbyte

Sensei

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

Re: Store Parse Time causes error

Can you please post the entire error message ?

You missed specifying the filename it was trying to write to.

If you're going to turn on Store Page Parse Time, then you also need to give it a filename/path in which to store the information. (ie: "Log Destination" on that same config screen).

QUESTION: Why are you turning this on anyway ?

30 Aug 2007, 6:08 AM
#3
hendriyani avatar

hendriyani

New Zenner

Join Date:
Aug 2007
Posts:
6
Plugin Contributions:
0

Re: Store Parse Time causes error

have you created page_parse_time.log file in path specified
by Log Destination
Directory and filename of the page parse time log

17 Jul 2008, 1:49 AM
#4
andy310 avatar

andy310

New Zenner

Join Date:
Oct 2007
Location:
Los Angeles / Simi Valley
Posts:
41
Plugin Contributions:
0

Re: Store Parse Time causes error

what does that do any way?

i'm having hack attempts reported by mod security that cought some idot trying to inject into the serchbox function by an error in the apache log...

i'm trying to add a log that tells me what pages people visit... and page_parse_time.log seems to do it only for admin...

what should i turn on to monitor the pages ?

17 Jul 2008, 3:53 AM
#5
drbyte avatar

drbyte

Sensei

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

Re: Store Parse Time causes error

The page-parse-time functionality deals with how long it takes for pages to be processed.

For tracking visitor activity, you'd be better off with the User Tracking addon available in the downloads area.

17 Jul 2008, 10:20 PM
#6
andy310 avatar

andy310

New Zenner

Join Date:
Oct 2007
Location:
Los Angeles / Simi Valley
Posts:
41
Plugin Contributions:
0

Re: Store Parse Time causes error

does that work for people that are not users?
because they aren't logged in obviously.
Thanks for the quick reply btw B)