Page 1 of 1

Bug Report - Version 2.7.9

Posted: 16 Jun 2011, 02:34
by deathUser
In the install process reports, error creating table #__phocagallery.

In line 47 of the file controllers/phocagalleryinstall.php:

Code: Select all

$query.=' '.$db->nameQuote('userid').' varchar(255) int(11) NOT NULL Default \'0\','."\n";
Must be

Code: Select all

$query.=' '.$db->nameQuote('userid').' int(11) NOT NULL Default \'0\','."\n";
Without "varchar(255)" ...


bye
;)

Re: Bug Report - Version 2.7.9

Posted: 16 Jun 2011, 12:43
by Jan
Hi, fixed in 2.8.0, thank you for the info.

Jan