Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2011
    Location
    Tampa Bay, Florida USA
    Posts
    17
    Plugin Contributions
    0

    bug Admin page blank?

    Hello,
    It's weird but I had just used this version of zen cart on another web hosting site. I now use 1and1.com


    I cannot see the admin page? The shopping cart works fine?
    Here is my error message:

    [17-Jan-2012 10:39:59] PHP Warning: require(includes/header.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /homepages/40/d398532968/htdocs/store/my_admin_name/index.php on line 48
    [17-Jan-2012 10:39:59] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/header.php' (include_path='.:/usr/lib/php5') in /homepages/40/d398532968/htdocs/store/my_admin_name/index.php on line 48

    appreciate the help. I have reinstalled this twice with the same error?

    thanks, Roz

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Admin page blank?

    That's telling you that your /admin/includes/header.php file appears to be missing.
    .

    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
    Aug 2011
    Location
    Tampa Bay, Florida USA
    Posts
    17
    Plugin Contributions
    0

    Default Re: Admin page blank?

    woo hoo! Thanks Doc, thanking God it was that simple. Really appreciate all you guys being there and your expertise.
    cu Roz

  4. #4
    Join Date
    Feb 2012
    Location
    Sweden
    Posts
    30
    Plugin Contributions
    0

    red flag Re: Admin page blank?

    i have the same problem with the admin page; and each time i reinstalled the problem is still there? i really dont know wht to do!

    Am using v1.5.0 , and the admin/includes/header.php file is not missing the file is there! And i removed and replace wit new One. Please Help

  5. #5
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Admin page blank?

    missnura,
    How did you arrive to the conclusion that your problem is exactly the same? The person who posted before you included the error messages from their debug logs. Do *your* debug logs contain the same messages? Or are yours different, thus would require a different solution?

    https://www.zen-cart.com/tutorials/index.php?article=82
    .

    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.

  6. #6
    Join Date
    Feb 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Admin page blank?

    Here's my code:

    [08-Feb-2012 15:36:12] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/content/89/8919089/html/store/admin/includes/extra_configures/._email_use_8bit.php:1) in /home/content/89/8919089/html/store/includes/functions/sessions.php on line 113
    [08-Feb-2012 15:36:12] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/content/89/8919089/html/store/admin/includes/extra_configures/._email_use_8bit.php:1) in /home/content/89/8919089/html/store/includes/functions/sessions.php on line 113
    [08-Feb-2012 15:36:13] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/content/89/8919089/html/store/admin/includes/extra_configures/._email_use_8bit.php:1) in /home/content/89/8919089/html/store/admin/includes/init_includes/init_templates.php on line 28
    [08-Feb-2012 15:36:13] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/content/89/8919089/html/store/admin/includes/extra_configures/._email_use_8bit.php:1) in /home/content/89/8919089/html/store/admin/includes/functions/general.php on line 21


    I have not changed the default "admin" folder name yet and I can not find the configure.php file in /both the admin folder and regular includes folder.


    Thanks,

    Dan

  7. #7
    Join Date
    Feb 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Admin page blank?

    SO i checked my general.php file line 21 and here's what I got:

    line21 header('Location: ' . $url);
    line 22 session_write_close();
    line 23 if (STORE_PAGE_PARSE_TIME == 'true') {
    line 24 if (!is_object($logger)) $logger = new logger;
    line 25 $logger->timer_stop();
    line 26 }
    line 27 exit;
    line 28 }


    Any suggestions? Thanks

    Quote Originally Posted by Dannyboo View Post
    Here's my code:

    [08-Feb-2012 15:36:12] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/content/89/8919089/html/store/admin/includes/extra_configures/._email_use_8bit.php:1) in /home/content/89/8919089/html/store/includes/functions/sessions.php on line 113
    [08-Feb-2012 15:36:12] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/content/89/8919089/html/store/admin/includes/extra_configures/._email_use_8bit.php:1) in /home/content/89/8919089/html/store/includes/functions/sessions.php on line 113
    [08-Feb-2012 15:36:13] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/content/89/8919089/html/store/admin/includes/extra_configures/._email_use_8bit.php:1) in /home/content/89/8919089/html/store/admin/includes/init_includes/init_templates.php on line 28
    [08-Feb-2012 15:36:13] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/content/89/8919089/html/store/admin/includes/extra_configures/._email_use_8bit.php:1) in /home/content/89/8919089/html/store/admin/includes/functions/general.php on line 21


    I have not changed the default "admin" folder name yet and I can not find the configure.php file in /both the admin folder and regular includes folder.


    Thanks,

    Dan

 

 

Similar Threads

  1. v150 Blank home page, blank admin page
    By jpwy in forum General Questions
    Replies: 6
    Last Post: 12 Apr 2016, 05:51 PM
  2. v150 Blank Admin - Cannot access admin page
    By stangirl in forum Upgrading to 1.5.x
    Replies: 4
    Last Post: 6 Mar 2012, 08:31 PM
  3. Admin/Tools/Admin settings gives a Blank Page
    By RobertG in forum Basic Configuration
    Replies: 3
    Last Post: 26 Feb 2010, 03:16 PM
  4. blank admin page admin/index.php
    By stevejohnson in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 8 Jun 2006, 05:07 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR