Results 1 to 8 of 8
  1. #1
    Join Date
    Aug 2006
    Posts
    52
    Plugin Contributions
    0

    Default Getting 404 error in XAMPP

    Hello!

    I loaded XAMPP 7.2 , php 7.2.1, fixed any error, all was good. But I wanted to be compliant so I reinstalled
    XAMPP 7.3.1 with PHP 7.3.1, and phpMyAdmin 4.8.4,.

    Now I get a the 404 error. ERR. So I'm checking and re-checking to see what I'm missing.
    Any ideas would be great.
    MBP loaded
    Zen Cart 1.5.6
    XAMPP 7.3.1 Includes: Apache 2.4.37, MariaDB 10.1.37, PHP 7.3.1, phpMyAdmin 4.8.4,

  2. #2
    Join Date
    Jul 2012
    Posts
    16,718
    Plugin Contributions
    17

    Default Re: changed PhP ver to 7.3.1 to be compliant, from XAMPP 7.2 (php 7.2.1)

    Check the server logs to identify what is happening/going wrong.

    Would suggest creating a very basic html file and try to access that first to address any system configuration issues, then a basic file with some php in it like:
    Code:
    <?php echo php_info();
    then try to access the store to eliminate the variables involved...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Aug 2006
    Posts
    52
    Plugin Contributions
    0

    Default Re: changed PhP ver to 7.3.1 to be compliant, from XAMPP 7.2 (php 7.2.1)

    this was a new install so I have not been able to get to the zc_install page. Sorry is I lest that out. Xampp 7.1 I was able to. 7.3 I get the 404 error.

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: changed PhP ver to 7.3.1 to be compliant, from XAMPP 7.2 (php 7.2.1)

    Quote Originally Posted by mc12345678 View Post
    Check the server logs to identify what is happening/going wrong.

    Would suggest creating a very basic html file and try to access that first to address any system configuration issues, then a basic file with some php in it like:
    Code:
    <?php echo php_info();
    then try to access the store to eliminate the variables involved...
    Actually, that should be
    Code:
    <?php echo phpinfo();

  5. #5
    Join Date
    Jul 2012
    Posts
    16,718
    Plugin Contributions
    17

    Default Re: changed PhP ver to 7.3.1 to be compliant, from XAMPP 7.2 (php 7.2.1)

    Quote Originally Posted by lat9 View Post
    Actually, that should be
    Code:
    <?php echo phpinfo();
    Mercei!
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Jul 2012
    Posts
    16,718
    Plugin Contributions
    17

    Default Re: changed PhP ver to 7.3.1 to be compliant, from XAMPP 7.2 (php 7.2.1)

    Quote Originally Posted by Looper View Post
    this was a new install so I have not been able to get to the zc_install page. Sorry is I lest that out. Xampp 7.1 I was able to. 7.3 I get the 404 error.
    Still suggests that there is something amiss in the setup that should be identifiable by the server logs.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #7
    Join Date
    Aug 2006
    Posts
    52
    Plugin Contributions
    0

    Default Re: changed PhP ver to 7.3.1 to be compliant, from XAMPP 7.2 (php 7.2.1)

    I will check the out. Thanks

  8. #8
    Join Date
    Aug 2006
    Posts
    52
    Plugin Contributions
    0

    Default Re: changed PhP ver to 7.3.1 to be compliant, from XAMPP 7.2 (php 7.2.1)

    does this make any since??


    error 20:38:52.642285 -0500 coreduetd Couldn't find matching content UTI: current: com.apple.safari.history
    error 20:38:52.661571 -0500 cfprefsd rejecting write of key _DKThrottledActivityLast_DKKnowledgeStorageLogging_DKKnowledgeStorageDidInsertEv entsNotification:/app/activityActivityDate in { com.apple.coreduetd, root, kCFPreferencesAnyHost, no container, managed: 0 } from process 74 because setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
    error 20:38:52.661718 -0500 coreduetd Couldn't write value for key _DKThrottledActivityLast_DKKnowledgeStorageLogging_DKKnowledgeStorageDidInsertEv entsNotification:/app/activityActivityDate in CFPrefsPlistSource<0x7fb8ab501da0> (Domain: com.apple.coreduetd, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
    error 20:38:52.662228 -0500 cfprefsd rejecting write of key _DKThrottledActivityLast_DKKnowledgeStorageLogging_DKKnowledgeStorageDidInsertLo calEventsNotification:/app/activityActivityDate in { com.apple.coreduetd, root, kCFPreferencesAnyHost, no container, managed: 0 } from process 74 because setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
    error 20:38:52.662354 -0500 coreduetd Couldn't write value for key _DKThrottledActivityLast_DKKnowledgeStorageLogging_DKKnowledgeStorageDidInsertLo calEventsNotification:/app/activityActivityDate in CFPrefsPlistSource<0x7fb8ab501da0> (Domain: com.apple.coreduetd, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
    error 20:39:19.704057 -0500 symptomsd Ignoring source 0x7fe0f5d19850, snapshot is from kernel NWTCPSnapshot 192.168.0.3:49419<->192.168.0.2:445@en0 pkts rx 4 tx 3, bytes 263 285 cell 0 0 wifi 263 285 wired 0 0
    MBP loaded
    Zen Cart 1.5.6
    XAMPP 7.3.1 Includes: Apache 2.4.37, MariaDB 10.1.37, PHP 7.3.1, phpMyAdmin 4.8.4,

 

 

Similar Threads

  1. XAMPP 404 error
    By Serious in forum Installing on a Windows Server
    Replies: 8
    Last Post: 21 Jan 2013, 10:08 AM
  2. I am stumpped.. getting 404 error
    By noppie in forum Upgrading to 1.5.x
    Replies: 1
    Last Post: 17 Jan 2013, 06:56 AM
  3. Getting 404 error after replacing a file.
    By veronicathecow in forum General Questions
    Replies: 3
    Last Post: 15 Dec 2011, 09:46 PM
  4. XAMPP Install - 404 Error When Trying to Login
    By feralreason in forum Basic Configuration
    Replies: 8
    Last Post: 3 Nov 2011, 11:39 PM
  5. Error 404 accessing example.com/store in xampp tutorial
    By mbielin in forum Installing on a Windows Server
    Replies: 6
    Last Post: 11 Nov 2010, 10:24 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR