Page 1 of 2

Nach der Portal 0.2.0 Installation

Posted: 3. February 2008 19:08
by Holy~Dragon
kommt folgender Fehler im Poral:
Allgemeiner Fehler
SQL ERROR [ mysql4 ]

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 ') ORDER BY t.topic_last_post_time DESC LIMIT 5' at line 47 [1064]

SQL

SELECT t.forum_id, t.topic_id, t.topic_last_post_id, t.topic_last_post_time, t.topic_time, t.topic_title, t.topic_attachment, t.topic_views, t.poll_title, t.topic_replies, t.forum_id, t.topic_poster, u.username, u.user_id, u.user_type, u.user_colour, p.post_id, p.post_time, p.post_text, p.post_attachment, p.enable_smilies, p.enable_bbcode, p.enable_magic_url, p.bbcode_bitfield, p.bbcode_uid, f.forum_name FROM phpbb_topics AS t LEFT JOIN phpbb_users as u ON t.topic_last_poster_id = u.user_id LEFT JOIN phpbb_forums as f ON t.forum_id=f.forum_id LEFT JOIN phpbb_posts as p ON t.topic_last_post_id = p.post_id WHERE ( t.topic_type != 2 ) AND ( t.topic_type != 3) AND t.topic_status <> 2 AND t.topic_approved = 1 AND () ORDER BY t.topic_last_post_time DESC LIMIT 5

BACKTRACE
Hab absolut keene Ahnung was er mir damit sagen möchte ^^
Hab in der Installation alles gemacht, wies von mir verlang wurde. Erst hat er die daten von 0.1.0 aus der SQL deinstalliert, dann die von der 0.2.0 installiert.
Weiß wer was zu tun ist ?

Ahja: Wenn ich über die Forenansicht ins ACP will, geht gar nichts mehr.
Erstmalne ganze Menge an SQL oder PhP Zeugs, sodass ich runterscrollen muss, dann muss ich meine Daten nochmal angeben, und dann werd ich weitergeleitet.
Aber anstatt dann ins ACP weitergeleitet zu werden, bekomme ich nen Fehler, dass ich keine Administrativen Berechtigungen habe. => Und werd ausgeloggt

MfG,
Holy-Dragon

Edit: gedownloadet habe ich es erst vor ein paar Minuten ;)

Re: Nach der Portal 0.2.0 Installation

Posted: 3. February 2008 19:12
by kendoo
das war bei mir auch, rufe einfach die index.php direkt auf und Du kommst ins ACP, dort im Newsblock eine gültige TopicID angeben oder ganz deaktivieren erstmal

Re: Nach der Portal 0.2.0 Installation

Posted: 3. February 2008 19:19
by Holy~Dragon
Holy~Dragon wrote: Ahja: Wenn ich über die Forenansicht ins ACP will, geht gar nichts mehr.
Erstmalne ganze Menge an SQL oder PhP Zeugs, sodass ich runterscrollen muss, dann muss ich meine Daten nochmal angeben, und dann werd ich weitergeleitet.
Aber anstatt dann ins ACP weitergeleitet zu werden, bekomme ich nen Fehler, dass ich keine Administrativen Berechtigungen habe. => Und werd ausgeloggt
Ich komm ja gar net in ACP, aber ich werds über die SQL mal probieren :lol:

EDIT: Funtzt, danke :D

Re: [Erledigt] Nach der Portal 0.2.0 Installation

Posted: 3. February 2008 19:22
by Kevin
Bin gerade mal auf deine Seite: sieht alles gut aus. :?

*edit*
Was hast du denn gemacht?

Re: [Erledigt] Nach der Portal 0.2.0 Installation

Posted: 3. February 2008 19:27
by Holy~Dragon
Ja liegt daran, dass es nun geht.
Problem jetzt, ich komm nicht in ACP O.o

Hier mein vorgehen:
Ich geh auf Administrations-Bereich im Footer, gebe mein Namen und mein Passwort ein.
Dort steht im header dann schonmal folgendes:
[.....]rray(); // Now search in acp and mods folder for permissions_ files. foreach (array('acp/', 'mods/') as $path) { $dh = @opendir($user->lang_path . $path); if ($dh) { while (($file = readdir($dh)) !== false) { if ($file !== 'permissions_phpbb.' . $phpEx && strpos($file, 'permissions_') === 0 && substr($file, -(strlen($phpEx) + 1)) === '.' . $phpEx) { $files_to_add[] = $path . substr($file, 0, -(strlen($phpEx) + 1)); } } closedir($dh); } } if (!sizeof($files_to_add)) { return false; } $user->add_lang($files_to_add); return true; } ?>[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3395: Cannot modify header information - headers already sent by (output started at /includes/functions_admin.php:161)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3397: Cannot modify header information - headers already sent by (output started at /includes/functions_admin.php:161)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3398: Cannot modify header information - headers already sent by (output started at /includes/functions_admin.php:161)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3399: Cannot modify header information - headers already sent by (output started at /includes/functions_admin.php:161)
(Am Anfang sehr sehr viel weggemacht)
Ich kann aber trotzdem alles eingeben und mich dann für den ACP einloggen

Dann sagt er mir, dass ich in den Admin Bereich weitergeleitet werde.
Dort steht dann dies im Header:
[.....]'permissions_phpbb.' . $phpEx && strpos($file, 'permissions_') === 0 && substr($file, -(strlen($phpEx) + 1)) === '.' . $phpEx) { $files_to_add[] = $path . substr($file, 0, -(strlen($phpEx) + 1)); } } closedir($dh); } } if (!sizeof($files_to_add)) { return false; } $user->add_lang($files_to_add); return true; } ?>[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions_admin.php:161)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions_admin.php:161)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions_admin.php:161)

