Thread: Error code

Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Nov 2009
    Posts
    51
    Plugin Contributions
    0

    Default Error code

    I'm getting the following error code when trying to log into my admin area. I recently changed the name of my admin folder and made all the necessary changes in config files.

    ctionPoint=>0 include('/home/cartool0/public_html/includes/classes/class.base.php');
    actionPoint=>0 include('/home/cartool0/public_html/includes/classes/class.notifier.php');
    actionPoint=>0 $zco_notifier = new notifier();
    actionPoint=>0 include('/home/cartool0/public_html/includes/classes/sniffer.php');
    actionPoint=>0 include('includes/classes/logger.php');
    actionPoint=>0 include('/home/cartool0/public_html/includes/classes/shopping_cart.php');
    actionPoint=>0 include('/home/cartool0/public_html/includes/classes/products.php');
    actionPoint=>0 include('includes/classes/table_block.php');
    actionPoint=>0 include('includes/classes/box.php');
    actionPoint=>0 include('includes/classes/message_stack.php');
    actionPoint=>0 include('includes/classes/split_page_results.php');
    actionPoint=>0 include('includes/classes/object_info.php');
    actionPoint=>0 include('/home/cartool0/public_html/includes/classes/class.phpmailer.php');
    actionPoint=>0 include('/home/cartool0/public_html/includes/classes/class.smtp.php');
    actionPoint=>0 include('includes/classes/upload.php');
    actionPoint=>10 include('includes/init_includes/init_file_db_names.php');
    actionPoint=>10 include('includes/init_includes/init_database.php');
    actionPoint=>10 require('/home/cartool0/public_html/includes/version.php');
    actionPoint=>20 include('includes/init_includes/init_db_config_read.php');
    actionPoint=>30 include('includes/init_includes/init_gzip.php');
    actionPoint=>30 $sniffer = new sniffer();
    actionPoint=>40 include('includes/init_includes/init_general_funcs.php');
    actionPoint=>40 include('includes/init_includes/init_tlds.php');

    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/cartool0/public_html/includes/autoload_func.php:95) in /home/cartool0/public_html/includes/functions/sessions.php on line 108

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/cartool0/public_html/includes/autoload_func.php:95) in /home/cartool0/public_html/includes/functions/sessions.php on line 108
    actionPoint=>60 include('includes/init_includes/init_sessions.php');
    actionPoint=>61 include('includes/init_includes/init_security_patch_v138_20090619.php');
    actionPoint=>70 include('includes/init_includes/init_languages.php');

    Warning: Cannot modify header information - headers already sent by (output started at /home/cartool0/public_html/includes/autoload_func.php:95) in /home/cartool0/public_html/ADMIN/includes/init_includes/init_templates.php on line 36
    actionPoint=>80 include('includes/init_includes/init_templates.php');
    actionPoint=>90 $zc_products = new products();
    actionPoint=>90 require('includes/functions/localization.php');
    actionPoint=>100 $messageStack = new messageStack();
    actionPoint=>120 include('includes/init_includes/init_special_funcs.php');
    actionPoint=>130 include('includes/init_includes/init_category_path.php');
    actionPoint=>140 include('includes/init_includes/init_errors.php');

    Warning: Cannot modify header information - headers already sent by (output started at /home/cartool0/public_html/includes/autoload_func.php:95) in /home/cartool0/public_html/ADMIN/includes/functions/general.php on line 21

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Error code

    You've done something to set DEBUG_AUTOLOAD to true on your admin side.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Nov 2009
    Posts
    51
    Plugin Contributions
    0

    Default Re: Error code

    I deleted the debugger from includes/extra_configures and then deleted all the my_debug files that were created from the cache.

    I then went to application_top.php and changed the strict_error_reporting to false. The debug_autoload was already set to false.

    Now I am getting these errors:

    actionPoint=>0 include('/home/something/public_html/includes/classes/class.base.php');
    actionPoint=>0 include('/home/something/public_html/includes/classes/class.notifier.php');
    actionPoint=>0 $zco_notifier = new notifier();
    actionPoint=>0 include('/home/something/public_html/includes/classes/sniffer.php');
    actionPoint=>0 include('includes/classes/logger.php');
    actionPoint=>0 include('/home/something/public_html/includes/classes/shopping_cart.php');
    actionPoint=>0 include('/home/something/public_html/includes/classes/products.php');
    actionPoint=>0 include('includes/classes/table_block.php');
    actionPoint=>0 include('includes/classes/box.php');
    actionPoint=>0 include('includes/classes/message_stack.php');
    actionPoint=>0 include('includes/classes/split_page_results.php');
    actionPoint=>0 include('includes/classes/object_info.php');
    actionPoint=>0 include('/home/something/public_html/includes/classes/class.phpmailer.php');
    actionPoint=>0 include('/home/something/public_html/includes/classes/class.smtp.php');
    actionPoint=>0 include('includes/classes/upload.php');
    actionPoint=>10 include('includes/init_includes/init_file_db_names.php');
    actionPoint=>10 include('includes/init_includes/init_database.php');
    actionPoint=>10 require('/home/something/public_html/includes/version.php');
    actionPoint=>20 include('includes/init_includes/init_db_config_read.php');
    actionPoint=>30 include('includes/init_includes/init_gzip.php');
    actionPoint=>30 $sniffer = new sniffer();
    actionPoint=>40 include('includes/init_includes/init_general_funcs.php');
    actionPoint=>40 include('includes/init_includes/init_tlds.php');

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/something/public_html/includes/autoload_func.php:95) in /home/something/public_html/includes/functions/sessions.php on line 108
    actionPoint=>60 include('includes/init_includes/init_sessions.php');
    actionPoint=>61 include('includes/init_includes/init_security_patch_v138_20090619.php');
    actionPoint=>70 include('includes/init_includes/init_languages.php');

    Warning: Cannot modify header information - headers already sent by (output started at /home/something/public_html/includes/autoload_func.php:95) in /home/something/public_html/ADMIN/includes/init_includes/init_templates.php on line 36
    actionPoint=>80 include('includes/init_includes/init_templates.php');
    actionPoint=>90 $zc_products = new products();
    actionPoint=>90 require('includes/functions/localization.php');
    actionPoint=>100 $messageStack = new messageStack();
    actionPoint=>120 include('includes/init_includes/init_special_funcs.php');
    actionPoint=>130 include('includes/init_includes/init_category_path.php');
    actionPoint=>140 include('includes/init_includes/init_errors.php');
    actionPoint=>150 include('includes/init_includes/init_admin_auth.php');
    actionPoint=>160 require('/home/something/public_html/includes/functions/audience.php');
    actionPoint=>170 include('includes/init_includes/init_admin_history.php');
    actionPoint=>180 include('includes/init_includes/init_html_editor.php');


    Am I not changing the right files?

  4. #4
    Join Date
    Nov 2009
    Posts
    51
    Plugin Contributions
    0

    Default Re: Error code

    I guess I was...the proper file to change DEBUG_AUTOLOAD in was found in includes/autoload_func.php

    Thanks again, Dr. Byte.

  5. #5
    Join Date
    Nov 2009
    Posts
    51
    Plugin Contributions
    0

    Default Re: Error code

    Or maybe not...now I'm getting error codes on my homepage. I changed DEBUG_AUTOLOAD back to true and now I have a clean homepage and error codes on my admin...if I put "maybe" instead of true or false will that work

    Kidding...but really, what am doing wrong? :)

  6. #6
    Join Date
    Nov 2009
    Posts
    51
    Plugin Contributions
    0

    Default Re: Error code

    I'm sorry I posted two threads on the same topic. My site has been down for two weeks now. I just really need some help. Please.

 

 

Similar Threads

  1. v151 error code 7
    By Rons Attic in forum PayPal Express Checkout support
    Replies: 8
    Last Post: 29 Jan 2016, 11:07 PM
  2. Parse error: syntax error, unexpected '{' in my custom php code
    By claudiapsp in forum General Questions
    Replies: 2
    Last Post: 27 Mar 2014, 03:53 PM
  3. 404 error code showing up on error log
    By jcrewe in forum General Questions
    Replies: 5
    Last Post: 5 Jan 2012, 03:57 PM
  4. error code #28
    By haybren in forum General Questions
    Replies: 1
    Last Post: 14 Nov 2010, 12:34 AM

Posting Permissions

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