PDA

Zobacz pełną wersję : Problem z instalacją jakiegokolwiek komponentu



byzdra
30-11-2008, 20:24
Witam - może ktoś podpowie gdzie leży problem. Joomla 1.5.8 utf-8 po migracji z 1.007 ISO -8859-2.Przy próbie instalacji jakiegokolwiek komponentu pojawia się błąd.Np. przy próbie instalacji Pony Galery - UTF mam taki komunikat:

MySQL server has gone away SQL=CREATE TABLE `jos_ponygallery` ( `id` int(11) NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `imgtitle` text NOT NULL, `imgauthor` varchar(50) default NULL, `imgtext` text NOT NULL, `imgdate` varchar(20) default NULL, `imgcounter` int(11) NOT NULL default '0', `imgvotes` int(11) NOT NULL default '0', `imgvotesum` int(11) NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', `imgfilename` varchar(100) NOT NULL default '', `imgthumbname` varchar(100) NOT NULL default '', `checked_out` int(11) NOT NULL default '0', `owner` varchar(50) NOT NULL default '', `approved` int(1) NOT NULL default '0', `useruploaded` int(1) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) TYPE=MyISAM ;
SQL = CREATE TABLE `jos_ponygallery` (
`id` int(11) NOT NULL auto_increment,
`catid` int(11) NOT NULL default '0',
`imgtitle` text NOT NULL,
`imgauthor` varchar(50) default NULL,
`imgtext` text NOT NULL,
`imgdate` varchar(20) default NULL,
`imgcounter` int(11) NOT NULL default '0',
`imgvotes` int(11) NOT NULL default '0',
`imgvotesum` int(11) NOT NULL default '0',
`published` tinyint(1) NOT NULL default '0',
`imgfilename` varchar(100) NOT NULL default '',
`imgthumbname` varchar(100) NOT NULL default '',
`checked_out` int(11) NOT NULL default '0',
`owner` varchar(50) NOT NULL default '',
`approved` int(1) NOT NULL default '0',
`useruploaded` int(1) NOT NULL default '0',
`ordering` int(11) NOT NULL default '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM ;Komponent Zainstaluj: Błąd SQL DB function failed with error number 2006
MySQL server has gone away SQL=CREATE TABLE `jos_ponygallery` ( `id` int(11) NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `imgtitle` text NOT NULL, `imgauthor` varchar(50) default NULL, `imgtext` text NOT NULL, `imgdate` varchar(20) default NULL, `imgcounter` int(11) NOT NULL default '0', `imgvotes` int(11) NOT NULL default '0', `imgvotesum` int(11) NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', `imgfilename` varchar(100) NOT NULL default '', `imgthumbname` varchar(100) NOT NULL default '', `checked_out` int(11) NOT NULL default '0', `owner` varchar(50) NOT NULL default '', `approved` int(1) NOT NULL default '0', `useruploaded` int(1) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) TYPE=MyISAM ;
SQL = CREATE TABLE `jos_ponygallery` (
`id` int(11) NOT NULL auto_increment,
`catid` int(11) NOT NULL default '0',
`imgtitle` text NOT NULL,
`imgauthor` varchar(50) default NULL,
`imgtext` text NOT NULL,
`imgdate` varchar(20) default NULL,
`imgcounter` int(11) NOT NULL default '0',
`imgvotes` int(11) NOT NULL default '0',
`imgvotesum` int(11) NOT NULL default '0',
`published` tinyint(1) NOT NULL default '0',
`imgfilename` varchar(100) NOT NULL default '',
`imgthumbname` varchar(100) NOT NULL default '',
`checked_out` int(11) NOT NULL default '0',
`owner` varchar(50) NOT NULL default '',
`approved` int(1) NOT NULL default '0',
`useruploaded` int(1) NOT NULL default '0',
`ordering` int(11) NOT NULL default '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM ;Error Loading ModulesMySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 2 AND m.client_id = 1 ORDER BY position, ordering
JInstaller::install: Błąd SQL DB function failed with error number 2006i jeszcze dwa komunikaty:

Warning: zip_entry_read() [function.zip-entry-read (http://www.spklem.pl/administrator/function.zip-entry-read)]: The bytes parameter must greater then zero in /homez.106/spklem/www/libraries/joomla/filesystem/archive/zip.php on line 238

Warning: zip_entry_read() [function.zip-entry-read (http://www.spklem.pl/administrator/function.zip-entry-read)]: The bytes parameter must greater then zero in /homez.106/spklem/www/libraries/joomla/filesystem/archive/zip.php on line 238
PonyGallery ML is a native Joomla! gallery component

Co jest grane? Gdzie leży problem? (podejrzewam, że coś nie tak z bazą danych)