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

    page can not be found when exporting configuration

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    5
    20
    4.4k
    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.
    • Scott BS
      Scott B
      last edited by Scott B

      When going to FOG Configuration >> Configuration Save >> Export Button all I get is a page cannot be found. Suggestions?

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

        You’re on the latest FOG Trunk, correct? If so, that’s a question for the @Developers

        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
        • Scott BS
          Scott B
          last edited by

          @Developers

          I am on the latest as of 9:30AM 070715, v3713. It been happening for the past few revisions.

          1 Reply Last reply Reply Quote 0
          • Joseph HalesJ
            Joseph Hales Testers
            last edited by

            I am also seeing this on SVN 3713

            RTFM

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

              3709 appears to work fine, just so the developers know.

              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
              • Wayne WorkmanW
                Wayne Workman
                last edited by

                Thread moved to “bugs”.

                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
                • Joseph HalesJ
                  Joseph Hales Testers
                  last edited by

                  error.png

                  RTFM

                  1 Reply Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott
                    last edited by Tom Elliott

                    I may have figured out what was wrong, and hopefully current will work as needed.

                    Thank you for reporting and sorry it took so long.

                    3722 should fix this, and 3723 should update your clients to 0.9.1.

                    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
                    • Scott BS
                      Scott B
                      last edited by

                      Just updating, same result on 3726.

                      1 Reply Last reply Reply Quote 0
                      • Joseph HalesJ
                        Joseph Hales Testers
                        last edited by

                        svn 3728 fixed this for me.

                        RTFM

                        1 Reply Last reply Reply Quote 1
                        • Scott BS
                          Scott B
                          last edited by

                          Still not working with 3735

                          ch3iC 1 Reply Last reply Reply Quote 0
                          • ch3iC
                            ch3i Moderator @Scott B
                            last edited by

                            @Scott-B said:

                            Still not working with 3735

                            Have you some errors in your apache error.log ?

                            Scott BS 1 Reply Last reply Reply Quote 0
                            • Scott BS
                              Scott B @ch3i
                              last edited by

                              @ch3i said:

                              @Scott-B said:

                              Still not working with 3735

                              Have you some errors in your apache error.log ?

                              I’m seeing could not connect to database errors.

                              Scott BS 1 Reply Last reply Reply Quote 0
                              • Scott BS
                                Scott B @Scott B
                                last edited by

                                PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 61418452 bytes) in /var/www/fog/commons/init.php on line 164, referer: http://fog/fog/management/index.php?node=about&sub=config

                                ch3iC 1 Reply Last reply Reply Quote 0
                                • ch3iC
                                  ch3i Moderator @Scott B
                                  last edited by

                                  @Scott-B said:

                                  PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 61418452 bytes) in /var/www/fog/commons/init.php on line 164, referer: http://fog/fog/management/index.php?node=about&sub=config

                                  Try to increase memory limit in your php.ini maybe.

                                  Scott BS 1 Reply Last reply Reply Quote 0
                                  • Scott BS
                                    Scott B @ch3i
                                    last edited by

                                    @ch3i said:

                                    @Scott-B said:

                                    PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 61418452 bytes) in /var/www/fog/commons/init.php on line 164, referer: http://fog/fog/management/index.php?node=about&sub=config

                                    Try to increase memory limit in your php.ini maybe.

                                    Same message even after increasing to 256M, 512M, and 1G.

                                    ch3iC 1 Reply Last reply Reply Quote 0
                                    • ch3iC
                                      ch3i Moderator @Scott B
                                      last edited by

                                      @Scott-B said:

                                      @ch3i said:

                                      @Scott-B said:

                                      PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 61418452 bytes) in /var/www/fog/commons/init.php on line 164, referer: http://fog/fog/management/index.php?node=about&sub=config

                                      Try to increase memory limit in your php.ini maybe.

                                      Same message even after increasing to 256M, 512M, and 1G.

                                      Have you restart you apache ?

                                      Scott BS 1 Reply Last reply Reply Quote 1
                                      • Tom ElliottT
                                        Tom Elliott
                                        last edited by

                                        Memory limits are not controlled by php.ini it’s controlled by db setting on fog settings general fog memory limit.

                                        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

                                        Scott BS 1 Reply Last reply Reply Quote 1
                                        • Scott BS
                                          Scott B @ch3i
                                          last edited by

                                          @ch3i said:

                                          @Scott-B said:

                                          @ch3i said:

                                          @Scott-B said:

                                          PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 61418452 bytes) in /var/www/fog/commons/init.php on line 164, referer: http://fog/fog/management/index.php?node=about&sub=config

                                          Try to increase memory limit in your php.ini maybe.

                                          Same message even after increasing to 256M, 512M, and 1G.

                                          Have you restart you apache ?

                                          Yes I did, after each change.

                                          1 Reply Last reply Reply Quote 0
                                          • Scott BS
                                            Scott B @Tom Elliott
                                            last edited by

                                            @Tom-Elliott

                                            That worked Tom. I changed the “FOG_MEMORY_LIMIT” under fog settings to 512 and I was able to pull a backup of the DB. Thank you!

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

                                            160

                                            Online

                                            12.1k

                                            Users

                                            17.3k

                                            Topics

                                            155.3k

                                            Posts
                                            Copyright © 2012-2024 FOG Project