RyanN Posted March 27, 2007 Posted March 27, 2007 I have been trying to add a new section to the left side admin panel, and I copy and paste the require so it says to require the page. Next I take one of the existing pages from the directory, and do a save as... then upload it to the test server, this gives me an error message, but since error checking is off in the php.ini file, It doesn't display the error. The error log file is 117MB in size, so I don't want to download it to look at it. Anyone know what I need to do? Is there something else I need to change to make this work?
vasttech Posted March 28, 2007 Posted March 28, 2007 Hard to say exactly without seeing or knowing what the error is. If your error log is that big you should consider purging it. Large error logs can slow your server if you have to write to it a lot (get a lot of errors). Also the fact that it is 117MB should tell you that you are getting a lot of errors somewhere (if you have just started recently or within the last couple months). The error could be coming redeclaring a class/function, missing language file, again hard to say exactly. osCommerce Knowledge Base osCommerce Documentation Contributions
Recommended Posts
Archived
This topic is now archived and is closed to further replies.