By Flying Drupalist on
When I click on a user's profile. I get the following error:
* warning: preg_match() expects parameter 2 to be string, array given in /home2/mnet/public_html/includes/bootstrap.inc on line 670.
* warning: Missing argument 4 for cmt_user() in /home2/mnet/public_html/sites/all/modules/cmt/cmt_admin.inc on line 324.
The rest of the page displays normally however and is useable.
I have buddylist, activity, and invite users installed. All three modules are evident on the page.
But this error is messing up the design of the page. Please help if you can.
Comments
Well considering the error
Well considering the error message points to the Community Managed Taxonomy module (which you must also have installed), searching and/or posting an issue would be the first thing to try.
You might look at the code
For the first one (bootstrap.inc) I wonder which version of Drupal 5 you have because it does not match the copy I looked at.
As for the other one in cmt_admin.inc it has the user hook improperally declared, they have
and should have
I am on 5.7. This is the
I am on 5.7. This is the new version released a few days ago.
I to implemented your fix for CMT. Thanks! It worked!
If anyone has any ideas for the first error, it would be much appreciated!