Whenever the module is enabled on my page, I get these errors poppping up.
Note: I have two quotes added since my old quote module is deprecated in Drupal 7.x
Notice: Undefined index: aid_filter in quotes_block_where_sql() (line 1880 of /sites/all/modules/quotes/quotes.module).
Notice: Undefined index: view_text in theme_quotes_block() (line 1686 of /sites/all/modules/quotes/quotes.module).
Notice: Undefined index: more_text in theme_quotes_block() (line 1687 of /sites/all/modules/quotes/quotes.module).
Notice: Undefined index: rand_freq in theme_quotes_block() (line 1688 of /sites/all/modules/quotes/quotes.module).
Notice: Undefined index: max_length in theme_quotes_block() (line 1716 of /sites/all/modules/quotes/quotes.module).
Notice: Undefined index: show_citation in theme_quotes_block() (line 1721 of /sites/all/modules/quotes/quotes.module).
Comments
Comment #1
ctmattice1 commentedTry going into the quotes general config settings and re-save that configuration page.
Comment #2
motivez commentedJust tried that, didn't change anything.
If I go into the block configuration, I get some additional errors:
Comment #3
motivez commentedI just did an uninstall and a complete re-install.
Attempting to save the 'block' settings page results in:
Note: I have no quotes, and this breaks my entire page.
It seems the order must be:
1) Install module
2) Create at least 1 quote using the module / Save "General Settings"
3) Configure block
For the module to work properly.
Comment #4
ctmattice1 commentedUninstalled - Reinstalled on Drupal 7.x-dev with php 5.4.4
Do not experience these issues. Can set blocks without a quote entry with no errors.
Will download and install 7.18 on my linux server running php 5.3.??? in a couple of days to determine where the differences are.
Comment #5
ctmattice1 commentedDown grading to normal
Comment #6
ctmattice1 commentedClosing old issue.