Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

i don't understand..


n33d

Recommended Posts

Posted

I would start with tackling the repeating error message:

 

Warning: error_log(/var/log/tep/page_parse_time.log) [function.error-log]: failed to open stream: No such file or directory in /home/jvanoel/domains/n33d.nl/public_html/shop/includes/functions/database.php on line 41

 

Go to your admin panel -> Configuration -> Logging -> Store page parse time -> set to false

 

In a second step you should create a file called page_parse_time.log and load it to a folder called "tep" (create if it doesn't exist) in either your catalog or your root folder. Then change the path to this logfile in your admin panel (as above, second entry). If you can't figure out the path, either ask your host or check under admin panel -> modules. There should be the path to the payment modules, which looks something like this:

Module Directory: /www/htdocs/xxx/catalog/includes/modules/payment/

So if you created the tep folder in the catalog folder, your path should read like this:

/www/htdocs/xxx/catalog/tep/page_parse_time.log

 

Once you've done this, you can change the parse time logging to true. If you receive another error message that the file is not writable, change the properties of "tep" to 777.

 

Basically the error messages on your site appear because the file to log the parse time doesn't exist at the specified path. No problem to disable that. After that you can tackle any other problems that show.

 

abra

The First Law of E-Commerce: If the user can't find the product, the user can't buy the product.

 

Feedback and suggestions on my shop welcome.

 

Note: My advice is based on my own experience or on something I read in these forums. No guarantee it'll work for you! Make sure that you always BACKUP the database and the files you are going to change so that you can rollback to a working version if things go wrong.

Posted

It might even be enough to create the tep folder and set the properties to 777. Your path should be like this (if under the root):

/home/jvanoel/domains/n33d.nl/public_html/tep/page_parse_time.log

 

abra

The First Law of E-Commerce: If the user can't find the product, the user can't buy the product.

 

Feedback and suggestions on my shop welcome.

 

Note: My advice is based on my own experience or on something I read in these forums. No guarantee it'll work for you! Make sure that you always BACKUP the database and the files you are going to change so that you can rollback to a working version if things go wrong.

Posted
see my shop, just installed...

how is this possible?

please help...

 

thanks

 

http://www.n33d.nl/shop

 

 

 

Another thing you really need to do it to SECURE that admin area as fast as possible. Use an htaccess file or use one of the secure admin contributions.

Archived

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

×
×
  • Create New...