By Trappies on
Hi,
I am getting the following error when guys post on certain topics.
Fatal error: Unsupported operand types in /var/www/www.site.com/htdocs/includes/common.inc on line 1275
I am not sure why it does this but it's very annoying. I am running tinymce. Could that perhaps cause the above error?
Thanks in advance,
Davin.
Comments
That's the url function
So the problem is likely the piece of code that's calling the url function. My guess is that the second parameter passed isn't an array.
Use this article http://www.lullabot.com/articles/quick_and_dirty_debugging to backtrace where the call originated and fix the problem there (or post here if you get stuck)
HTH
- Arie