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

latest SVN keep getting 404 error on management

Scheduled Pinned Locked Moved Unsolved FOG Problems
41 Posts 9 Posters 29.3k Views
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.
  • S
    sudburr @Tom Elliott
    last edited by Jul 30, 2015, 9:24 PM

    @Tom-Elliott said:

    @BigMan99211 It sounds like you removed php5-mysqlnd. Maybe try reinstalling it?

    sudo apt-get install --reinstall php5-mysqlnd; sudo php5enmod mysqlnd

    I’m curious if we’re chasing the same rabbit.

    At the prompt to visit the management page I connected with another session and commented out line 179 of:

    /var/www/html/fog/commons/init.php.

    … then visited the web interface and continued the install. Mind you I’m still chasing installers failing on MySQL configuration.

    [ Standing in between extinction in the cold and explosive radiating growth ]

    1 Reply Last reply Reply Quote 0
    • J
      JBailey
      last edited by Aug 4, 2015, 8:42 PM

      This issue seems to happen on my Debian 7 box as well.

      Trying to update from SVN 3652 to SVN 3843

      I’ve attempted both solutions without any luck. Blank white screen when trying to update the DB and finish install.

      1 Reply Last reply Reply Quote 0
      • T
        Tom Elliott
        last edited by Aug 4, 2015, 8:45 PM

        Whenever there’s a blank white screen, it usually means an error. Anything pertinent in the apache error logs?

        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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • J
          Junkhacker Developer
          last edited by Junkhacker Aug 4, 2015, 2:50 PM Aug 4, 2015, 8:49 PM

          to get past 3652 i had to do the following (on Ubuntu 12.04)
          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 when prompted

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

          W 1 Reply Last reply Aug 5, 2015, 2:44 AM Reply Quote 0
          • W
            Wayne Workman @Junkhacker
            last edited by Aug 5, 2015, 2:44 AM

            @Junkhacker said:

            to get past 3652 i had to do the following (on Ubuntu 12.04)
            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 when prompted

            Will a fresh install of the latest FOG Trunk work on Ubuntu 12.04, or are these commands necessary to make it work? I only ask because another person using FOG Trunk with 12.04 in another thread was having issues - not sure if it’s related or not.

            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
            • J
              Junkhacker Developer
              last edited by Aug 5, 2015, 1:08 PM

              not sure. haven’t done a clean install in a while. for what it’s worth, Tom thinks that he’s got the issue figured out in the latest versions of trunk

              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 0
              • J
                JBailey
                last edited by Aug 5, 2015, 9:48 PM

                Hmmm. I still seem to be suffering from the issue. Just tried 3854.

                W 1 Reply Last reply Aug 5, 2015, 9:59 PM Reply Quote 0
                • W
                  Wayne Workman @JBailey
                  last edited by Aug 5, 2015, 9:59 PM

                  @JBailey said:

                  Hmmm. I still seem to be suffering from the issue. Just tried 3854.

                  Current is 4339.

                  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/

                  J 1 Reply Last reply Aug 5, 2015, 10:01 PM Reply Quote 0
                  • J
                    JBailey @Wayne Workman
                    last edited by Aug 5, 2015, 10:01 PM

                    @Wayne-Workman I’m sorry, I should have said trunk 3854.

                    W 1 Reply Last reply Aug 5, 2015, 10:50 PM Reply Quote 0
                    • T
                      Tom Elliott
                      last edited by Aug 5, 2015, 10:23 PM

                      Again,

                      Whenever there’s a blank page, it usually means an error is being thrown.

                      My guess the error is related to an isValid() function all?

                      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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                      1 Reply Last reply Reply Quote 0
                      • W
                        Wayne Workman @JBailey
                        last edited by Aug 5, 2015, 10:50 PM

                        @JBailey said:

                        @Wayne-Workman I’m sorry, I should have said trunk 3854.

                        Is there a reason why you are so far behind?

                        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/

                        J 1 Reply Last reply Aug 5, 2015, 10:58 PM Reply Quote 0
                        • J
                          JBailey @Wayne Workman
                          last edited by Aug 5, 2015, 10:58 PM

                          @Wayne-Workman I’m currently on trunk 3562. I understand that current git is 4345 but current svn is 3857. Are you recommending using git over svn? I didn’t think there was a difference.

                          @Tom-Elliott I will take another look into the apache log files.

                          W 1 Reply Last reply Aug 5, 2015, 11:21 PM Reply Quote 0
                          • W
                            Wayne Workman @JBailey
                            last edited by Wayne Workman Aug 5, 2015, 5:24 PM Aug 5, 2015, 11:21 PM

                            @JBailey When we talk about revision numbers, we are referring to the number in the cloud, in the top left of any fog page. Tom has coded the current Trunk versions to display the number in the cloud correctly.

                            It’s confusing when you don’t specify “git” or “svn” or “the number in the cloud”.

                            Glad it’s cleared up though. It’s important to indicate things like this in the threads because they serve as help for who knows how many other fog users - people of varying skill level - fog knowledge - English reading ability and comprehension - etc.

                            Correctness and clarity are important. Remember, when we are helping you in the forums, we’re actually helping you and others too. 🙂

                            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
                            • 2 / 3
                            2 / 3
                            • First post
                              38/41
                              Last post

                            225

                            Online

                            12.3k

                            Users

                            17.4k

                            Topics

                            155.9k

                            Posts
                            Copyright © 2012-2025 FOG Project