Warning: Cannot modify header information - headers already sent by (output started at /usr/export/www/vhosts/funnetwork/hosting/lilly1991/holyforum/phpbb3/includes/functions_admin.php:161) in /usr/export/www/vhosts/funnetwork/hosting/lilly1991/holyforum/phpbb3/includes/functions.php on line 3395

Warning: Cannot modify header information - headers already sent by (output started at /usr/export/www/vhosts/funnetwork/hosting/lilly1991/holyforum/phpbb3/includes/functions_admin.php:161) in /usr/export/www/vhosts/funnetwork/hosting/lilly1991/holyforum/phpbb3/includes/functions.php on line 3397

Warning: Cannot modify header information - headers already sent by (output started at /usr/export/www/vhosts/funnetwork/hosting/lilly1991/holyforum/phpbb3/includes/functions_admin.php:161) in /usr/export/www/vhosts/funnetwork/hosting/lilly1991/holyforum/phpbb3/includes/functions.php on line 3398

Warning: Cannot modify header information - headers already sent by (output started at /usr/export/www/vhosts/funnetwork/hosting/lilly1991/holyforum/phpbb3/includes/functions_admin.php:161) in /usr/export/www/vhosts/funnetwork/hosting/lilly1991/holyforum/phpbb3/includes/functions.php on line 3399
(Am Anfang sehr sehr viel weggemacht)
Dann kommt eine Weiterleitung, zu ner Meldung wie dieser:
Information

Ein Zugriff auf den Administrations-Bereich ist nicht möglich, da du keine administrativen Berechtigungen hast.
Und die fehler stehen noch immer dort :(

Re: Nach der Portal 0.2.0 Installation

Posted: 3. February 2008 20:22
by Kevin
Stelle mal bitte die original adm/index.php wieder her und teste ob es funktioniert.
Mit welchem Editor hast du gearbeitet?

Re: Nach der Portal 0.2.0 Installation

Posted: 3. February 2008 20:41
by Holy~Dragon
Geht leider auch nicht.

Ich arbeite -immer- mit dem Crimson Editor..

Re: Nach der Portal 0.2.0 Installation

Posted: 3. February 2008 20:56
by Pepper
kendoo wrote:das war bei mir auch, rufe einfach die index.php direkt auf und Du kommst ins ACP, dort im Newsblock eine gültige TopicID angeben oder ganz deaktivieren erstmal
Wo finde ich den Newsblock im ACP? Ich habe den selben Fehler...

Re: Nach der Portal 0.2.0 Installation

Posted: 3. February 2008 21:00
by kendoo
unter Mods -> Aktuelle Beiträge und Aktuelle Themen hab iich in beiden die ForenID entfernt, weil es die vorgegebene wohl nicht gibt oder wie auch immer

Re: Nach der Portal 0.2.0 Installation

Posted: 3. February 2008 21:06
by Kevin
Holy~Dragon wrote:Geht leider auch nicht.

Ich arbeite -immer- mit dem Crimson Editor..
Deine functions_admin.php scheint zerschossen zu sein (der Inhalt der Datei wird dir ja offensichtlich ausgegeben, und nicht verarbeitet). Kann es sein das du die im falschen FTP Modus geschoben hast?
Siehe auch http://www.phpbb.de/doku/kb/binaer_ascii

Re: Nach der Portal 0.2.0 Installation

Posted: 3. February 2008 21:27
by Pepper
kendoo wrote:unter Mods -> Aktuelle Beiträge und Aktuelle Themen hab iich in beiden die ForenID entfernt, weil es die vorgegebene wohl nicht gibt oder wie auch immer
OK, bei mir hat's glücklicherweise funktioniert... :idea:

Re: Nach der Portal 0.2.0 Installation

Posted: 3. February 2008 22:17
by Holy~Dragon
Kevin wrote:
Holy~Dragon wrote:Geht leider auch nicht.

Ich arbeite -immer- mit dem Crimson Editor..
Deine functions_admin.php scheint zerschossen zu sein (der Inhalt der Datei wird dir ja offensichtlich ausgegeben, und nicht verarbeitet). Kann es sein das du die im falschen FTP Modus geschoben hast?
Siehe auch http://www.phpbb.de/doku/kb/binaer_ascii
Hab sie neu hochgeladen...
Hat ebenfalls nichts gebracht ...
Langsam aber sicher werd ich ratlos :o

Re: Nach der Portal 0.2.0 Installation

Posted: 4. February 2008 11:56
by Limo198
Hallo.

Bei mir sagt er wenn ich auf Aktualisieren klicke das hier:

Code: Select all

Allgemeiner Fehler
SQL ERROR [ mysql4 ]

BLOB/TEXT column 'config_value' used in key specification without a key length [1170]

SQL

ALTER TABLE 1phpbb_portal_config CHANGE config_value config_value text NOT NULL

BACKTRACE


FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()

FILE: install_portal/install.php
LINE: 829
CALL: dbal_mysql->sql_query()

Was ist das? Hab eigentlich nur die Install laufen lassen und auf Aktualisieren geklickt.

Re: Nach der Portal 0.2.0 Installation

Posted: 4. February 2008 12:30
by Limo198
Nachdem ich die ganze Sache nochmal draufgespielt habe, also die alte Version, hab ich das Portal anscheinend nun ganz abgeschossen.

Guckt: http://www.wetterstammtisch.de



Und nu? :(

Re: Nach der Portal 0.2.0 Installation

Posted: 4. February 2008 13:44
by Limo198
Habs schon einigermaßen wieder hinbekommen. Man sollte evtl. das Aktualisieren nicht nutzen. Nachdem ich eine Sicherheitskopie wieder drübergespielt habe, hab ich erst deinstalation gemacht und dann instalation. Danach lief es.