Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2009
    Posts
    71
    Plugin Contributions
    0

    Default pulling hair out -- install, failed includes on apache 2.2 and iis6

    hello -- i have spent the last couple hours reading through all the 'failed includes' posts trying to figure out what my install problem is.

    i have a properly setup MS 2003sp1 box with apache + iis6 + php 5.2.5 + MySql 5.0.45. asp and php sites run along side on both web servers as i have two seperate ip's configured.

    IIS6 + PHP 5.2.5 running on IP 200.11
    Apache 2.2 + PHP 5.2.5 on IP 200.12

    common denominator is that both web servers use the same PHP 5.2.5 files. However i have other php sites on both servers which run fine (these sites do not have zencart installed). so i'm pretty sure it's not the php.ini file.

    when trying to run the installer i get

    Code:
    Warning: include(includes/installer_params.php) [function.include]: failed to open stream: No such file or directory in ..\zencart_iis\zc_install\includes\application_top.php on line 41
    
    Warning: include() [function.include]: Failed opening 'includes/installer_params.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in ..\zencart_iis\zc_install\includes\application_top.php on line 41
    -the include path in the php.ini file has the '.' above in both scenarios
    -all missing files exist in the proper directories
    -i have re-downloaded the zencart zip file again from sourceforge (zen-cart-v1.3.8a-full-fileset-12112007)
    -i have ftp'd the files again using FileZilla
    -i made sure the IUSR account has read+execute on the entire folder structure
    -i also followed the install instructions regarding the additional folders that need r+w+e permissions
    -i get a similar error on the admin page this time on line 61

    Code:
    Warning: include(includes/configure.php) [function.include]: failed to open stream: No such file or directory in E:\Website_data\zencart_iis\admin\includes\application_top.php on line 61
    
    Warning: include() [function.include]: Failed opening 'includes/configure.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in E:\Website_data\zencart_iis\admin\includes\application_top.php on line 61
    please advise
    Last edited by jazznuts699; 24 Jul 2009 at 03:45 PM. Reason: source code not showing

  2. #2
    Join Date
    Jul 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: pulling hair out -- install, failed includes on apache 2.2 and iis6

    i also ran WinMerge on the zencart folder (before i renamed dist-configure.php) and it came up a match 100%

  3. #3
    Join Date
    Jul 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: pulling hair out -- install, failed includes on apache 2.2 and iis6

    in my php.ini file the include_path had a colon instead of a semi-colon... even though i looked at this all morning i didnt see it :)

    moving on...

  4. #4
    Join Date
    Jul 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: pulling hair out -- install, failed includes on apache 2.2 and iis6

    confirmed database tables creation error with MySQL 5.0.45

    need to go into zc_install/sql/ edit mysql_zencart.sql

    replace every instance of TYPE=MyISAM with ENGINE=MyISAM

 

 

Similar Threads

  1. Pulling My Hair Out
    By D4ND4N in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 26 Sep 2007, 07:12 AM
  2. Pulling my hair out over secure and nonsecure items...
    By bobguindon in forum General Questions
    Replies: 11
    Last Post: 3 Jul 2007, 12:11 PM
  3. I'm pulling my hair out!!!
    By kaleidoscopecards in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 15 Oct 2006, 03:49 AM

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