[x] Navigation

[x] Languages

[x] Design
Each user can view the site with a different theme.
Themes marked with a * also change the forum look.

Fehler beim installieren des moduls guestbook4you

This forum is locked: you cannot post, reply to, or edit topics.    This topic is locked: you cannot edit posts or make replies.    Printer Friendly Page     Forum Index ›  Guestbook 4U

View previous topic :: View next topic  
Author Message
merlin
Agent
Agent

Offline Offline
Joined: May 12, 2004
Posts: 73
Location: Allgäu
PostPosted: 25.05.2004 15:27
Post subject: Fehler beim installieren des moduls guestbook4you

wer kann mir helfen, bekomme fehler bei der Installation des moduls und zwar: MySQL Error while executing:
INSERT INTO cpg_guestbook4u_config` VALUES (1, 5, 1, '....', 1, 1, 1, 0, 0, 600, 0, 1, 0, 0)

meine seite wächst, könnt ja mal vorbeischauen www.markus-merk.com

gruß und dank

merlin


merlin's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Server OS = Debian-Lenny / MySQL = 5.0.51a / PHP = 5.2.6 / CPG-Nuke = 9.2.1
Back to top
View user's profile
Ertan
Webmaster
Webmaster

Offline Offline
Joined: Mar 19, 2004
Posts: 1264
Location: Germany
PostPosted: 26.05.2004 14:11
Post subject: Re: Fehler beim installieren des moduls guestbook4you

danke hatte sich ein fehler in cpg_inst.php eingeschlichen

habe version in downloads verbessert

INSERT INTO cpg_guestbook4u_config` VALUES (1, 5, 1, '....', 1, 1, 1, 0, 0, 600, 0, 1, 0, 0)

` entfernen und ' --> "

richtig :
INSERT INTO cpg_guestbook4u_config VALUES (1, 5, 1, "....", 1, 1, 1, 0, 0, 600, 0, 1, 0, 0)

in cpg_inst.php
zeile 62:



$queries[] = "INSERT INTO ".$prefix."_guestbook4u_config` VALUES (1, 5, 1, '....', 1, 1, 1, 0, 0, 600, 0, 1, 0, 0)";

ersetzen mit :

$queries[] = "INSERT INTO ".$prefix."_guestbook4u_config VALUES (1, 5, 1, "....", 1, 1, 1, 0, 0, 600, 0, 1, 0, 0)";


Ertan's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Send e-mail Visit poster's website Photo Gallery
Reha
Agent
Agent

Offline Offline
Joined: Apr 20, 2004
Posts: 87
Location: Stuttgart
PostPosted: 29.05.2004 03:55
Post subject: Re: Fehler beim installieren des moduls guestbook4you

Also ich habe die SQL so verändert und läuft gut mit 8.2a.rar

-------------------------------------------------------------------------------------

# Erstellungszeit: 5.5 2004 um 20:29
# Server Version: 3.23.58
# PHP-Version: 4.2.3
#


# Guestbook 4U version 0.7
# (Deutsch & Englisch & Türkisch )


# --------------------------------------------------------

# cms4u_ mit eigenem prefix ersetzen
# Tabellenstruktur für Tabelle `cms2006_guestbook4u`
#


CREATE TABLE `cms_guestbook4u` (
`id` int(9) NOT NULL auto_increment,
`name` varchar(50) NOT NULL default '',
`email` varchar(60) NOT NULL default '',
`url` varchar(70) NOT NULL default '',
`date` int(11) NOT NULL default '0',
`host` varchar(60) NOT NULL default '',
`comment` text NOT NULL,
`user` smallint(1) default '0',
PRIMARY KEY (`id`)
) ;

#
# Daten für Tabelle `cms2006_guestbook4u`
#

# --------------------------------------------------------

#
# Tabellenstruktur für Tabelle `cms2006_guestbook4u_queue`
#


CREATE TABLE `cms_guestbook4u_queue` (
`id` int(9) NOT NULL auto_increment,
`name` varchar(50) NOT NULL default '',
`email` varchar(60) NOT NULL default '',
`url` varchar(70) NOT NULL default '',
`date` int(11) NOT NULL default '0',
`host` varchar(60) NOT NULL default '',
`comment` text NOT NULL,
`user` smallint(1) default '0',
PRIMARY KEY (`id`)
) ;

#
# Daten für Tabelle `cms2006_guestbook4u_queue`
#

CREATE TABLE `cms_guestbook4u_config` (
`id` int(9) NOT NULL auto_increment,
`entries_per_page` int(4) NOT NULL default '5',
`edited_text` int(1) NOT NULL default '1',
`intro_text` tinytext NOT NULL,
`allow_html` int(1) NOT NULL default '0',
`allow_smilies` int(1) NOT NULL default '1',
`allow_nbbcode` int(1) NOT NULL default '1',
`show_id` int(1) NOT NULL default '0',
`show_ip` int(1) NOT NULL default '0',
`max_wordlength` int(4) NOT NULL default '0',
`confirmation` int(1) default '1',
`show_rightblocks` int(1) NOT NULL default '0',
`regonly` int(1) NOT NULL default '0',
`show_userinfo` int(1) NOT NULL default '0',
PRIMARY KEY (`id`)
) ;

#
# Daten für Tabelle `cms2006_guestbook4u_config`
#

INSERT INTO `cms_guestbook4u_config` VALUES (1, 5, 1, '....', 1, 1, 1, 0, 0, 600, 0, 1, 0, 0);

-------------------------------------------------------------------------------------



Also nuke geändert zu cms und user entrie ERROR behoben,
mann kann wieda Posten Smile


Reha please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile ICQ Number MSN Messenger Photo Gallery
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.    This topic is locked: you cannot edit posts or make replies.    Printer Friendly Page    Forum Index ›  Guestbook 4U
Page 1 of 1
All times are GMT + 1 Hour



Jump to:  


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum




Interactive software released under GNU GPL, Code Credits, Privacy Policy