Nach der Portal 0.2.0 Installation

Aktuelle Version: 1.0.6
Veröffentlicht: 01.09.10
Forum rules
Vor dem erstellen neuer Supportanfragen bitte zuerst in die board3 Portal FAQ schauen und die Suche benutzen!
Viele Fragen sind bereits schon gestellt und beantwortet worden.
Bitte auch unsere Forumsregeln lesen und beachten!

Topic author
Holy~Dragon
Active Member
Posts: 18
Joined: 13. January 2008 23:02

Nach der Portal 0.2.0 Installation

Post 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 ;)
Last edited by Holy~Dragon on 3. February 2008 19:28, edited 2 times in total.
User avatar

kendoo
Tester
Posts: 121
Joined: 31. December 2007 13:25
Location: Hannover
Contact:

Re: Nach der Portal 0.2.0 Installation

Post 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
mfg Kendoo

Tragt Euch in unsere Topliste ein
Image
Community
KFA Board

Topic author
Holy~Dragon
Active Member
Posts: 18
Joined: 13. January 2008 23:02

Re: Nach der Portal 0.2.0 Installation

Post 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
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: [Erledigt] Nach der Portal 0.2.0 Installation

Post by Kevin »

Bin gerade mal auf deine Seite: sieht alles gut aus. :?

*edit*
Was hast du denn gemacht?
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

Topic author
Holy~Dragon
Active Member
Posts: 18
Joined: 13. January 2008 23:02

Re: [Erledigt] Nach der Portal 0.2.0 Installation

Post 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 :(
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: Nach der Portal 0.2.0 Installation

Post by Kevin »

Stelle mal bitte die original adm/index.php wieder her und teste ob es funktioniert.
Mit welchem Editor hast du gearbeitet?
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

Topic author
Holy~Dragon
Active Member
Posts: 18
Joined: 13. January 2008 23:02

Re: Nach der Portal 0.2.0 Installation

Post by Holy~Dragon »

Geht leider auch nicht.

Ich arbeite -immer- mit dem Crimson Editor..

Pepper
Active Member
Posts: 16
Joined: 10. January 2008 21:34
Location: Meckenheim
Contact:

Re: Nach der Portal 0.2.0 Installation

Post 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...
Man ist nur dann ein Superheld, wenn man sich selbst für Super hält!
http://www.plaudermamis.de
User avatar

kendoo
Tester
Posts: 121
Joined: 31. December 2007 13:25
Location: Hannover
Contact:

Re: Nach der Portal 0.2.0 Installation

Post 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
mfg Kendoo

Tragt Euch in unsere Topliste ein
Image
Community
KFA Board
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: Nach der Portal 0.2.0 Installation

Post 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
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

Pepper
Active Member
Posts: 16
Joined: 10. January 2008 21:34
Location: Meckenheim
Contact:

Re: Nach der Portal 0.2.0 Installation

Post 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:
Man ist nur dann ein Superheld, wenn man sich selbst für Super hält!
http://www.plaudermamis.de

Topic author
Holy~Dragon
Active Member
Posts: 18
Joined: 13. January 2008 23:02

Re: Nach der Portal 0.2.0 Installation

Post 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
User avatar

Limo198
Portal Enthusiast
Posts: 134
Joined: 23. December 2007 10:18
Location: Altmersleben
Contact:

Re: Nach der Portal 0.2.0 Installation

Post 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.
Image
User avatar

Limo198
Portal Enthusiast
Posts: 134
Joined: 23. December 2007 10:18
Location: Altmersleben
Contact:

Re: Nach der Portal 0.2.0 Installation

Post 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? :(
Image
User avatar

Limo198
Portal Enthusiast
Posts: 134
Joined: 23. December 2007 10:18
Location: Altmersleben
Contact:

Re: Nach der Portal 0.2.0 Installation

Post 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.
Image
Locked

Return to “board3 Portal 1.0.x - Deutscher Support”