Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP: I broke everything by just checking ONE box in the admin , arf!


Guest

Recommended Posts

Posted

I get:

 

Warning: error_log(/var/log/www/tep/page_parse_time.log): failed to open stream: No such file or directory in /usr/home/web/users/xxxxxxxxx/html/catalog/includes/functions/database.php on line 41

 

everywhere on the catlog or admin pages. Cannot access my admin anymore.

 

Probably not difficult to fix, but I can't figure out what is missing

 

Thank you for your prompt help!

Posted

You've got phpMyAdmin?

 

Go to table -> configuration and at about lines 118 & 121 you'll find

 

118 Store Page Parse Time STORE_PAGE_PARSE_TIME

121 Display The Page Parse Time DISPLAY_PAGE_PARSE_TIME

 

Set them to false.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

  • 1 month later...
Posted
You've got phpMyAdmin?

 

Go to table -> configuration and at about lines 118 & 121 you'll find

 

118 Store Page Parse Time STORE_PAGE_PARSE_TIME

121 Display The Page Parse Time DISPLAY_PAGE_PARSE_TIME

 

Set them to false.

 

 

Hi,

 

I have the same problem. Went to phpMyAdmin and set to false, and I still get error on storefront and my admin page blank!

 

Please Please, Please someone help me to fix this.

Posted

You've got phpMyAdmin?

 

Go to table -> configuration and at about lines 118 & 121 you'll find

 

118 Store Page Parse Time STORE_PAGE_PARSE_TIME

121 Display The Page Parse Time DISPLAY_PAGE_PARSE_TIME

 

Set them to false.

:mellow: :)

 

I get:

 

Warning: error_log(/var/log/www/tep/page_parse_time.log): failed to open stream: No such file or directory in /usr/home/web/users/xxxxxxxxx/html/catalog/includes/functions/database.php on line 41

 

everywhere on the catlog or admin pages. Cannot access my admin anymore.

 

Probably not difficult to fix, but I can't figure out what is missing

 

Thank you for your prompt help!

Posted
You've got phpMyAdmin?

 

Go to table -> configuration and at about lines 118 & 121 you'll find

 

118 Store Page Parse Time STORE_PAGE_PARSE_TIME

121 Display The Page Parse Time DISPLAY_PAGE_PARSE_TIME

 

Set them to false.

:mellow: :)

 

That's what I did and it didn't fix it.

Posted

Could someone please please pleeeeeeeease help me. I tried going into phpMyAdmin to reset parse_time to false. It says false for both values and my page is still down with errors going all the way across it. I am in the process of having my hosting company delete my entire store....

 

 

I'm up to my wits with this store. I really am depressed now because I haven't slept for 3 weeks trying to configure my store just right, and now to lose it all because there is an option in admin that doesn't warn you to not change it unless other prerequisites are met!

Posted
Could someone please please pleeeeeeeease help me. I tried going into phpMyAdmin to reset parse_time to false. It says false for both values and my page is still down with errors going all the way across it. I am in the process of having my hosting company delete my entire store....

I'm up to my wits with this store. I really am depressed now because I haven't slept for 3 weeks trying to configure my store just right, and now to lose it all because there is an option in admin that doesn't warn you to not change it unless other prerequisites are met!

I think we've all killed or gotten close to killing their store. Good luck!

Posted

could you not try creating that path and text file as per stated in the error?

Posted
could you not try creating that path and text file as per stated in the error?

 

 

Thank you for your reply.

 

The problem is that I don't know how to do that. I just deleted the store. I am going to ry with an all new installation. I know I'll never touch that again!

 

However, if I ever run into an issue like this again, [you never know] I want to be able to solve it. Or do you know how I can disable or remove that option to save page parse time from admin?

Posted

includes/application_bottom.php. Comment out the code below, as shown:

//if (STORE_PAGE_PARSE_TIME == 'true') {
//$time_start = explode(' ', PAGE_PARSE_START_TIME);
//$time_end = explode(' ', microtime());
//$parse_time = number_format(($time_end[1] + $time_end[0] - ($time_start[1] + $time_start[0])), 3);
//error_log(strftime(STORE_PARSE_DATE_TIME_FORMAT) . ' - ' . getenv('REQUEST_URI') . ' (' . $parse_time . 's)' . "\n", 3, STORE_PAGE_PARSE_TIME_LOG);

//if (DISPLAY_PAGE_PARSE_TIME == 'true') {
  //echo '<span class="smallText">Parse Time: ' . $parse_time . 's</span>';
//	}
//  }

 

Vger

Posted
includes/application_bottom.php. Comment out the code below, as shown:

//if (STORE_PAGE_PARSE_TIME == 'true') {
//$time_start = explode(' ', PAGE_PARSE_START_TIME);
//$time_end = explode(' ', microtime());
//$parse_time = number_format(($time_end[1] + $time_end[0] - ($time_start[1] + $time_start[0])), 3);
//error_log(strftime(STORE_PARSE_DATE_TIME_FORMAT) . ' - ' . getenv('REQUEST_URI') . ' (' . $parse_time . 's)' . "\n", 3, STORE_PAGE_PARSE_TIME_LOG);

//if (DISPLAY_PAGE_PARSE_TIME == 'true') {
  //echo '<span class="smallText">Parse Time: ' . $parse_time . 's</span>';
//	}
//  }

 

Vger

 

Vger,

 

 

Thanks! As always, you ROCK!!! What would this forum be without you?

 

Selma :thumbsup:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...