Notice: Undefined offset: 0 in quotes_block_view() (line 938 of ../sites/all/modules/quotes/quotes.module).
PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'vid' cannot be null: UPDATE {quotes_blocks} SET vid=:db_update_placeholder_0, cron_last=:db_update_placeholder_1 WHERE (bid = :db_condition_placeholder_0) ; Array ( [:db_update_placeholder_0] => [:db_update_placeholder_1] => 1346718554 [:db_condition_placeholder_0] => 1 ) in quotes_block_view() (line 942 of ../sites/all/modules/quotes/quotes.module).

This error appears after I Uninstalled quotes module without removing the block I created for showing quotes, then I reinstall it, and create a block to show quotes, but this error came up. note: I updated my module to the latest version.

Please Help.
Thanks.

Comments

ctmattice1’s picture

Status: Active » Postponed (maintainer needs more info)

I can not reproduce this error, either on just disabling the module nor on a complete uninstall, then re-enabling quotes. What version of drupal are you using and the enabled modules.

On uninstall, all of the quotes blocks should have been removed from the system. The exception to this may be a very early 7.x dev version of quotes.

ala_samodi’s picture

Status: Postponed (maintainer needs more info) » Active

Hi again;

The problem solved when I created quote block.

note: I'm using the latest version of Drupal and quotes module.

Thanks

Bye

ctmattice1’s picture

Status: Active » Closed (cannot reproduce)