Page 1 of 2 12 LastLast
Results 1 to 10 of 27

Hybrid View

  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,449
    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,449
    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,449
    Plugin Contributions
    81

    Default Re: Installation Error Message

    What is the URL to your zc_install folder?
    I want to look at the system-inspection details etc.
    .

    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


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

    Default Re: Installation Error Message

    This is likely your problem:

    WARNING: "PHP session.use_trans_sid = ON"

    How to resolve it?
    You can try the following, and/or work with your hosting company for the best way to do it on "their" servers.
    PHP Session.use_trans_sid should be disabled.

    The session.use_trans_sid setting in your server's PHP.INI file is set to ON.

    This could potentially cause you some problems with session handling and possibly even security concerns.

    You can sometimes work around this by setting an .htaccess parameter such as described here: http://www.olate.com/articles/252, or you could disable it in your PHP.INI if you have access to it.

    For more information on the security risks it imposes, see: http://shh.thathost.com/secadv/2003-05-11-php.txt.

    (You may have to create the .htaccess file if you don't already have one.)
    .

    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 did as you recommended and turned it off, but I am still getting the lines at the top of the page.

    Do I need to uninstall it and re-install before it will take effect?

 

 
Page 1 of 2 12 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