Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2007
    Posts
    4
    Plugin Contributions
    0

    Default installation problem with version 1.3.7.1

    I am trying to install Zen cart on my localhost and I am following the doc and run install from browser

    please see the following:

    1. system inspection results

    System Inspection Results
    Webserver = Apache/2.2.2 (Win32) PHP/5.2.0-dev mod_perl/2.0.3-dev Perl/v5.8.8
    HTTP Host = localhost
    Path_Translated = C:/www/webroot/cart/zc_install/index.php(SCRIPT_FILENAME)
    PHP O/S = WINNT
    PHP API Mode = apache2handler
    PHP Max Execution Time per page = 30
    Register Globals = OFF
    MySQL Support = ON
    PHP Version = 5.2.0-dev
    PHP Safe Mode = OFF
    PHP Sessions Support = ON
    PHP Session.AutoStart = OFF
    PHP session.use_trans_sid = OFF
    Suggested SQL Cache Folder = C:/www/webroot/cart/cache
    PHP magic_quotes_runtime setting = OFF
    PHP GD Support = ON
    GD Version = GD bundled (2.0.28 compatible)
    PHP ZLIB Compression Support = ON
    PHP cURL Support = ON
    PHP Upload Support = ON upload_max_filesize=2M; post_max_size=8M
    PHP Upload TMP dir = c:\phpupload

    View PHPINFO for your server Other System Information (For Reference Only)
    The following info does not necessarily indicate any problem or configuration issue. It is simply for the sake of displaying it in an easy-to-find location.
    PHP include_path = .;C:\php5\pear
    PHP SMTP destination = localhost
    PHP sendmail path =
    PHP sendmail 'from' = admin@localhost
    PHP open_basedir restrictions =
    PHP Output Buffering (gzip) = ON
    PHP FTP Support = ON
    PHP XML Support = ON
    PHP Session.Save_Path = C:/www/tmp/ -->Writeable
    File and Folder Permissions
    In order for many Zen Cart™ administrative and day-to-day functions to work properly, You need to mark several files/folders "Writeable". The following is a list of folders which need to be "read-write", along with recommended CHMOD settings. Please correct these settings before continuing installation. Refresh this page in your browser to re-check settings.

    Some hosts may not allow you to set CHMOD 777, but only 666. Start with the higher setting first, and switch to lower values if required.
    includes/configure.php = Writeable
    admin/includes/configure.php = Writeable

    cache = OK
    images = OK
    includes/languages/english/html_includes = OK
    media = OK
    pub = OK
    admin/backups = OK
    admin/images/graphs = OK

    2. then install (click install)Server Settings
    Physical Path
    Physical Path to your
    Zen Cart directory.
    Leave no trailing slash. more info...

    Virtual HTTP Path
    Virtual Path to your
    Zen Cart directory.
    Leave no trailing slash. more info...

    Virtual HTTPS Server
    Virtual server for your
    secure Zen Cart directory.
    Leave no trailing slash. more info...

    Virtual HTTPS Path
    Virtual Path to your
    secure Zen Cart directory.
    Leave no trailing slash. more info...

    YES NO Enable SSL
    Would you like to enable Secure Sockets Layer in Customer area?
    Leave this set to NO unless you're SURE you have SSL working. more info...

    YES NO Enable SSL in Admin Area
    Would you like to enable Secure Sockets Layer for Admin areas?
    Leave this set to NO unless you're SURE you have SSL working. more info...

    AFTAR clinck SaveSystem Settings

    I get page deos not exist!

    help please

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

    Default Re: installation problem with version 1.3.7.1

    Quote Originally Posted by gmli View Post
    AFTAR clinck SaveSystem Settings

    I get page deos not exist!
    1. Try renaming the /zc_install/.htaccess to htaccess_OFF and try again.

    2. What does your localhost apache errorlog say about this error?
    .

    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
    4
    Plugin Contributions
    0

    Default Re: installation problem with version 1.3.7.1

    thank you for reply Drbyte.
    My Apache says:
    HTML Code:
    [error] [client 127.0.0.1] mod_security: Access denied with code 500. Pattern match "\\\\.php(3|4|5)?(\\\\?|&).*=(ht|f)tps?:/.*(\\\\?|&)" at REQUEST_URI [severity "EMERGENCY"] [hostname "localhost"] [uri "/cart/zc_install/index.php?main_page=phpbb_setup&language=english&physical_path=C:/www/webroot/cart&virtual_http_path=http://localhost/cart&virtual_https_path=https://localhost/cart&virtual_https_server=https://localhost&enable_ssl=false&enable_ssl_admin=false&sql_cache=C:/www/webroot/cart/cache&is_upgrade="]
    that is that mean? do you know?

    thanks,
    Gary
    Last edited by Kim; 8 Oct 2007 at 04:17 PM.

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

    Default Re: installation problem with version 1.3.7.1

    That means your server's got the mod_security filter installed and protecting against the use of HTTP: or HTTPS: as extra parameters in the browser URL (because those can commonly be used for spoofing/hacking etc).

    If you use the supplied zc_install/.htaccess file, it should override the mod_security filter during installation. If it won't, then you may need to talk to the server administrator to allow the option of disabling it temporarily.
    .

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

    Default Re: installation problem with version 1.3.7.1

    thanks. I am the administrator and I installed Apach. but it was working before.

    I fine this after restart Apach.

    [Mon Oct 08 15:57:55 2007] [error] [client 127.0.0.1] PHP Fatal error: Class 'notifier' not found in C:\\www\\webroot\\cart\\includes\\autoload_func.php on line 79

    regards,

    Gary

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

    Default Re: installation problem with version 1.3.7.1

    That suggests that the install hasn't completed properly ... either files are missing from the /includes/classes folder or the configure.php files haven't been written properly by the zc_install
    .

    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.

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

    Default Re: installation problem with version 1.3.7.1

    Hi DrByte,
    It apears that the problem caused was the "Save System Settings" was not working.

    I have compared the old installation with the new installation. the difference is that the Apache 2.2 has mod_security provent the patten .php? ttps: to be requested.

    therefore the request cannot be processed.

    gary

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

    Default Re: installation problem with version 1.3.7.1

    Quote Originally Posted by gmli View Post
    Hi DrByte,
    It apears that the problem caused was the "Save System Settings" was not working.

    I have compared the old installation with the new installation. the difference is that the Apache 2.2 has mod_security provent the patten .php? ttps: to be requested.

    therefore the request cannot be processed.

    gary
    Yes, that is correct ... and is why the supplied zc_install/.htaccess contains these lines to deactivate mod_security if it's turned on:
    Code:
    <IfModule mod_security.c>
        SecFilterEngine Off
        SecFilterScanPOST Off
    </IfModule>
    Perhaps your configuration doesn't work with the <IfModule statement? Or maybe your mod_security configuration doesn't allow the use of these overrides in .htaccess ?
    .

    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.

 

 

Similar Threads

  1. Problem with installation
    By knightsimon in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 29 Jun 2006, 08:28 PM
  2. Problem with installation
    By dante2010 in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 11 Jun 2006, 10:55 PM

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