Hello,
I am trying to integrate Dolphin 6.0 (ad free version) with PhpBB3. I had searched in forum, but couldn't see any solution for the same. Hence starting a new thread again.
Phbbb3 installation went fine. I am using same DB for both Dolphin and PhpBB3.
I have phpbb.aemod to Dolphin module section. While uploading the module, I got the following error via email to admin account.
Next errorCode:phpbb FuncUpdate error: mysql_query(UPDATE phpbb_users SET `user_active` = 1, `username` = 'admin', `user_password` = MD5('0e538033cf70sdsd5d5ccf68d7b5sdsd'), `user_level` = 1, `user_rank` = 1, `user_email` = 'admin@mysite.com', `user_regdate` = UNIX_TIMESTAMP('') WHERE `user_id` = 2) Unknown column 'user_active' in 'field list'
While registering a new user at Dolphin, I am getting the following error.Code:modules_update(): invalid user identifier ($ID = '', $IsAdmin = '0')
Let me know if anyone know how to fix this issue.Code:phpbb FuncAdd error: mysql_query(INSERT INTO phpbb_users SET `user_active` = 1, `username` = 'newuser', `user_password` = MD5('400db9d6dc4a91b9f3780e988cafc526'), `user_level` = 0, `user_rank` = 0, `user_email` = 'newuser@gmail.com', `user_regdate` = UNIX_TIMESTAMP('2008-03-10 12:07:11'), `user_style` = 1, `user_lang` = 'english', `user_dateformat` = 'D M d, Y g:i a', `user_attachsig` = 1, `user_allowbbcode` = 1, `user_allowsmile` = 1, `user_allowavatar` = 1, `user_allow_viewonline` = 1, `user_id` = 53) - Hide quoted text - Unknown column 'user_active' in 'field list'
Thanks in advance
Sree


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks