Hello All
I have been trying to get a new install of J1.5.22 to work (php5.3.5) and I have been diligently debugging all of the depreciated errors.
I have hit a wall with the following:
Warning: call_user_func_array() expects parameter 2 to be array, string given in C:\wamp\www\joom_test\administrator\components\com_comprofiler\plugin.foundation.php on line 1523 and it relates to the following function
Code:
[code type=php]function _tryCmsDoc( $type, $params ) {
if ( $this->_cmsDoc ) {
call_user_func_array( array( $this->_cmsDoc, $type ), $params );
return true;
}
return false;
}
[/code]
I would appreciate any help or suggestions as I have googled extensively without any success.
Many thanks
John