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

    Uplad image button on the fog site dont' work.

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    4
    1.3k
    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.
    • F
      fabritrento
      last edited by

      I installed fog, then inventored a pc.
      now i want to uplad the image but if i click on basic_task -> uplad nothing appenas and i view a blank webpage. here the log of apache error.log: [url]http://pastebin.com/41AkaR7v[/url]

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

        I’m guessing you’re using FOG 0.32?

        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

          But running PHP 5.4 or later. I can tell by this line:
          Call-time pass-by-reference has been removed in /var/www/fog/management/includes/tasks.confirm.include.php on line 754, referer: [url]http://localhost/fog/management/index.php?node=host&sub=edit&tab=tasks&id=1[/url]

          The reference has to be adjusted.

          Go to your fog webdir. Probably at:
          /var/www/fog (UBUNTU TYPICAL)
          OR
          /var/www/html/fog (REDHAT TYPICAL)

          Run this command:
          [code]grep -rl ‘&$tmp’ .[/code]

          In the files that display after this, edit them and remove the & symbol from the $tmp variables. So the variable will change from:
          [php]&$tmp[/php]
          to
          [php]$tmp[/php]

          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
          • F
            fabritrento
            last edited by

            solved! thanks

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

            137

            Online

            12.1k

            Users

            17.3k

            Topics

            155.3k

            Posts
            Copyright © 2012-2024 FOG Project