Originally posted by mandelism@Apr 2 2006, 03:46 AM
SQL Error : 1054 Unknown column 's.session_id' in 'where clause'
SELECT u.*, s.* FROM shop_sessions s, shop_users u WHERE s.session_id = '5b27a720c5b5aa918b5c36981f87931f' AND u.user_id = s.session_user_id
Line : 267
File : sessions.php
the problem only existed at phpbb index,only wen i once installed zencart into the DB, using the same DB n same prefix, meaning both phpBB n ZenCart havin " zen_ " prefix.. [/quote]
You can't have Zen Cart AND phpBB using the SAME "prefix". But they "can" be in the same database.
Try re-installing using 'zen_' for the Zen Cart table-prefix
and
using 'phpbb_' for the phpBB table-prefix.
When you used the same prefix, you likely caused the system to overwrite some tables.






Bookmarks