I just installed this module, and I get the following wrror. It seems like there was no author table created when the module was installed.
* user warning: Table '.... d5quotes_authors' doesn't exist query: SELECT qa.aid FROM d5quotes_authors qa WHERE qa.name='Dr. Michael Yessis' in .... includes/database.mysql.inc on line 174.
* user warning: Table '.... d5quotes_authors' doesn't exist query: INSERT INTO d5quotes_authors (name) VALUES ('Dr. Michael Yessis') in .... includes/database.mysql.inc on line 174.
* Quotes: insert author failed.
* user warning: Table '.... d5quotes_authors' doesn't exist query: SELECT aid FROM d5quotes_authors qa WHERE qa.name='Dr. Michael Yessis' in .... includes/database.mysql.inc on line 174.
* Quotes: get aid failed.
* user warning: Table '..... d5quotes_authors' doesn't exist query: SELECT a.aid AS quotes_aid, a.name AS quotes_author, a.bio AS quotes_bio, q.citation AS quotes_citation, q.promote AS quotes_promote FROM d5quotes q JOIN d5quotes_authors a USING (aid) WHERE q.vid = 4 in .... includes/database.mysql.inc on line 174.
Comments
Comment #1
nancydruMy first guess is that you haven't run update.php, which you need to do when updating a module.
Comment #2
vsr commentedThis is from a clean install, no upgrade. I ran update and it did not fix. I removed it and installed the 17 version and it ran without a hitch. The 1.8 version did not make he author table in the database. The quote would show , but without the author.
Comment #3
nancydruDid you get any errors on the install? Did you check the log to see if anything was recorded?
Okay, I went to a site that never had Quotes, and I get:
This is much more useful information.
Comment #4
nancydruFix committed. Unfortunately, for you to see the results, you would have to uninstall rather than update.
Comment #5
vsr commentedI looked in my logs and got a lot of messages. The 1.7 version look nice. Hope that you can get the 1.8 version working.
The first one is
The next one is
And another
And another
Comment #6
nancydruThose are the same ones I was able to reproduce. The next -dev release should be rolling up in the next few minutes, and this will be fixed.
Comment #7
ajqureshi commentedHi NancyDru,
where can I download the -dev release that containts the fix for the above mentionned problem. Thank you in advance.
Comment #8
nancydruFrom the project page. At the top of this page you'll see the breadcrumbs, just click on the module name.
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.