Hilfe??!?!?!

Probleme bei der regulären Arbeiten mit phpBB, Fragen zu Vorgehensweisen oder Funktionsweise sowie sonstige Fragen zu phpBB im Allgemeinen.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Florian

Hilfe??!?!?!

Beitrag von Florian »

Hab den Gästebuch "Hack" installiert

http://agb-phpbb.fr.st


Folgender Fehler :(

Code: Alles auswählen

Could not insert new word matches

DEBUG MODE

SQL Error : 1054 Unknown column 'test' in 'field list'

INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) SELECT test, word_id, 0 FROM phpbb_search_wordlist WHERE word_text IN ('test')

Line : 242
File : /home/www/wev155/html/Forum/includes/functions_search.php
Die Installationsanweisung - die Datenbanken sind auch hinzugefügt

Code: Alles auswählen

################################################################# 
## Mod Title: phpBB-book (Livre d'Or) 
## Mod Version: 1.2 
## Rev Date: November 24, 2002 
## 
## by: DREAMY <david.cuignet@orange.fr -support guestbook http://www.agb-phpbb.fr.st/> 
## 
## Description: This MOD makes it possible to add a guestbook to your phpBB forum 
## 
## Installation Level: Easy 
## Installation Time: 3 Minutes 
## Files To Edit: 1 
## Included Files: 11 
## 
## 
################################################################# 
## Security Disclaimer: This MOD Cannot Be Posted To Or Added At Any Non-Official phpBB Sites 
################################################################# 
## 
#-----[ UPLOAD]------------------------------------------ 
# 

Copy all files to their respective Location (the directory structure is in the folder root) 

-> posting2.php 
-> admin.php 
-> guestbook.php 
-> db_guestbook.php 

-> images/ 
-> includes/ 
-> langages/ 
Attention au template qui est ici "suBsilver" ! 

-> templates/suBsilver/ 


# 
#-----[ SQL tables]------------------------------------------ 
# 

root/forum/db_guestbook.php 

the update of the tables will be done automatically 


# 
#-----[ OPEN ]------------------------------------------ 
# 
includes/page_header.php 

# 
#-----[ FIND ]------------------------------------------ 
# 
'L_WHOSONLINE_MOD' => sprintf($lang['Mod_online_color'], '<span style="color:#' . $theme['fontcolor2'] . '">', '</span>'), 

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 
'L_GUESTBOOK' => $lang['Guestbook'], 

# 
#-----[ OPEN ]------------------------------------------ 
# 
language/lang_french/lang_main.php 

# 
#-----[ FIND ]------------------------------------------ 
# 
// 
// That's all Folks! 
// 
# 
#-----[ BEFORE, ADD ]------------------------------------------ 
# 
//Add on for Guestbook 
$lang['Gender'] = 'Sex'; 
$lang['Male'] = 'Male'; 
$lang['Female']='Female'; 
$lang['Guestbook']='Guestbook'; 
$lang['Return']='return Guestbook'; 
$lang['Name']='Name'; 
$lang['Comment']='Comments'; 
$lang['From']='From'; 
$lang['Sign']='Sign guestbook'; 


# 
#-----[ OPEN ADMIN FORUM ]------------------------------------------ 
# 
1 - Create a new category "Guestbook" in the administration of your forum 
2 - Create a new forum "Guestbook" in the Guestbook category 

# 
#-----[ RETURN INDEX FORUM ]------------------------------------------ 
# 
1 - Go in the forum "Guestbook" in the category "Guestbook" 
2 - Copy the link "create a new message" 

This URL must be like this 
http://www.votre-site/votre-forum/posting.php?mode=newtopic&f=1&sid=xxxxxxxxxxxxxxxxxxxx 

Stick your URL in your navigator and change in this URL posting.php by admin.php 

This URL must be like this 
http://www.votre-site/votre-forum/admin.php?mode=newtopic&f=1&sid=xxxxxxxxxxxxxxxxxxxxxxx 

3 - You can now validate the address and establish your first message as 
an administrator. If you want to be informed with each new signature 
do not forget to notch the option 
" To inform me when an answer is posted " 

4 - Now look at your new message and locate the number of this one by 
looking at the URL in top of your navigator. 

That must give for example http://www.votre-site/votre-forum/viewtopic.php?t=1 ->ici le chiffre à retenir c'est -1- 

# 
#-----[ OPEN ]------------------------------------------ 
# 
templates/subSilver/overall_header.tpl 

# 
#-----[ FIND ]------------------------------------------ 
# 

<td height="25" align="center" valign="top" nowrap><span class="mainmenu"><a href="viewtopic.php?p=4" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a> 


# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 

<a href="guestbook.php?t=x" class="mainmenu"><img src="templates/subSilver/images/icon_mini_guestbook.gif" width="12" height="13" border="0" alt="{L_GUESTBOOK}" hspace="3" />{L_GUESTBOOK}</a> 

- and in this line replace X by the number which you retained. (Either the 1 in the example) 

that will give 

<a href="guestbook.php?t=1" class="mainmenu"><img src="templates/subSilver/images/icon_mini_guestbook.gif" width="12" height="13" border="0" alt="{L_GUESTBOOK}" hspace="3" />{L_GUESTBOOK}</a> 

# 
#-----[ OPEN TABLE phpbb_categories with PHPmyadmin ]------------------------------------------ 
# 
# 

erase the category "Guestbook" 


# 
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
# 

#-----[ SECURITY ]------------------------------------------ 
# 
Before using your Guestbook please remove the following files on your ftp 

admin.php, posting_body3.tpl et db_guestbook.php 

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

Your guestbook is ready!! You can reach it while clicking on the bond delivers of gold in top of your forum.
PhilippK
Vorstand
Vorstand
Beiträge: 14662
Registriert: 13.08.2002 14:10
Wohnort: Stuttgart
Kontaktdaten:

Beitrag von PhilippK »

Nachdem der Fehler in der functions_search.php auftritt, von der der Mod nicht einmal träumt geschweige denn sie anfasst, dürfte der Mod wohl kaum die Ursache sein.
Hast du noch was anderes installiert? Die Suchabfrage ist jedenfalls 'etwas' durcheinandergeraten. Wenn du sonst keine Mods installiert hast, würde ich die inlcudes/functions_search.php einfach neu auf den Server spielen.

Gruß, Philipp
Kein Support per PN!
Der Sozialstaat ist [...] eine zivilisatorische Errungenschaft, auf die wir stolz sein können. Aber der Sozialstaat heutiger Prägung hat sich übernommen. Das ist bitter, aber wahr. (Horst Köhler)
Meine Mods
Antworten

Zurück zu „phpBB 2.0: Administration, Benutzung und Betrieb“