php - MySQL Errors - phpBB3 -


being complete noob @ php, i've been trying install phpbb3 several mods. however, has broken site , can't receive support official forums unless know mod causing problems. here error message i'm receiving:

    sql error [ mysqli ]  have error in sql syntax; check manual corresponds mysql server version right syntax use near '*, pb.id pb_id, pb.holding pb_holding (phpbb_users u cross join phpbb' @ line 1 [1064]  sql  select u.*, z.friend, z.foe, p.*, gu.personal_album_id, gu.user_images, .*, pb.id pb_id, pb.holding pb_holding (phpbb_users u cross join phpbb_posts p) left join phpbb_zebra z on (z.user_id = 2 , z.zebra_id = p.poster_id) left join phpbb_gallery_users gu on (gu.user_id = p.poster_id) left join phpbb_points_bank pb on (pb.user_id = p.poster_id) p.post_id = 3 , u.user_id = p.poster_id  backtrace  file: (not given php) line: (not given php) call: msg_handler()  file: [root]/includes/db/dbal.php line: 757 call: trigger_error()  file: [root]/includes/db/mysqli.php line: 189 call: dbal->sql_error()  file: [root]/viewtopic.php line: 1050 call: dbal_mysqli->sql_query() 

i'm not sure other info should post here, feel free ask. thank in advance.

try find file containing in ultimate points mod, , add ,after it, this

'select'        => 'u.*, z.friend, z.foe, p.*, pb.id pb_id, pb.holding pb_holding, 

source link, in polish.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -