It seems to be a bit of a known error to insiders; XML Parse errors (Mozillas: site disappears) and in IE the theme disappears + errors on the block page.

No, this time I had the standard theme and all blocks removed on a new database, testing module for module, until this module was isolated.

See: http://drupal.org/node/809244#comment-3054884

"JQuery Menu" might or might not have to do with it, but is not the cause according to the developer. JQuery Menu is just sensitive for such errors from other modules.

Maybe this would be of a help (was suggested somewhere to find similar errors): http://feedvalidator.org/

Comments

vacilando’s picture

Hi,

I was getting errors like these on the block page:

# user warning: Duplicate entry '0' for key 'tmd' query: INSERT INTO blocks () VALUES () in /mnt/data-store/www/includes/common.inc on line 3473.
# warning: Cannot use a scalar value as an array in /mnt/data-store/www/modules/block/block.module on line 252.
# warning: Cannot use a scalar value as an array in /mnt/data-store/www/modules/block/block.module on line 253.
# warning: Cannot use a scalar value as an array in /mnt/data-store/www/modules/block/block.module on line 254.
# warning: Cannot use a scalar value as an array in /mnt/data-store/www/modules/block/block.module on line 259.
# user warning: Duplicate entry '0' for key 'tmd' query: INSERT INTO blocks () VALUES () in /mnt/data-store/www/includes/common.inc on line 3473.
# warning: Cannot use a scalar value as an array in /mnt/data-store/www/modules/block/block.module on line 264.
......

I've put a debug on line 252 and found that indeed the value of $block is a scalar and not array.
I've found that the submodule Drawing Demo is causing this. After deactivating it problems disappeared.
Please correct Drawing Demo in this regard.

danielb’s picture

Assigned: Unassigned » danielb
danielb’s picture

Status: Active » Fixed

Thanks, sorry I didn't find this earlier. Even though I am a committer here, the issues do not appear for me in my dashboard, so I kinda forgot this module exists.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.