Hi guys,
Just having trouble getting fog to update to version 1.1.2.
I’m not sure if this is a bug or something I may have done.
but I get the following when trying to run the Database Schema Install / Updater
[CODE]1.1.2
Open Source Computer Cloning Solution
Database Schema Installer / Updater
Update/Install Failed!
The following errors occured
Update ID: 1 - 0
Database Error:
Database SQL:
CREATE DATABASE fog
Update ID: 1 - 1
Database Error:
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[/CODE]
That is a small snip but it lists on and on for quite awhile.
I’ve pasted the full error here: --> [url]http://pastebin.com/vY2FVYQh[/url]
Cheers,