Project:phpBB Forum Integration
Version:6.x-2.0-beta2
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

I get these errors after users logged out. but disappears when they are logged in. my site www.itsourcecan.com

warning: array_search() [function.array-search]: Wrong datatype for second argument in /public_html/itsourcecan.com/sites/all/modules/phpbbforum/phpbbforum.module on line 483.
warning: array_search() [function.array-search]: Wrong datatype for second argument in /public_html/itsourcecan.com/sites/all/modules/phpbbforum/phpbbforum.module on line 486.
warning: array_search() [function.array-search]: Wrong datatype for second argument in /public_html/itsourcecan.com/sites/all/modules/phpbbforum/phpbbforum.module on line 489.

Comments

#1

I have just retested this part of code with xdebug. No warnings. Second argument is array as it should be.
Do not know what to think.
But I have noticed you are using Windows Live ID. I have not tested with it. It will take some time.

See in phpinfo check and set on if yours is off

Directive Local Value Master Value
allow_call_time_pass_reference On On

#2

Did you find the problem?

#3

I'm testing it again in my development server as I have uninstalled it at my site. I also notice that drupal users are not synchronized with phpbb. I'm not sure if you have to run a simple query to import drupal users to phpbb. I'll try to integrate phpbb again once I figured out what the problem is in my developement server.

Thnx for the reply.

#4

Status:active» closed (fixed)