Quote by n4th4n: The error quoted above was from my geeklog/logs/error.log.
that's the right log. but there should be a bit more info in it. if the install script ran at all, then there would be evidence of that. that is what i'm looking for there.
The install page loads up, but clicking on the face? icon produces the mysql error.
let me understand this... you go to the plugin install page, click the install button, the message you recieve says that the plugin is successfully installed,
then you click on the face and received an error?
clicking on that face from the "success" page should take you to the dailyquote configuration page. In which case, the sql statement that is failing is doing so because it cannot decipher: {$_DQ_TABLES['dailyquote_settings']}. This means, in turn, that it is not reading the plugin's config.php file, which should be located at: {$_CONF['path']}/plugins/dailyquote/config.php. Check that path.
What I'm looking for is if the plugin actually installed or not. there should be a record in your error log file.
I have my geeklog directory located outside of my public_html folder.
I don't think that that should make any difference, but i'll check.