Results 1 to 9 of 9
  1. #1

    Default Confused with fantastico install

    I'm using Zen Cart -v1.3.9h- as installed through my cpanel using Fantistico.

    First of all, after installation there was no zc_install directory.

    With regard to "Rename your /admin folder, which folder is that supposed to be. Does the /admin folder refer to my directory
    "shopping" or the subdirectory xxadmin in that directory?.

    Also, my shopping/includes/configure.php DOES NOT HAVE
    define('DIR_FS_ADMIN"
    section at all, BUT the sibdirectory xxadmin/includes/configure.php does.

    I don't want to change the wrong configure.php file.

    Sorry, but I have had to uninstall and reinstall my zen-cart 4 times because of this confusion. Please help.

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Confused

    Fantastico does a lot of things for you without even telling you it is doing them. It presumably deleted the /zc_install/ folder and renamed the admin folder to /xxadmin/ or whatever it is.

    Only the admin configure.php should have define('DIR_FS_ADMIN" and its ilk.

    If you want to understand what is happening during installation (it sounds like you do), your best bet is to download Zen Cart from the link on this site's home page and install it yourself. You will need to be able to create a database or know what its name, username and password are.
    This will also let you install Zen Cart in the web root (www.yourdomain.com) instead of a subfolder (www.yourdomain.com/shopping) so that visitors can get to your site immediately without clicking through a separate landing page.
    Last edited by gjh42; 17 Oct 2011 at 03:39 AM.

  3. #3
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Confused with fantastico install

    Quote Originally Posted by jdmajor View Post
    I'm using Zen Cart -v1.3.9h- as installed through my cpanel using Fantistico.

    First of all, after installation there was no zc_install directory.

    With regard to "Rename your /admin folder, which folder is that supposed to be. Does the /admin folder refer to my directory
    "shopping" or the subdirectory xxadmin in that directory?.

    Also, my shopping/includes/configure.php DOES NOT HAVE
    define('DIR_FS_ADMIN"
    section at all, BUT the sibdirectory xxadmin/includes/configure.php does.

    I don't want to change the wrong configure.php file.
    I am sure your installation worked every time.

    The zc_install directory is deleted in newer versions of Fantastico after the installation is complete. If it's gone then it actually saved you deleting it manually.

    Yes, the file xxadmin/includes/configure.php is the one to edit. To make sure you are editing the right file, look at the comments in the header of this file.

    As Glenn said, Fantastico renames the admin folder during installation. This may be convenient initially BUT the name xxadmin is too obvious to be left unchanged. You still need to change it to something complicated using upper and lower case letters, numbers and maybe underscores.

    In simple words, by all means use your installation as is and rename the xxadmin (or whatever) folder as per tutorials available from this site.

    One word of warning: do not use Fantastico for upgrades, you are asking for trouble. See this thread.

    Hope this helps.
    Last edited by frank18; 17 Oct 2011 at 05:06 AM.

  4. #4

    Default Re: Confused with fantastico install

    Ok, that does clear up the issue for me. I didn't want Fantastico to install it in www.mydomain.com/public_html/directory/xxadmin
    but I couldn't get it to do it any other way.

    Thanks so much for the replies, now that I know which configure.php to modify, I'll do it and sleep good tonight.

    not confused anymore.

  5. #5

    Default Re: Confused with fantastico install

    I guess I spoke too soon. I changed the admin name on the admin configure.php, Then I renamed the actual admin directory.

    My browser can take me to the store, but it cannot locate the store's admin panel so I can't login to customize my shopping cart.

    You can't believe how much of a headache this has become, and I don't understand why it's so difficult to me.

    Is there some other place I'm supposed to put the name change in?

    I think I may have a solution and I'm gong to try it tonight just in case it works. I'll let you know tonight if it works.

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

    Default Re: Confused with fantastico install

    There's just 3 places to edit the name of the admin folder. You shouldn't touch anything other than the word "/admin/". Everything else should be left alone.
    Ref: https://www.zen-cart.com/tutorials/index.php?article=33
    .

    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

    Default Still confused

    I think I'm posting a new message.

    I changed the admin as the instructions state, and my browser will take me to my store, but I can't locate my admin panel so I can login and customize my shopping cart.

    I got this page instead:

    2, Your /includes/configure.php and/or /admin/includes/configure.php file contains invalid path information and/or invalid database-connection information.
    If you recently edited your configure.php files for any reason, or maybe moved your site to a different folder or different server, then you'll need to review and update all your settings to the correct values for your server.
    See the Online FAQ and Tutorials area on the Zen Cart™ website for assistance.


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

    Default Re: Still confused

    Quote Originally Posted by jdmajor View Post
    my browser will take me to my store, but I can't locate my admin panel so I can login and customize my shopping cart.
    The URL to your admin panel is http://your_domain.com/whatever_your..._foldername_is

    Quote Originally Posted by jdmajor View Post
    I got this page instead:

    2, Your /includes/configure.php and/or /admin/includes/configure.php file contains invalid path information and/or invalid database-connection information.
    If you recently edited your configure.php files for any reason, or maybe moved your site to a different folder or different server, then you'll need to review and update all your settings to the correct values for your server.
    That's telling you that the cause of the problem MIGHT be that you edited things in the configure.php file that you ought not to have touched, or maybe your text-editor mangled the file.

    What was the #3 bullet point, if any?
    .

    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. #9

    Default Re: Confused with fantastico install

    I changed the configure.php exactly the way the Zen-Cart instructions said to change, nothing more.

    I don't know what you mean by #3 bullet point is.

    I'm going to uninstall it and try to install it in the root directory www.mydomain.com. I have already notified my hosting company that I'm having trouble with it. I think that using Fantastico is making all these problems. It's so frustrating that I want to uninstall the program anyway.

    Thanks to all that have tried to help in this issue.

 

 

Similar Threads

  1. Cant Install via Fantastico
    By hcd888 in forum General Questions
    Replies: 4
    Last Post: 24 Oct 2010, 10:08 PM
  2. fantastico install
    By bryanhepworth in forum Basic Configuration
    Replies: 3
    Last Post: 20 Oct 2008, 10:39 PM
  3. Warnings using Fantastico to Install
    By hudsonhudson in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 29 Oct 2007, 11:50 PM
  4. Install from Fantastico
    By virago in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Sep 2006, 03:42 PM
  5. fantastico install MySQL question
    By barco57 in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 31 May 2006, 08:31 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