Seite 1 von 1
Was ist zu tun ? Anleitung Mod installation
Verfasst: 02.09.2006 21:58
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
Verfasst: 02.09.2006 22:26
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
Jetzt gehen die Probleme ersdt richtig los MOD Mobythread
Verfasst: 03.09.2006 15:54
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 ?