- Adres van je forum: http://klifman.phpbbhost.nl/forum
Event. modificaties op je forum:geen
Wanneer ontstond het probleem?na updaten
phpBB versie:3.0.11
Wat is het probleem?
Eerst de foutcode van de debug:
PHP Notice: in file [ROOT]/includes/session.php on line 2355: Undefined index: viewquickreply
[phpBB Debug] PHP Notice: in file [ROOT]/viewtopic.php on line 1051: Use of undefined constant GALLERY_USERS_TABLE - assumed 'GALLERY_USERS_TABLE'
Warning: Cannot modify header information - headers already sent by (output started at /home/klifmanp/public_html/forum/includes/functions.php:3823) in /home/klifmanp/public_html/forum/includes/functions.php on line 2718
Code: Selecteer alles
Algemene fout
SQL ERROR [ mysql4 ]
Table 'klifmanp_forum.GALLERY_USERS_TABLE' doesn't exist [1146]
SQL
SELECT u.*, z.friend, z.foe, p.*, gu.personal_album_id, gu.user_images FROM (phpbb_users u CROSS JOIN phpbb_posts p) LEFT JOIN phpbb_zebra z ON (z.user_id = 19479 AND z.zebra_id = p.poster_id) LEFT JOIN GALLERY_USERS_TABLE gu ON (gu.user_id = p.poster_id) WHERE p.post_id IN (420689, 420691, 420860, 421197, 421323, 421327, 421350, 422564, 423367, 424374, 425029, 425338) AND u.user_id = p.poster_id
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()
FILE: [ROOT]/includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: [ROOT]/viewtopic.php
LINE: 1060
CALL: dbal_mysql->sql_query()
- de foutcode verwijst naar:
klifmanp_forum.GALLERY_USERS_TABLE
Maar kijk ik in de database zie ik voor de tabel nog een prefix van phpbb_ Kan dit het probleem zijn?
Daarnaast maak ik helemaal geen gebruik van de mod Gallery maar is dit een erfenis van de vorige eigenaar. Kan zo iets makkelijk verwijderd worden?