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";
Code: Select all
$query.=' '.$db->nameQuote('userid').' int(11) NOT NULL Default \'0\','."\n";
bye