osCmax v2.5 User Manual
Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23

Problems creating categories & display

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....

      
  1. #21
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Default Re: Problems creating categories & display

    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.

  2. #22
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,678
    Rep Power
    49


    Default Re: Problems creating categories & display

    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:

    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';
    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!)

    Post back what you see.

    Regards,

    Last edited by pgmarshall; 05-02-2011 at 06:03 AM.
    pgmarshall
    _______________________________

  3. #23
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Problems creating categories & display

    In your error display code, set:

    PHP Code:
    ini_set('display_errors'1); 
    to

    PHP Code:
    ini_set('display_errors'0); 
    The problem is that the error output is now causing your issue.
    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

Page 3 of 3 FirstFirst 123

Similar Threads

  1. Display Products AND Categories
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 01-08-2009, 05:10 PM
  2. Authorize.net problems - Internet Explorer cannot display the webpage
    By gmulford in forum osCmax v2 Installation issues
    Replies: 4
    Last Post: 04-12-2007, 10:32 AM
  3. CATEGORIES BOX does not display categories list
    By glk in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 03-05-2004, 10:09 AM
  4. Upload MS EXCEL file, Creating Sub Categories
    By jacven in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 10-25-2003, 11:19 AM
  5. Problems creating accounts, logging in
    By derek in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 03-28-2003, 10:00 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •