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

    Default Re: Installation Error Message

    Here is my Session HandlING configuration in my PHP.ini:
    Code:
    Session Handling  	session.auto_start  	        0
    Session Handling 	session.cache_expire 	      180
    Session Handling 	session.cache_limiter 	       nocache 	
    Session Handling 	session.cookie_domain 		
    Session Handling 	session.cookie_lifetime       0	
    Session Handling 	session.cookie_path 	      /
    Session Handling 	session.entropy_file 		
    Session Handling 	session.entropy_length 	     0
    Session Handling 	session.gc_maxlifetime 	     1440	
    Session Handling 	session.gc_probability 	       1	
    Session Handling 	session.name 		
    Session Handling 	session.referer_check 	       PHPSESSID
    Session Handling 	session.save_handler 	       files
    Session Handling 	session.save_path 	         /tmp
    Session Handling 	session.serialize_handler      PHP	
    Session Handling 	session.use_cookies 	        1	
    Session Handling 	session.use_trans_side         0

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

    Default Re: Installation Error Message

    Try saving this code to a file and uploading it to your server; then run it with your browser:

    Code:
    <?php
    error_reporting(E_ALL);
    session_start();
    echo 'Session ID: ' . session_id();
    ?>
    What output do you get?
    .

    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. #23
    Join Date
    Oct 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Installation Error Message

    www.ntmg.net/error.php output:
    Warning: session_start() [function.session-start]: Cannot find save handler files in /home/ntmg/public_html/error.php on line 3
    Session ID:

  4. #24
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Installation Error Message

    Since you're the server administrator, at least that's a test script you can use to see if it's fixed without having to run the Zen Cart script for testing.

    Meanwhile I'd suggest googling etc for other things you can do related to ensuring valid sessions can be started on your server's configuration.

    If you wanted to get drastic, you could probably remove PHP and re-install it again ... I'm guessing that if you removed it and deleted leftover php.ini and other config files before reinstalling, that it might be a fairly clean re-install. Might even work better?
    .

    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.

  5. #25
    Join Date
    Oct 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Installation Error Message

    OK, thanks for the tip. I'll do some checking as you recommended and may possibly even go 'drastic'. :)

    Will let you know how it turns out...

  6. #26
    Join Date
    Oct 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Installation Error Message

    i think i facing the same problem as Nitram.

    please take a look
    http://magicmatrix.onlinewebshop.net/admin/index.php

    i have try all the advise that you give the Nitram, but it didn't help.

  7. #27
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Installation Error Message

    Try reloading the directory:
    /admin

    and all subdirectories and files ...

    Looks like a bad FTP session ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 3 of 3 FirstFirst 123

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