Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 27
  1. #11
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,026
    Plugin Contributions
    13

    Default Re: Blazed and confused

    glad to be of some help
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  2. #12
    Join Date
    Jan 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Blazed and confused

    HI,
    After moving my zen cart from a sub directory to the root I am now encountering an error when I try to access the admin.
    The front end of the site is working fine. However, when I access the admin I get this error:
    ERROR: admin/includes/configure.php file not found. Suggest running zc_install/index.php?
    Are there any other files I need to configure?
    Does any one know what may be the problem?
    Thanks!

  3. #13
    Join Date
    Jan 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Blazed and confused

    Quote Originally Posted by graygraphics View Post
    HI,
    After moving my zen cart from a sub directory to the root I am now encountering an error when I try to access the admin.
    The front end of the site is working fine. However, when I access the admin I get this error:
    ERROR: admin/includes/configure.php file not found. Suggest running zc_install/index.php?
    Are there any other files I need to configure?
    Does any one know what may be the problem?
    Thanks!
    I also forgot to mention I did run the fix cache php file and received this message:
    Warning: session_start() function.session-start[/U][/URL]]: Cannot send session cache limiter - headers already sent (output started at /home/user/public_html/fix_cache_key.php:43) in /home/user/public_html/includes/functions/sessions.php on line 102

    Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/fix_cache_key.php:43) in /home/user/public_html/includes/init_includes/init_templates.php on line 78

    Cache Settings Synchronization Tool

    Recommendations

    Possible appropriate cache directory for your site is: /home/user/public_html/cache


    Actual Information

    Read DIR_FS_SQL_CACHE from configure.php: /home/user/public_html/cache
    Found SESSION_WRITE_DIRECTORY in database: /home/ueser/public_html/cache

    No changes required.
    Exiting.

    Security

    PLEASE DELETE THIS FILE FROM YOUR SERVER NOW!!
    Removing this file (fix_cache_key.php) from your server protects you from would-be hackers/predators who might seek to compromise your server.

  4. #14
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,026
    Plugin Contributions
    13

    Default Re: Blazed and confused

    Code:
    Security
    
    PLEASE DELETE THIS FILE FROM YOUR SERVER NOW!!
    Removing this file (fix_cache_key.php) from your server protects you from would-be hackers/predators who might seek to compromise your server.
    remove the file it calls for the cache key, also check your configure file includes --> configure.php make sure there isnt a space at the end of the file right after this ?>

    see what happens
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  5. #15
    Join Date
    Jan 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Blazed and confused

    HI,
    I checked the file and there are no spaces. I'm still not able to access the admin login. And both my configure.php files are correct. I can see the shopping cart site from the root url. However the admin it's working.
    Still get this error:
    ERROR: admin/includes/configure.php file not found. Suggest running zc_install/index.php?
    Any other ideas?
    Thanks!

  6. #16
    Join Date
    Jan 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Blazed and confused

    One more thing I didn't mention. I renamed my admin folder. The error message refers to the old name "admin". Where to I modify the file that is referencing the link? My admin configure.php file is set up to reference the correct path to the admin folder that has the new name. I am not able to access the admin through the browser. Any ideas?
    Thanks.

  7. #17
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,026
    Plugin Contributions
    13

    Default Re: Blazed and confused

    Quote Originally Posted by graygraphics View Post
    HI,
    I checked the file and there are no spaces. I'm still not able to access the admin login. And both my configure.php files are correct. I can see the shopping cart site from the root url. However the admin it's working.
    Still get this error:
    ERROR: admin/includes/configure.php file not found. Suggest running zc_install/index.php?
    Any other ideas?
    Thanks!
    If it says file not found, this means the file does not exists on your ftp (server).

    Download a copy of the zencart version you are using and upload the configure.php file to admin --> includes .

    As for renaming the admin folder make sure you change the folder name in the configure.php file to match the folder name of your renamed folder.
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  8. #18
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Blazed and confused

    The error message you mention:
    ERROR: admin/includes/configure.php file not found. Suggest running zc_install/index.php?
    ... is literal text. The "admin" folder name there is coded directly into the error message. It does not detect your renamed folder.

    It's only telling you that it cannot read the "includes/configure.php" file contained in your (renamed or not) admin folder.

    Perhaps you set your permissions too tight so that the file is not readable.
    Perhaps it doesn't exist.

    Until PHP is able to read the file, you'll keep getting that error.

    If you're certain that all the permissions etc are correct, you might check your server's errorlog to see if it can help you understand better what errors are occurring when trying to access the file.
    .

    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.

  9. #19
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,026
    Plugin Contributions
    13

    Default Re: Blazed and confused

    Refer to this section of the wiki http://www.zen-cart.com/wiki/index.p...ecommendations

    it will walk you through the process

    Rob
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  10. #20
    Join Date
    Jan 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Blazed and confused

    HI,
    I have checked my configure.php files.
    And both of them are set up correctly as indicated in the documentation.
    I also ran the fix_cache_key.php file.
    Everything seems to be configured the way it should be.
    However I still get the error:
    ERROR: admin/includes/configure.php file not found. Suggest running zc_install/index.php?
    When I type in the ADMIN URL in the browser window.
    My server logs didn't give me any additional clues. That ERROR (as noted above) is not appearing in the logs. Any other ideas?
    Any advice would be greatly appreciated.
    I've almost completed the template and CSS modifications and I would hate to have to reinstall and start from scratch.
    Signed,
    Desperate!

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Express and Pro... I'm confused
    By s_mack in forum PayPal Website Payments Pro support
    Replies: 4
    Last Post: 3 Sep 2010, 11:18 PM
  2. I'm new and confused!
    By Newbie84 in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 10 Jan 2009, 10:28 PM
  3. Newbie and very confused
    By maxapplle in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 17 Dec 2006, 06:55 AM
  4. dazed and confused
    By barefootedboy in forum Installing on a Windows Server
    Replies: 6
    Last Post: 19 Jun 2006, 09:55 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