Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    May 2014
    Location
    Jonesboro, Arkansas
    Posts
    58
    Plugin Contributions
    0

    Default Fresh Install of 1.5.4 on go-daddy 404 error on the admin page

    Hello All, I was having allot of trouble with the database conversion the site was hosted on an old server and control panel I was trying to do it in a sub-folder and seemed to have PHP issues. I added a c-panel so it is totally stand alone. THe PHP version is 5.4 I downloaded 1.5.4 from the site created a new database and did the install. It all went well. I renamed the admin folder did away with the zc_install folder I am getting the 404 page not found when I type the path for the admin area? I have done some reading in the forum but seem to be at a loss?

    www.petestowntest.com

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

    Default Re: Fresh Install of 1.5.4 on go-daddy 404 error on the admin page

    404 means "page not found".

    I hate to ask you to check the obvious, but are you spelling the new admin foldername properly? Remember URLs are case-sensitive after the first "/"

    ie: EXAMPLE.COM is the same as ExaMple.com
    but example.com/mYADmin is not the same as example.com/myadmin
    .

    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
    May 2014
    Location
    Jonesboro, Arkansas
    Posts
    58
    Plugin Contributions
    0

    Default Re: Fresh Install of 1.5.4 on go-daddy 404 error on the admin page

    YES lol I double checked that so as not to look stupid! I really am at a loss here. I have it stand alone NO changes FTP'd it up to the new panel. Total fresh install? followed directions. I had it running on the old server but could not get the database to convert so thus I did this. I do not have htacess file on there the name is right.... the site comes up. but NO admin page just get the 404 error.

  4. #4
    Join Date
    May 2014
    Location
    Jonesboro, Arkansas
    Posts
    58
    Plugin Contributions
    0

    Default Re: Fresh Install of 1.5.4 on go-daddy 404 error on the admin page

    I see allot of people seem to do a couple of installs and it finally works. Maybe I will just try it again.

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

    Default Re: Fresh Install of 1.5.4 on go-daddy 404 error on the admin page

    Since the first thing it's doing is taking the input from the URL and trying to find a matching file/folder for that name, one common simple test is to upload a new file to the server, like "example.txt" (containing something like "It works!" as the file content) and then see whether you can access it with your browser.
    If not, then something else is interfering, and it's got nothing to do with Zen Cart.

    Also, what happens if you just put it back to "admin"? Does it properly give you the expected warning?
    .

    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
    May 2014
    Location
    Jonesboro, Arkansas
    Posts
    58
    Plugin Contributions
    0

    Default Re: Fresh Install of 1.5.4 on go-daddy 404 error on the admin page

    NO I renamed it to admin and did www.petestowntest.com/admin and I still get the 404 error

  7. #7
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Fresh Install of 1.5.4 on go-daddy 404 error on the admin page

    It appears to be an SSL misconfiguration on your server.

    Set ENABLE_SSL_ADMIN to 'false' and the problem will go away.

    Then you can work on setting the paths correctly for either your server's SSL or for your ZC shared SSL stuff.
    .

    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.

  8. #8
    Join Date
    May 2014
    Location
    Jonesboro, Arkansas
    Posts
    58
    Plugin Contributions
    0

    Default Re: Fresh Install of 1.5.4 on go-daddy 404 error on the admin page

    in both includes/config.php files ?

  9. #9
    Join Date
    May 2014
    Location
    Jonesboro, Arkansas
    Posts
    58
    Plugin Contributions
    0

    Default Re: Fresh Install of 1.5.4 on go-daddy 404 error on the admin page

    Well I just re-installed it and it is up and working now! And doc just for future reference, I did change the config files to "false" it still did not change the result I kept getting the 404 error. Fresh install again and it works!

  10. #10
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Fresh Install of 1.5.4 on go-daddy 404 error on the admin page

    I'm pretty sure if you compare your new working configure.php files against the ones you were using when the 404 was happening you'll find that there are differences in the paths you had in there for the HTTPS settings.
    .

    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.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Admin 404 Error After Install
    By firstcapitalfirearms in forum Installing on a Linux/Unix Server
    Replies: 6
    Last Post: 11 Oct 2012, 04:57 AM
  2. v150 404 error after renaming admin folder fresh install
    By Daviator in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 30 Mar 2012, 04:09 PM
  3. Admin page in loop after fresh install
    By jeffiec in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 27 Apr 2011, 02:22 AM
  4. Admin login error after fresh install
    By MickeyDora in forum Basic Configuration
    Replies: 2
    Last Post: 14 Jul 2010, 06:47 PM
  5. Fresh install, 404 error
    By grrajeshkumar in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 20 Jul 2006, 09:58 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