Add Snapin page > Error 500
-
When going to /fog/management/index.php?node=snapin&sub=add, I get an HTTP 500 error.
Here’s what I get in my Apache error log:
[Fri Mar 11 10:19:51.079313 2016] [:error] [pid 7180] [client 192.168.1.144:51357] PHP Fatal error: Uncaught exception 'Exception' with message 'Type: 2, File: /var/www/html/fog/lib/fog/fogftp.class.php, Line: 104, Message: ftp_login(): Login incorrect.' in /var/www/html/fog/lib/fog/fogftp.class.php:51\nStack trace:\n#0 /var/www/html/fog/lib/pages/snapinmanagementpage.class.php(88): FOGFTP->connect()\n#1 [internal function]: SnapinManagementPage->add()\n#2 /var/www/html/fog/lib/fog/fogpagemanager.class.php(67): call_user_func(Array)\n#3 /var/www/html/fog/management/index.php(24): FOGPageManager->render()\n#4 {main}\n thrown in /var/www/html/fog/lib/fog/fogftp.class.php on line 51, referer: http://192.168.1.66/fog/management/index.php?node=snapin
I attempted updating from 6649 to 6679 just now, but the problem persisted.
-
Disregard. I found the issue.
This server was migrated from a backup, and the backup had my old FTP password in there. Updated the master storage node with the correct, new password, page loaded fine.