Was ist zu tun ? Anleitung Mod installation

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
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.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Gerard2
Mitglied
Beiträge: 60
Registriert: 04.05.2006 13:18
Wohnort: Weener/ Ostfriesland

Was ist zu tun ? Anleitung Mod installation

Beitrag von Gerard2 »

Hallo

ich möchte dem Mobythread insatllieren.

was ist hier zu tun ?

Code: Alles auswählen

#
#-----[ SQL ]------------------------------------------
#
ALTER TABLE phpbb_posts ADD parent_id MEDIUMINT(8) DEFAULT '0' NOT NULL;
ALTER TABLE phpbb_users ADD user_topic_view varchar(15) DEFAULT 'threads' NOT NULL;
INSERT INTO phpbb_config (config_name, config_value) VALUES( 'default_topic_view', '1');
UPDATE phpbb_users SET user_topic_view = '' WHERE user_id = -1;

Es wäre nett wenn mir eine(r) erklären könnte was hier gemeint ist, was hier zu tun ist ?

au revoir

Gérard

Meine Baustelle
Gulaschk@none
Mitglied
Beiträge: 1542
Registriert: 17.01.2006 12:43

Beitrag von Gulaschk@none »

öffne dein phpMyAdmin ,das findest du dort wo du dein datenbank bearbeitest !

wenn du dort angekommen bist steht da oben links sql ( button ) den öffnen den sql eingeben aus der install ausführen und fertig ist das ganze
Gerard2
Mitglied
Beiträge: 60
Registriert: 04.05.2006 13:18
Wohnort: Weener/ Ostfriesland

Jetzt gehen die Probleme ersdt richtig los MOD Mobythread

Beitrag von Gerard2 »

Hallo

das mit dem sql befehl auf phpMyAdmin habe ich verstanden und ohne Fehlermeldungen erhalten zu haben durch geführt.

Bei der weiteren Intallation hängt es jetzt aber:

A)
-> Anleitung:
Run install/update_existing_posts.php to update previous posts so that they are
able to be viewed in threaded mode


Datei hochgeladen und aufgerufen, folgende Fehlermeldungen erhalten:



Warning: main() [function.main]: open_basedir restriction in effect. File(../config.php) is not within the allowed path(s): (/srv/www/vhosts/kostenlos-php.de/subdomains/entenforum/httpdocs:/tmp) in /srv/www/vhosts/kostenlos-php.de/subdomains/entenforum/httpdocs/update_existing_posts.php on line 35

Warning: main(../config.php) [function.main]: failed to open stream: Operation not permitted in /srv/www/vhosts/kostenlos-php.de/subdomains/entenforum/httpdocs/update_existing_posts.php on line 35

Warning: main() [function.include]: Failed opening '../config.php' for inclusion (include_path='.:/usr/share/php') in /srv/www/vhosts/kostenlos-php.de/subdomains/entenforum/httpdocs/update_existing_posts.php on line 35
This will update all existing post in your phpbb forum
Establishing a connection.....
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'wwwrun'@'localhost' (using password: NO) in /srv/www/vhosts/kostenlos-php.de/subdomains/entenforum/httpdocs/update_existing_posts.php on line 42
[ Complete ]
Connecting to database and
updating parent_id colum.....
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /srv/www/vhosts/kostenlos-php.de/subdomains/entenforum/httpdocs/update_existing_posts.php on line 50

Warning: mysql_query() [function.mysql-query]: Access denied for user 'wwwrun'@'localhost' (using password: NO) in /srv/www/vhosts/kostenlos-php.de/subdomains/entenforum/httpdocs/update_existing_posts.php on line 60

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /srv/www/vhosts/kostenlos-php.de/subdomains/entenforum/httpdocs/update_existing_posts.php on line 60
[ Failed ]
Error: Could not open topics table



Was ist zu tun ?

Wenn ich das richtig verstanden habe dient es nur dazu, die alten Beiträge Threadview fähig zu machen.

Habe also erstmal weiter installiert, um zu schauen ob neue Beiträge als Threadview dargestellt werden.

Kann keine Antworten erstellen:

Could not obtain topic watch information

DEBUG MODE

SQL Error : 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 'AND user_id = 2' at line 4

SELECT topic_id FROM phpbb_topics_watch WHERE topic_id = AND user_id = 2

Line : 434
File : posting.php


Kann keine neuen Themen beginnen. Nach dem Absenden diese Meldung:



Error in posting

DEBUG MODE

SQL Error : 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 ')' at line 1

INSERT INTO phpbb_posts (topic_id, forum_id, poster_id, post_username, post_time, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig, parent_id) VALUES (24, 6, 2, '', 1157291662, '5510d069', 1, 0, 1, 1, )

Line : 246
File : functions_post.php


Tja un nu ?
Antworten

Zurück zu „phpBB 2.0: Mod Support“