Fatal error: Unsupported operand types in /site/includes/common.inc on line 1435

this error similar to the issue
http://drupal.org/node/229664
but
1 its on a different line on common.inc on line 1435
2) it's not just on admin/build/views but renders all site blank -whitesceen- with this error
so there is no way of even disable the views -except deleting module with FTP than site is back -without the views

steps taken---
- I have deleted all modules except views and cck with FTP
- I cleaned all caches with phpMyAdmin

when i delete the views module site is back, so its to do with the views & when i upload and activate the views.module the error is back
-possibly views conflict with some other tables -not sure what and difficult to know what module as i have no other module 'active'

just reporting this error, and see if duplicated by others too, also appreciate if there is way out of this, a fix of some sort

thanks

Comments

merlinofchaos’s picture

That error indicates a bad call to the l() function. That's going to be pretty hard to spot as I don't get the error. However, there is something you might be able to to do to help trace this:

If you put, at line 1432 in common.inc, and *only* while you have views enabled, the following code, we can get some debug information:

  if (!is_array($options)) { vsm_trace(); }
ica’s picture

Thank you,
meanwhile out of frustration of the blank screen error i have installed whole and imported and update a whole site again, so i can not test your suggestion of debug.. (by the way it was an update from Drupal 5/ views1 -forgot to mention)

update went fine and so far no views errors works fine.. I also dropped the views1 tables, so its a clean start for the views
-if i get the same error some reason i'll try your debug above

cheers

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)

marking nmi since there's not much I can do until we reproduce this; mark it back to 'active' if/when you do, so that it will appear in my list again.

Boletus’s picture

Just got this as well. I installed a language pack to webform module, and I think it deleted previously translated strings. I can view some of the site, but not enter administration overview. I can look at admin/build/views though.

Any thoughts?

dave reid’s picture

Take a look at the new Troubleshooting FAQ page on this error for information on how to debug and fix this problem.

esmerel’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

No update for more than 30 days.