Scoutnet vzw
http://forum.scoutnet.be/

phpnuke
http://forum.scoutnet.be/viewtopic.php?f=19&t=335
Pagina 1 van 1

Auteur:  vvksm5369 [ 10 Jan 2004 18:41 ]
Titel:  phpnuke

Ik krijg een foutmelding wanneer ik phpnuke 6.9 probeer te installeren in myphpadmin. Weet iemand wat er mis loopt?

foutmelding:
Fout

SQL-query :

--
------------------------------------------------------- --
--
--
CREATE TABLE confirm(

confirm_id char( 32 ) NOT NULL default '',
session_id char( 32 ) NOT NULL default '',
code char( 6 ) NOT NULL default '',
PRIMARY KEY ( session_id, confirm_id )
) TYPE = MYISAM

MySQL retourneerde:


#1064 - 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 '---------------------------------------------------------
--




SQL-code:

-- MySQL dump 8.22
--
-- Host: localhost Database: sn0880
---------------------------------------------------------
-- Server version 3.23.54

--
-- Table structure for table 'confirm'
--

CREATE TABLE confirm (
confirm_id char(32) NOT NULL default '',
session_id char(32) NOT NULL default '',
code char(6) NOT NULL default '',
PRIMARY KEY (session_id,confirm_id)
) TYPE=MyISAM;

--
-- Dumping data for table 'confirm'
--

Alvast bedankt voor alle tips!

Auteur:  To [ 10 Jan 2004 22:12 ]
Titel: 

Geen idee. Als ik
Code:
CREATE TABLE confirm (
confirm_id char(32) NOT NULL default '',
session_id char(32) NOT NULL default '',
code char(6) NOT NULL default '',
PRIMARY KEY (session_id,confirm_id)
) TYPE=MyISAM;

invoer in het sql-form van phpmyadmin (tweede tabblad), lukt het in elk geval wel. Maar installeert phpNuke zich niet automatisch via php-scripts?

Groet,

To

Pagina 1 van 1 Alle tijden zijn UTC + 1 uur
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/