Everything was fine until I installed the feedburner module...

marcopolo - August 16, 2009 - 23:30
Project:FeedBurner
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

Everything was fine until I installed the feedburner module...

When I ran the update.php:

The following queries were executed
feedburner module
Update #6000

    * Failed:
    * INSERT INTO {feedburner} (path, feedburner) VALUES ('rss.xml', 'siteName')
    * UPDATE {system} SET weight = -1 WHERE type = 'module' AND name = 'feedburner'

And when I browsed to the rss.xml file:


* user warning: Table 'siteName.feedburner' doesn't exist query: SELECT path, feedburner FROM feedburner in /home/marco/public_html/siteName.com/modules/feedburner/feedburner.admin.inc on line 508.
* user warning: Table 'siteName.feedburner' doesn't exist query: SELECT path, feedburner FROM feedburner in /home/marco/public_html/siteName.com/modules/feedburner/feedburner.admin.inc on line 508.
* user warning: Table 'siteName.feedburner' doesn't exist query: SELECT feedburner FROM feedburner WHERE path = '' in /home/marco/public_html/siteName.com/modules/feedburner/feedburner.admin.inc on line 121.
* user warning: Table 'siteName.feedburner' doesn't exist query: SELECT * FROM feedburner WHERE path = 'rss.xml' LIMIT 0, 1 in /home/marco/public_html/siteName.com/modules/feedburner/feedburner.module on line 531.
* user warning: Table 'siteName.feedburner' doesn't exist query: INSERT INTO feedburner (path, feedburner) VALUES ('rss.xml', 'mysharetrading') in /home/marco/public_html/siteName.com/includes/common.inc on line 3436.
* user warning: Table 'siteName.feedburner' doesn't exist query: SELECT path, feedburner FROM feedburner in /home/marco/public_html/siteName.com/modules/feedburner/feedburner.admin.inc on line 508.

What does this error mean? What did I stuff up?

#1

decibel.places - August 16, 2009 - 23:43

1. Read documentation in module's README.TXT file and if necessary view directions and/or video at http://support.bryght.com/adminguide/feedburner
2. Check your installation
3. If necessary uninstall and reinstall (you can use devel module http://drupal.org/project/devel for this, or Uninstall function on modules admin page)

I also recommend adding the Pathologic module http://drupal.org/project/pathologic and configuring "/" as a local path for local images to be displayed in Feedburner

You can see these modules (yes, Feedburner 6.x-1.0-beta4) working at http://netsperience.org and http://faiththedog.info

#2

Dave Reid - August 31, 2009 - 04:06
Status:active» postponed (maintainer needs more info)

For some reason the table didn't install. That's odd and shouldn't happen. Please try uninstalling the module and re-installing it. Please report back the results here.

#3

nimbupani - December 4, 2009 - 05:35
Version:6.x-1.0-beta4» 6.x-1.x-dev
Status:postponed (maintainer needs more info)» active

I have the same issue. I am trying to install feedburner module on my local install of Drupal on my mac. I am running it locally off /~divya/ folder. Is there anything else you need from me?

[UPDATE]: Even after that error message, I noticed my feed rewriting has been updated on Feedburner module settings page.

 
 

Drupal is a registered trademark of Dries Buytaert.