Closed (fixed)
Project:
phpBB Forum Integration
Version:
6.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 May 2009 at 12:16 UTC
Updated:
9 Jan 2012 at 07:47 UTC
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
Comment #1
vb commentedI 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
Comment #2
vb commentedDid you find the problem?
Comment #3
ja1d3n commentedI'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.
Comment #4
fizk commented