Skip to Content Skip to Menu

comprofiler array error

  • flymo
  • flymo
  • OFFLINE
  • Posts: 3
  • Thanks: 0
  • Karma: 0
13 years 9 months ago #159673 by flymo
comprofiler array error was created by flymo
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

Please Log in or Create an account to join the conversation.

  • flymo
  • flymo
  • OFFLINE
  • Posts: 3
  • Thanks: 0
  • Karma: 0
13 years 9 months ago #159679 by flymo
Replied by flymo on topic Re: comprofiler array error
just updated the cb version and the error has disappeared.
When installing the updated modules (cb login) there were other erros

Notice: Undefined variable: row in C:\wamp\www\joom_test\libraries\joomla\installer\adapters\module.php on line 252

Notice: Trying to get property of non-object in C:\wamp\www\joom_test\libraries\joomla\installer\adapters\module.php on line 252

Even though it installed as a success, is there any issue to modify with this?
Thanks
John

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum