http://wiki.oscdox.com/v2.5/linux_local_installation
Or use a cheap/free online hosting provider, to get you started.
This is a discussion on Problems creating categories & display within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; http://wiki.oscdox.com/v2.5/linux_local_installation Or use a cheap/free online hosting provider, to get you started....
http://wiki.oscdox.com/v2.5/linux_local_installation
Or use a cheap/free online hosting provider, to get you started.
Hosting plans with installation, configuration, contributions, support and maintenance.
Why have you put this in anyway?
Code:ini_set('display_errors', 1); ini_set('log_errors', 1); ini_set('error_log', dirname(__FILE__) . '/error_log.txt'); error_reporting(E_ALL);
Put this back as it was and simply comment out the following lines in catalog/includes/application_top.php:
Like this:Code:// set the level of error reporting error_reporting(E_ALL & ~E_NOTICE & ~'E_DEPRECATED'); // KISS Error Handling & Debugging by FWR Media include_once 'includes/kiss_error_handler.php';
This will then show you any errors on screen ... rather than trying to load them into a text file (which if you haven't created will crash your system anyway!)Code:// set the level of error reporting // error_reporting(E_ALL & ~E_NOTICE & ~'E_DEPRECATED'); // KISS Error Handling & Debugging by FWR Media // include_once 'includes/kiss_error_handler.php';
Post back what you see.
Regards,
Last edited by pgmarshall; 05-02-2011 at 06:03 AM.
pgmarshall
_______________________________
In your error display code, set:
toPHP Code:ini_set('display_errors', 1);
The problem is that the error output is now causing your issue.PHP Code:ini_set('display_errors', 0);
Michael Sasek
osCMax Developer
osCmax Installation Service - Have our professionals install osCmax on your server - same day service!
osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5
Stay Up To Date with everything osCMax:
Free osCmax Newsletters - Security notices, New Releases, osCMax News
osCmax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Bookmarks