@Sebastian-Roth I know the password. I have tried to enter it into the .fogsettings several times and I still get the same error when logging into fog
Latest posts made by inafog9
-
RE: Fog issue with new Dell optiplex 7040
-
RE: Fog issue with new Dell optiplex 7040
@Tom-Elliott I removed the password from config.class.php but that did not work. Should I also remove the password from .fogsettings?
-
RE: Fog issue with new Dell optiplex 7040
@Sebastian-Roth What should I be looking for?
-
RE: Fog issue with new Dell optiplex 7040
@Sebastian-Roth I ran both commands but I’m still not able to get past the Database Schema Installer / Updater.
-
RE: Fog issue with new Dell optiplex 7040
@Tom-Elliott I was looking for an answer and I noticed I do not have /var/www/fog/lib/fog/Config.class.php. Could that be my issue?
-
RE: Fog issue with new Dell optiplex 7040
@Sebastian-Roth I had to use my root password to access.
-
RE: Fog issue with new Dell optiplex 7040
@Tom-Elliott I removed the password from the file but i’m still prompted to update the database and I get the same errors. I’m not sure if there was a password used.
-
RE: Fog issue with new Dell optiplex 7040
@Tom-Elliott I was able to get past the report section. Once it got to the database portion it said successful but lots of errors. I was not prompted to enter root password.
pdate ID: 1 - 0 Database Error: Access denied for user 'root'@'localhost' (using password: YES), Message: Check that database is running Database SQL: CREATE DATABASE fog Update ID: 1 - 1 Database Error: Access denied for user 'root'@'localhost' (using password: YES), Message: Check that database is running Database SQL: CREATE TABLE `fog`.`groupMembers` ( `gmID` int(11) NOT NULL auto_increment, `gmHostID` int(11) NOT NULL, `gmGroupID` int(11) NOT NULL, PRIMARY KEY (`gmID`), KEY `new_index` (`gmHostID`), KEY `new_index1` (`gmGroupID`) ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC Update ID: 1 - 2 Database Error: Access denied for user 'root'@'localhost' (using password: YES), Message: Check that database is running Database SQL: CREATE TABLE `fog`.`groups` ( `groupID` int(11) NOT NULL auto_increment, `groupName` varchar(50) NOT NULL, `groupDesc` longtext NOT NULL, `groupDateTime` datetime NOT NULL, `groupCreateBy` varchar(50) NOT NULL, `groupBuilding` int(11) NOT NULL, PRIMARY KEY (`groupID`), KEY `new_index` (`groupName`) ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 Update ID: 1 - 3 Database Error: Access denied for user 'root'@'localhost' (using password: YES), Message: Check that database is running Database SQL: CREATE TABLE `fog`.`history` ( `hID` int(11) NOT NULL auto_increment, `hText` longtext NOT NULL, `hUser` varchar(200) NOT NULL, `hTime` datetime NOT NULL, `hIP` varchar(50) NOT NULL, PRIMARY KEY (`hID`) ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1
-
RE: Fog issue with new Dell optiplex 7040
Sure, Do you want me to run the entire trunk upgrade again? Starting with downloading the svn?