Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Reports


garyljohnson

Recommended Posts

I tried to start some of the reports in the admin configuration (/admin/index.php) and killed my intire website.

I can't even get back into the admin/index.php menus to undo the changes.

I went to "reports" and tried to turn on the last one of the reports that is in the menu.

( I don't remember right now which one it was).

I am havine to have the ISP install backups right now to fix the problem.

 

Is there a way to get back to the admin menu when this happens?

 

below is the errors that are showing up in the /admin/index.php

 

Warning: error_log(/var/log/www/tep/page_parse_time.log) [function.error-log]: failed to open stream: No such file or directory in /home/paulasb1/public_html/admin/includes/classes/logger.php on line 49

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/paulasb1/public_html/admin/includes/classes/logger.php:49) in /home/paulasb1/public_html/admin/includes/functions/sessions.php on line 102

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/paulasb1/public_html/admin/includes/classes/logger.php:49) in /home/paulasb1/public_html/admin/includes/functions/sessions.php on line 102

 

Warning: error_log(/var/log/www/tep/page_parse_time.log) [function.error-log]: failed to open stream: No such file or directory in /home/paulasb1/public_html/admin/includes/classes/logger.php on line 49

 

Warning: error_log(/var/log/www/tep/page_parse_time.log) [function.error-log]: failed to open stream: No such file or directory in /home/paulasb1/public_html/admin/includes/classes/logger.php on line 49

 

Warning: error_log(/var/log/www/tep/page_parse_time.log) [function.error-log]: failed to open stream: No such file or directory in /home/paulasb1/public_html/admin/includes/classes/logger.php on line 49

Link to comment
Share on other sites

Your problem is here:

Warning: error_log(/var/log/www/tep/page_parse_time.log) [function.error-log]: failed to open stream: 
No such file or directory in /home/paulasb1/public_html/admin/includes/classes/logger.php on line 49

Your store is running in /home/paulasb1/public_html/, while it's trying to work with a log file in /var/log/www/tep/. Either you have a hardcoded path /var/log/www/tep/ to the log in the code, or a bad configure.php setting somewhere. Scan your code and configurations for /var/log/www/tep/ and change to /home/paulasb1/public_html/.

 

Fixing this problem will take care of the session cookie and cache errors.

Link to comment
Share on other sites

I have tried to find these paths but I am hitting a dead end.

no luck with finding where this path is or how to get the web site back up and running.

 

Any idea where they may be? I have looked in the configuration.php, and others...

Link to comment
Share on other sites

Gary,

 

You have TWO configure.php files......one for the catalog is located in catalog>includes> the admin is located in catalog>admin>includes>

 

Check the paths in these two files to ensure they are correct.

 

 

 

Chris

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...