Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2008
    Posts
    12
    Plugin Contributions
    0

    Default application_top.php on line 41

    Well, I am not sure what to say I uploaded zen cart, did exactly what was required from the install documentation and this is what I get. So at the moment I have not even had chance to install it.

    Warning: include(includes/installer_params.php) [function.include]: failed to open stream: No such file or directory in /vhosts/myhost/subdomains/hardware/httpdocs/zc_install/includes/application_top.php on line 41

    Warning: include() [function.include]: Failed opening 'includes/installer_params.php' for inclusion (include_path='\.:\') in /vhosts/myhost/subdomains/hardware/httpdocs/zc_install/includes/application_top.php on line 41


    Iosync

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: application_top.php on line 41

    Quote Originally Posted by Iosync View Post
    Warning: include(includes/installer_params.php) [function.include]: failed to open stream: No such file or directory
    It's telling you that a particular file is apparently missing ... which means it probably got skipped by your FTP program due to a timeout or something similar.

    Check to see whether the /zc_install/includes/installer_params.php file is present on your server.

    If that's not it, then there could be something awry with your server's default configuration of include_path='\.:\' --- normally there would be an entry there that starts with a . rather than a \
    .

    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
    Jan 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: application_top.php on line 41

    Quote Originally Posted by DrByte View Post
    It's telling you that a particular file is apparently missing ... which means it probably got skipped by your FTP program due to a timeout or something similar.

    Check to see whether the /zc_install/includes/installer_params.php file is present on your server.

    If that's not it, then there could be something awry with your server's default configuration of include_path='\.:\' --- normally there would be an entry there that starts with a . rather than a \

    Thank you for the fast reply DrByte.
    I double checked that first to make sure it was there and even checked the application_top.php to make sure there was not a glitch there. But nope.


    So I will need to contact my server people to have them look at the this problem of the include_path='\.:\' ?

  4. #4
    Join Date
    Jan 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: application_top.php on line 41

    Quote Originally Posted by DrByte View Post
    If that's not it, then there could be something awry with your server's default configuration of include_path='\.:\' --- normally there would be an entry there that starts with a . rather than a \

    Is there any way that I can fix this problem or is the my administrators area?>

  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: application_top.php on line 41

    It really is your server administrator's responsibility.

    However, you could try adding this to the top of your /zc_install/index.php file, just after the <?php line:
    Code:
    set_include_path('.' . PATH_SEPARATOR . get_include_path() );
    .

    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
    Jan 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: application_top.php on line 41

    Quote Originally Posted by DrByte View Post
    It really is your server administrator's responsibility.

    However, you could try adding this to the top of your /zc_install/index.php file, just after the <?php line:
    Code:
    set_include_path('.' . PATH_SEPARATOR . get_include_path() );
    Thank you very much for you help DrByte that code inclusion helped and I can now see the installer..

    Much appreciate.
    Iosync

  7. #7
    Join Date
    Jan 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: application_top.php on line 41

    Edit: With a little dedcutive reasoning I found if I put that in the login.php for admin it cured the problem.







    Now it all installed ok, but going ot the admin I get this and how to install it.
    using the same line in another place work again ?

    Warning: include(includes/configure.php) [function.include]: failed to open stream: No such file or directory in /vhosts/myhost/subdomains/hardware/httpdocs/admin/includes/application_top.php on line 61

    Warning: include() [function.include]: Failed opening 'includes/configure.php' for inclusion (include_path='\.:\') in /vhosts/myhost/subdomains/hardware/httpdocs/admin/includes/application_top.php on line 61

  8. #8
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: application_top.php on line 41

    You may be able to fix it by setting the correct include_path via a php.ini file or a .htaccess file in the root of your webspace.

    But the best solution would be to get your hosting company to fix the server's master configuration.
    .

    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. Replies: 1
    Last Post: 24 Nov 2012, 05:32 PM
  2. Replies: 2
    Last Post: 12 Mar 2009, 09:38 PM
  3. application_top.php
    By teranet in forum Installing on a Windows Server
    Replies: 1
    Last Post: 28 Oct 2006, 04:09 PM
  4. [Done 1.3.6] includes/application_top.php line 48
    By skelly in forum Bug Reports
    Replies: 2
    Last Post: 29 Sep 2006, 03:26 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