• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    latest SVN keep getting 404 error on management

    Scheduled Pinned Locked Moved Unsolved
    FOG Problems
    9
    41
    21.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Wayne WorkmanW
      Wayne Workman @xsnrg4fr
      last edited by

      @xsnrg4fr Which management page? Or any of them?

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
      Daily Clean Installation Results:
      https://fogtesting.fogproject.us/
      FOG Reporting:
      https://fog-external-reporting-results.fogproject.us/

      1 Reply Last reply Reply Quote 0
      • N
        need2 Moderator
        last edited by

        Also, what exact version of FOG are you running? The SVN is potentially toxic for some people right now.

        1 Reply Last reply Reply Quote 0
        • X
          xsnrg4fr
          last edited by

          I used svn checkout to get the latest… whatever that was yesterday. (currently 3807)
          Also. it was the start management page that does not show. 404, so I know apache is doing fine, during install I received all OK’s

          Wayne WorkmanW 1 Reply Last reply Reply Quote 0
          • Wayne WorkmanW
            Wayne Workman @xsnrg4fr
            last edited by Wayne Workman

            @xsnrg4fr I’d say run the svn up command to get the latest, and reinstall using ./installfog.sh -y

            the -y option does the DB updating for you and uses all previous settings from the /opt/fog/.fogsettings file.

            The update might fix your issue.

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
            Daily Clean Installation Results:
            https://fogtesting.fogproject.us/
            FOG Reporting:
            https://fog-external-reporting-results.fogproject.us/

            1 Reply Last reply Reply Quote 0
            • X
              xsnrg4fr
              last edited by

              i’ll snapshot and give it a whirl !

              1 Reply Last reply Reply Quote 0
              • J
                jjacobs @xsnrg4fr
                last edited by

                @xsnrg4fr can you check your folder /var/www/

                I you don’t see a redirection fog enter the command below.

                ln -s /var/www/html/fog/ /var/www/fog
                

                Kind regards,
                Johan

                1 Reply Last reply Reply Quote 0
                • B
                  BigMan99211
                  last edited by

                  I’m experiencing the same issue…
                  When you check the page console in chrome, it says that the 404 error is coming from trying to load “http://(FOG IP)/favicon.ico” <-- *** I replaced my actual server IP, with “FOG IP” ***

                  The only change that i’m seeing between the most recent update of /fog/management/index.php is the addition of the following code:

                  $FOGPageManager = $FOGCore->FOGPageManager = new FOGPageManager();

                  Could that have something to do with getting a blank page??

                  "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                  "Life is hard; It's harder if you're stupid" - John Wayne

                  Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                  • Wayne WorkmanW
                    Wayne Workman @BigMan99211
                    last edited by

                    @BigMan99211 see @jjacobs post below yours.

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                    Daily Clean Installation Results:
                    https://fogtesting.fogproject.us/
                    FOG Reporting:
                    https://fog-external-reporting-results.fogproject.us/

                    1 Reply Last reply Reply Quote 0
                    • B
                      BigMan99211
                      last edited by

                      The redirection already exists… I type in my server IP, and it redirects to http://(server IP)/fog/management/index.php

                      "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                      "Life is hard; It's harder if you're stupid" - John Wayne

                      Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                      • Wayne WorkmanW
                        Wayne Workman @BigMan99211
                        last edited by

                        @BigMan99211 If you just type in the IP only into a web browser’s address bar, do you get the Apache test page?

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                        Daily Clean Installation Results:
                        https://fogtesting.fogproject.us/
                        FOG Reporting:
                        https://fog-external-reporting-results.fogproject.us/

                        1 Reply Last reply Reply Quote 0
                        • B
                          BigMan99211
                          last edited by

                          No. A while back, I added a forwarder that goes straight to the …/fog/management/index.php page. It’s never had a problem.

                          "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                          "Life is hard; It's harder if you're stupid" - John Wayne

                          Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                          • Wayne WorkmanW
                            Wayne Workman @BigMan99211
                            last edited by

                            @BigMan99211 Can you delete that file for now? Or rename that file so that it stops working ?

                            mv OldFileName NewFileName
                            

                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                            Daily Clean Installation Results:
                            https://fogtesting.fogproject.us/
                            FOG Reporting:
                            https://fog-external-reporting-results.fogproject.us/

                            1 Reply Last reply Reply Quote 0
                            • B
                              BigMan99211
                              last edited by

                              Well, it appears that my forwarder no longer exists. It is connecting to apache though. If I attempt to go to a page that doesn’t exist, I get a 404 error. With the fog management page, I just get a solid white page. If you view the source for the page, this is all I get:

                              <html>
                                <head></head>
                                <body>
                                  <script type="text/javascript">(function () {
                                          return window.SIG_EXT = {};
                                        })()</script>
                                </body>
                              </html>
                              

                              "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                              "Life is hard; It's harder if you're stupid" - John Wayne

                              Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                              • Wayne WorkmanW
                                Wayne Workman @BigMan99211
                                last edited by

                                @BigMan99211

                                PHP error log on Ubuntu:

                                tail /var/log/php_errors.log    
                                

                                Apache error log on Ubuntu:

                                sudo tail /var/log/apache2/error.log
                                

                                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                                Daily Clean Installation Results:
                                https://fogtesting.fogproject.us/
                                FOG Reporting:
                                https://fog-external-reporting-results.fogproject.us/

                                1 Reply Last reply Reply Quote 0
                                • B
                                  BigMan99211
                                  last edited by

                                  The PHP error log doesn’t exist…

                                  This is the Apache error log:
                                  Apache2-Error-Log.jpg

                                  "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                                  "Life is hard; It's harder if you're stupid" - John Wayne

                                  Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                                  • Wayne WorkmanW
                                    Wayne Workman @BigMan99211
                                    last edited by

                                    @BigMan99211 Bringing the @Developers attention to the apache errors.

                                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                                    Daily Clean Installation Results:
                                    https://fogtesting.fogproject.us/
                                    FOG Reporting:
                                    https://fog-external-reporting-results.fogproject.us/

                                    1 Reply Last reply Reply Quote 0
                                    • B
                                      BigMan99211
                                      last edited by BigMan99211

                                      Anyone else see the irony here?.. It’s failing on a portion entitled: “cleanInvalidEntries”… 😆

                                      Edit - Yep… it’s late in the day… lol

                                      "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                                      "Life is hard; It's harder if you're stupid" - John Wayne

                                      1 Reply Last reply Reply Quote 1
                                      • JunkhackerJ
                                        Junkhacker Developer
                                        last edited by Junkhacker

                                        this is what i had to do to upgrade my Ubuntu 12.04 dev server
                                        manually run:

                                        	sudo add-apt-repository -y ppa:ondrej/php5-5.6
                                        	sudo apt-get update
                                        	sudo apt-get install php5
                                        

                                        allow all config files to be replaced with defaults
                                        re-run fog installer

                                        signature:
                                        Junkhacker
                                        We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                        1 Reply Last reply Reply Quote 1
                                        • B
                                          BigMan99211
                                          last edited by

                                          @Junkhacker : I tried to install php5, per your instructions, but it’s just saying “php5 is already the newest version.”.

                                          "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                                          "Life is hard; It's harder if you're stupid" - John Wayne

                                          Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                                          • Wayne WorkmanW
                                            Wayne Workman @BigMan99211
                                            last edited by

                                            @BigMan99211 Then uninstall it, and then try again.

                                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                                            Daily Clean Installation Results:
                                            https://fogtesting.fogproject.us/
                                            FOG Reporting:
                                            https://fog-external-reporting-results.fogproject.us/

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post

                                            268

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project