Results 1 to 6 of 6

Thread: PhpBB3 and Dolphin 6.0.0005 Integration (ad free)

  1. #1
    sreejumon
    Guest

    Default PhpBB3 and Dolphin 6.0.0005 Integration (ad free)

    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.

    Code:
    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'
    Next error
    Code:
    modules_update(): invalid user identifier ($ID = '', $IsAdmin = '0')
    While registering a new user at Dolphin, I am getting the following error.
    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'
    Let me know if anyone know how to fix this issue.

    Thanks in advance
    Sree

  2. #2
    sreejumon
    Guest

    Default Dolphin 6.0.0005 and PhbBB2

    Since I couldn't find any solution for PhpBB3 integration, I am back to phbBB2.

    After integration everything looks okay. No errors. I can register to Dolphin site and same users are getting replicated in phpBB2 forum. But I am not able to login to Forum. When I checked the users password in both tables, I can see some mismatch. Dolphin Profile table and php_users table, password field values are different for same user. If I copy the password value from profile table and update the php_users table manually, login works in both sites. I guess, something to do with MD5.

    Let me know how to solve this issue.

  3. #3

    Join Date
    Sep 2007
    Posts
    47

    Default

    And when a user change his password in dolphin he cant login to phpbb. I look for it the hole day. I give up.

  4. #4
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    The table structure is different between phpBB2 and phpBB3 - so the phpbb.aemodule will need work for it to function. Did you search ModMySite about this - I thought some others had some threads already going about phpBB(2)(3) in dolphin?

    As for the password change problem - it is prob due to the password encryption currently being used - unless they match (or you use the same functions), the update will fail.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  5. #5
    sreejumon
    Guest

    Default

    hello Smoge,

    I couldn't find the solution here in this forum.. You are again stating the issues Let me know if you have any solution to solve the same issues.

    Regards
    Sree

  6. #6
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Quote Originally Posted by sreejumon View Post
    Let me know if you have any solution to solve the same issues.
    Time and effort is the solution, if nobody has done this already and posted the answers.

    If you want us to do it - please open a ticket.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 6
    Last Post: 08-21-2010, 07:14 AM
  2. PHPBB3 Dolphin 7 integration needed !
    By baday2010 in forum Boonex Dolphin 7
    Replies: 4
    Last Post: 01-14-2010, 09:16 AM
  3. 6.1 and phpbb3 free integration
    By cykilic in forum Dolphin General Discussion v6.00 and above
    Replies: 0
    Last Post: 11-14-2008, 09:21 AM
  4. Anyone synchronized Dolphin 6.1/phpbb3 integration & phpmydirectory?
    By gene99 in forum General Issues, Comments, Questions
    Replies: 0
    Last Post: 09-07-2008, 02:45 AM
  5. 500 Server Error - Dolphin-v.6.0.0005-Free Setup
    By sreejumon in forum Dolphin General Discussion v6.00 and above
    Replies: 1
    Last Post: 03-09-2008, 04:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •