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

    Search failedSyntaxError: Unexpected token < in JSON at position 0

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    4
    22
    4.7k
    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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      Mind you all,

      the suggestions I give are based on experiences, this is not by any means a cureall for every situation. The lastInsertID might be present from the period of time you were updating the server to begin with, so unlikely to be the problem you’re experiencing.

      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
      • Tom ElliottT
        Tom Elliott
        last edited by

        Remember, errors and “solutions” are very subjective. One fix will not fix every scenario especially when dealing with different OS’s.

        I gave information based on what i saw in the error, but this does not mean the “suggestion” I gave is going to fix the problem you were having.

        In regards to things, did your server update?

        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

        W 1 Reply Last reply Reply Quote 0
        • W
          wanderson @Tom Elliott
          last edited by

          @Tom-Elliott

          update fog sucess fog 1.40

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

            @wanderson And the task page is still giving the json token error?

            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

            W 1 Reply Last reply Reply Quote 0
            • W
              wanderson @Tom Elliott
              last edited by

              @Tom-Elliott When I restart the server, it works again, but then the error happens again

              1 Reply Last reply Reply Quote 0
              • W
                wanderson
                last edited by

                @Tom-Elliott Would not the httpd be down?

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

                  What? Why would httpd be down?

                  This sounds like a max_connections issue to me though.

                  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

                  W 2 Replies Last reply Reply Quote 0
                  • W
                    wanderson @Tom Elliott
                    last edited by

                    @Tom-Elliott Yes, after a few minutes, give the error http 500

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

                      @Tom-Elliott

                      I will try to apply this rule in apache

                      <IfModule mpm_prefork_module>
                      	StartServers          4
                      	MinSpareServers       20
                      	MaxSpareServers      40
                      	MaxClients           200
                      	MaxRequestsPerChild  4500
                      </IfModule>```
                      1 Reply Last reply Reply Quote 0
                      • Tom ElliottT
                        Tom Elliott @wanderson
                        last edited by

                        @wanderson Is it giving 500, or is it getting “connection” errors? 500 means apache is responding.

                        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

                        W 1 Reply Last reply Reply Quote 0
                        • W
                          wanderson @Tom Elliott
                          last edited by

                          @Tom-Elliott, yes, Was giving HTTP 500 connection errors while doing the image upload task

                          1 Reply Last reply Reply Quote 0
                          • W
                            wanderson
                            last edited by

                            Problems began to appear after I started adding more than 20 nodes, I’m currently using 34 fog nodes

                            1 Reply Last reply Reply Quote 0
                            • S
                              Sebastian Roth Moderator
                              last edited by

                              @wanderson Maybe too many clients hitting the apache with requests? Please check your apache access and maybe error log to see what’s going on and how many requests from which hosts are coming 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 1
                              • W
                                wanderson
                                last edited by

                                solved: update mysql.user set plugin=‘mysql_native_password’;

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

                                195

                                Online

                                12.1k

                                Users

                                17.3k

                                Topics

                                155.3k

                                Posts
                                Copyright © 2012-2024 FOG Project