Bug Report - Version 2.7.9

deathUser
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 16 Jun 2011, 02:30

Bug Report - Version 2.7.9

Post 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
;)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Bug Report - Version 2.7.9

Post by Jan »

Hi, fixed in 2.8.0, thank you for the info.

Jan
If you find Phoca extensions useful, please support the project
Post Reply