Page 1 of 3 123 LastLast
Results 1 to 10 of 27
  1. #1
    Join Date
    Oct 2007
    Posts
    14
    Plugin Contributions
    0

    Default Installation Error Message

    Immediately following the installation of the Zen Cart I have the following error message:

    Warning: session_start() [function.session-start]: Cannot find save handler files in /home/ibskinc/public_html/shop/includes/functions/sessions.php on line 108

    Warning: Cannot modify header information - headers already sent by (output started at /home/ibskinc/public_html/shop/includes/functions/sessions.php:108) in /home/ibskinc/public_html/shop/includes/init_includes/init_templates.php on line 78
    Would someone be able to assist me with this error?

    Thanks...

  2. #2
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Installation Error Message

    Is your public_html/shop/cache folder "writable", as directed during installation? It needs to be world-writable, which is typically CHMOD 777.
    .

    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
    Oct 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Installation Error Message

    Quote Originally Posted by DrByte View Post
    Is your public_html/shop/cache folder "writable", as directed during installation? It needs to be world-writable, which is typically CHMOD 777.
    Yes, the folder is already set to CHMOD 777.

  4. #4
    Join Date
    Oct 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Installation Error Message

    Please, if anyone can help here, it would be greatly appreciated. I have a client loosing their source of income here...

  5. #5
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Installation Error Message

    In your /includes/configure.php file, what are these set to?
    Code:
      define('STORE_SESSIONS', '****');
      define('SQL_CACHE_METHOD', '****'); 
      define('DIR_FS_SQL_CACHE', '****');
    .

    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
    Oct 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Installation Error Message

    Here is what I have:
    define('STORE_SESSIONS', 'db');
    define('SQL_CACHE_METHOD', 'none');
    define('DIR_FS_SQL_CACHE', '/home/ibskinc/public_html/shop/cache');
    Last edited by Nitram; 3 Oct 2007 at 03:18 AM.

  7. #7
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Installation Error Message

    If it's set to 'db', then it shouldn't even be trying to save any "files", since it's been directed to use the database.

    Were there any warning messages or errors on the System Inspection screen during installation?

    What's the URL to your zc_install folder?
    .

    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.

  8. #8
    Join Date
    Oct 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Installation Error Message

    No errors during installation that I am aware of.
    That zc_install folder is not there. I used the Fantastico Installer via cPanel to install it...

  9. #9
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Installation Error Message

    Oh.

    Well ... when Fantastico fails, it's best to do a fresh regular install.
    It could be that one or more files are corrupted or there is a permissions problem, or something else has gone wrong during the automated installation. We have no quality-control over what fantastico does.

    So ... download a fresh copy of Zen Cart, unzip it, and follow the installation instructions in the /docs folder.
    You might want to delete the files fantastico installed before you upload yours. Or else upload to a different folder.
    .

    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.

  10. #10
    Join Date
    Oct 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Installation Error Message

    Ok, I cleaned out all occurances of Zen Cart per the Fantastico installation. I downloaded the latest release from this site and uploaded it to the server.

    Ran the installation routine with no errors and still receive the following error:
    Warning: session_start() [function.session-start]: Cannot find save handler files in /home/ibskinc/public_html/store/includes/functions/sessions.php on line 108

    Warning: Cannot modify header information - headers already sent by (output started at /home/ibskinc/public_html/store/includes/functions/sessions.php:108) in /home/ibskinc/public_html/store/includes/init_includes/init_templates.php on line 78
    Now what?

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. 500 Error - FastCGI error message after database installation page.
    By hungoveragain in forum Installing on a Windows Server
    Replies: 8
    Last Post: 24 Sep 2010, 03:37 PM
  2. New Installation Error Message
    By gizmo_girl in forum Installing on a Linux/Unix Server
    Replies: 7
    Last Post: 12 Apr 2009, 01:17 AM
  3. Change Installation message, an error occurs
    By grannym in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Feb 2007, 06:28 PM

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