Add Image page not loading
-
I upgraded to build 3570.
I was trying to add an image to the fog server. I click Add image and the page loads with just “Add New Image definition” headline across the top and that’s it.
Sometimes, it loads with an error “page cannot be found”.I can list and search for images. I just can’t add any.
-
@cmcleod Have tried restarting your FOG Server or the FOG Services? Were you having any issues before you upgraded?
-
Might try restarting apache, also…
If you’re running red hat, centos, fedora, it’d be this:
[CODE]systemctl restart httpd[/CODE] -
I tried restarting the server after upgrading.
I also tried restarting the FOG services and httpd.
I just refreshed and now I’m getting a HTTP 500: “The website cannot display the page”
Is it a permissions issues somewhere perhaps? or is there a file missing? -
Can you try to re-run the installer?
-
Is there anything in the apache error log?
Debian/Ubuntu: /var/log/apache2/error.log
Red Hat/Centos/Fedora: /var/log/httpd/error_log -
@cml @Wayne-Workman
the Apache error log is listing this error several times:
PHP Fatal error: Call to a member function get () on boolean in /var/www/html/fog/lib/pages/ImageManagementPage.class.php on line 178, referer: http://192.168.142.72/fog/management/index.php?node=image&sub=addI tried re-installing and that didn’t work
-
@cmcleod
Check under storage management and make sure you have at least one node as master. -
That did it! DefaultMember storage node was not set to Master.
It immediately loaded up the page for creating a new image.
Thanks!!