PDA

Zobacz pełną wersję : joomla początki i prolemy przy instalacji



beny
02-08-2008, 18:10
Mam zainstalowanego XAMPPa 1.6.7.
Założyłem użytkownika w mysql oraz utworzyłem bazę, zmieniłem kodowanie na utf8-Unicode_ci. Błąd wyskakuje z przy Kroku 1 przy zaznaczeniu opcji : Wczytaj przykładowe dane

komunikat o błędzie :

SQL=You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'\'index.php?option=com_content&task=category&sectionid=\' at line 1 SQL=INSERT INTO `jos_menu` VALUES (4, \'mainmenu\', \'Poznaj Joomla!\', \'index.php?option=com_content&task=category&sectionid=:
- - - - - - - - - -
INSERT INTO `#__menu` VALUES (4, 'mainmenu', 'Poznaj Joomla!', 'index.php?option=com_content&task=category&sectionid=
= = = = = = = = = =

Próbowałem już na Krasnalu, appserv obecnie na XAMPP za każdym razem to samo :(

Gdy pominę ten wybór instalka dochodzi do końca bez problemu.
Problem pojawia się gdy przed uruchomieniem joomla usunę katalog INSTALACYJNY.

Błąd:
Fatal error: Cannot use [] for reading in C:\xampp\htdocs\jomla\includes\joomla.php on line 4675


Proszę o pomoc doświadczonych w joomla.
pozdrawiam.

zwiastun
02-08-2008, 20:20
a co instalujesz?

beny
03-08-2008, 01:54
to wszystko dotyczy Joomla.

zwiastun
03-08-2008, 02:26
Spodziewam się. Pytam o konkrety. Przeczytaj sobie regulamin forum!

beny
03-08-2008, 13:27
Spodziewam się. Pytam o konkrety. Przeczytaj sobie regulamin forum!


Konkretnie:
Błąd wyskakuje po pierwszym kroku w instalacji joomla.
Krok 1 to Konfiguracja bazy danych. Zapewniam, że baza danych jest poprawnie utworzna i skonfigurowana.
W instalacji w kroku pierwszm na samym dole zaznaczona jest opcja : Wczytaj przykładowe dane.
Po przejściu DALEJ do Kroku drugiego pojawia się komunikat o błędzie:

SQL=You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'\'index.php?option=com_content&task=category&sectionid=\' at line 1 SQL=INSERT INTO `jos_menu` VALUES (4, \'mainmenu\', \'Poznaj Joomla!\', \'index.php?option=com_content&task=category&sectionid=:
- - - - - - - - - -
INSERT INTO `#__menu` VALUES (4, 'mainmenu', 'Poznaj Joomla!', 'index.php?option=com_content&task=category&sectionid=
= = = = = = = = = =

zwiastun
03-08-2008, 13:36
Człowieku rozumiesz słowo KONKRETY? Polski Joomla! jest wydawany w 5 wersjach co najmniej, sądzisz, że tu są sami jasnowidze?

lovelasik
03-08-2008, 13:52
W czasie instalacj ,i po podaniu namiarów na baze danych wyskakuje taki komunikat:
Podczas tworzenia bazy danych pojawiły się błędy. Nie możesz kontynuować.
Usuń przyczynę i spróbuj ponownie.

SQL=Table \'josi_banner\' already exists SQL=# $Id: joomla.sql 677 2007-08-14 02:13:29Z zwiastun $
\n
\n# Table structure for table `josi_banner`
\n
\nCREATE TABLE `josi_banner` (
\n `bid` int(11) NOT NULL auto_increment,
\n `cid` int(11) NOT NULL default \'0\',
\n `type` varchar(10) NOT NULL default \'banner\',
\n `name` varchar(50) NOT NULL default \'\',
\n `imptotal` int(11) NOT NULL default \'0\',
\n `impmade` int(11) NOT NULL default \'0\',
\n `clicks` int(11) NOT NULL default \'0\',
\n `imageurl` varchar(100) NOT NULL default \'\',
\n `clickurl` varchar(200) NOT NULL default \'\',
\n `date` datetime default NULL,
\n `showBanner` tinyint(1) NOT NULL default \'0\',
\n `checked_out` tinyint(1) NOT NULL default \'0\',
\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',
\n `editor` varchar(50) default NULL,
\n `custombannercode` text,
\n PRIMARY KEY (`bid`),
\n KEY `viewbanner` (`showBanner`)
\n) TYPE=MyISAM:
- - - - - - - - - -
# $Id: joomla.sql 677 2007-08-14 02:13:29Z zwiastun $

# Table structure for table `#__banner`

CREATE TABLE `#__banner` (
`bid` int(11) NOT NULL auto_increment,
`cid` int(11) NOT NULL default '0',
`type` varchar(10) NOT NULL default 'banner',
`name` varchar(50) NOT NULL default '',
`imptotal` int(11) NOT NULL default '0',
`impmade` int(11) NOT NULL default '0',
`clicks` int(11) NOT NULL default '0',
`imageurl` varchar(100) NOT NULL default '',
`clickurl` varchar(200) NOT NULL default '',
`date` datetime default NULL,
`showBanner` tinyint(1) NOT NULL default '0',
`checked_out` tinyint(1) NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`editor` varchar(50) default NULL,
`custombannercode` text,
PRIMARY KEY (`bid`),
KEY `viewbanner` (`showBanner`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table \'josi_bannerclient\' already exists SQL=# Table structure for table `josi_bannerclient`
\n
\nCREATE TABLE `josi_bannerclient` (
\n `cid` int(11) NOT NULL auto_increment,
\n `name` varchar(60) NOT NULL default \'\',
\n `contact` varchar(60) NOT NULL default \'\',
\n `email` varchar(60) NOT NULL default \'\',
\n `extrainfo` text NOT NULL,
\n `checked_out` tinyint(1) NOT NULL default \'0\',
\n `checked_out_time` time default NULL,
\n `editor` varchar(50) default NULL,
\n PRIMARY KEY (`cid`)
\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__bannerclient`

CREATE TABLE `#__bannerclient` (
`cid` int(11) NOT NULL auto_increment,
`name` varchar(60) NOT NULL default '',
`contact` varchar(60) NOT NULL default '',
`email` varchar(60) NOT NULL default '',
`extrainfo` text NOT NULL,
`checked_out` tinyint(1) NOT NULL default '0',
`checked_out_time` time default NULL,
`editor` varchar(50) default NULL,
PRIMARY KEY (`cid`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table \'josi_bannerfinish\' already exists SQL=# Table structure for table `josi_bannerfinish`
\n
\nCREATE TABLE `josi_bannerfinish` (
\n `bid` int(11) NOT NULL auto_increment,
\n `cid` int(11) NOT NULL default \'0\',
\n `type` varchar(10) NOT NULL default \'\',
\n `name` varchar(50) NOT NULL default \'\',
\n `impressions` int(11) NOT NULL default \'0\',
\n `clicks` int(11) NOT NULL default \'0\',
\n `imageurl` varchar(50) NOT NULL default \'\',
\n `datestart` datetime default NULL,
\n `dateend` datetime default NULL,
\n PRIMARY KEY (`bid`)
\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__bannerfinish`

CREATE TABLE `#__bannerfinish` (
`bid` int(11) NOT NULL auto_increment,
`cid` int(11) NOT NULL default '0',
`type` varchar(10) NOT NULL default '',
`name` varchar(50) NOT NULL default '',
`impressions` int(11) NOT NULL default '0',
`clicks` int(11) NOT NULL default '0',
`imageurl` varchar(50) NOT NULL default '',
`datestart` datetime default NULL,
`dateend` datetime default NULL,
PRIMARY KEY (`bid`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table \'josi_categories\' already exists SQL=# Table structure for table `josi_categories`
\n
\nCREATE TABLE `josi_categories` (
\n `id` int(11) NOT NULL auto_increment,
\n `parent_id` int(11) NOT NULL default 0,
\n `title` varchar(50) NOT NULL default \'\',
\n `name` varchar(255) NOT NULL default \'\',
\n `image` varchar(100) NOT NULL default \'\',
\n `section` varchar(50) NOT NULL default \'\',
\n `image_position` varchar(10) NOT NULL default \'\',
\n `description` text NOT NULL,
\n `published` tinyint(1) NOT NULL default \'0\',
\n `checked_out` int(11) unsigned NOT NULL default \'0\',
\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',
\n `editor` varchar(50) default NULL,
\n `ordering` int(11) NOT NULL default \'0\',
\n `access` tinyint(3) unsigned NOT NULL default \'0\',
\n `count` int(11) NOT NULL default \'0\',
\n `params` text NOT NULL,
\n PRIMARY KEY (`id`),
\n KEY `cat_idx` (`section`,`published`,`access`),
\n KEY `idx_section` (`section`),
\n KEY `idx_access` (`access`),
\n KEY `idx_checkout` (`checked_out`)
\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__categories`

CREATE TABLE `#__categories` (
`id` int(11) NOT NULL auto_increment,
`parent_id` int(11) NOT NULL default 0,
`title` varchar(50) NOT NULL default '',
`name` varchar(255) NOT NULL default '',
`image` varchar(100) NOT NULL default '',
`section` varchar(50) NOT NULL default '',
`image_position` varchar(10) NOT NULL default '',
`description` text NOT NULL,
`published` tinyint(1) NOT NULL default '0',
`checked_out` int(11) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`editor` varchar(50) default NULL,
`ordering` int(11) NOT NULL default '0',
`access` tinyint(3) unsigned NOT NULL default '0',
`count` int(11) NOT NULL default '0',
`params` text NOT NULL,
PRIMARY KEY (`id`),
KEY `cat_idx` (`section`,`published`,`access`),
KEY `idx_section` (`section`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`)
) TYPE=MyISAM
= = = = = = = = = =

...

zwiastun
03-08-2008, 13:59
Objaśnione w poradnikach instalacji. Tabele istnieją, boś je stworzył przy poprzedniej instalacji albo podczas tej samej instalacji i cofnąłeś się w krokach do tyłu.

beny
03-08-2008, 19:35
Człowieku rozumiesz słowo KONKRETY? Polski Joomla! jest wydawany w 5 wersjach co najmniej, sądzisz, że tu są sami jasnowidze?



Joomla! 1.0.15 Stable [ Daytime ] 22 February 2008 23:00 UTC

zwiastun
03-08-2008, 21:00
Nadal sobie piszesz, a muzom. Instalujesz polskie wydanie, a podajesz podstawowe dane wydania 1.0.15

beny
04-08-2008, 09:24
Nadal sobie piszesz, a muzom. Instalujesz polskie wydanie, a podajesz podstawowe dane wydania 1.0.15


Człowieku !! Jak już wspomniałem "raczkuje" dopiero z joomla i zwracam się z prośbą o pomoc a TY robisz z siebie nie wiem kogo !!
Jeśli nie jesteś w stanie udzielić pomocy nie wypisuj dziwnych tekstów.A nie uskuteczniasz tu swoje filozofie.


pozdrawiam
beny

zwiastun
04-08-2008, 09:57
Nie ja robię z siebie nie wiadomo kogo, tylko Ty myślisz, że na forum są cudotwórcy i jasnowidze. Wpisałeś dziesiątki linii tekstu, a nie podałeś podstawowych informacji: co to za wydanie Joomla! i skąd pobrane. Mimo pytań: co instalujesz?, uzmysłowienia, że J! jest wydawany w kilku wersjach!
Poza tym, zachowuj się!