Community & Support

Help with installing Minutes Module

No instructions on how to install the Minutes module, can anyone let me know how i do this please?
i've unpacked the minutes folder and placed it inside modules, but when i run it, i get the following error:

user warning: Table 'drupaldb.minutes' doesn't exist query: SELECT nid FROM minutes WHERE event_id = 2 in /opt/lampp/htdocs/includes/database.mysql.inc on line 121.

does this mean i'm missing the minutes.mysql or do i need to put a table in my main drupaldb?

Comments

Hi! Are you using postgres

Hi! Are you using postgres as your database?

I just noticed a typo in the install script (and just fixed it) that caused this not to work. Sadly, although I prefer postgres, I'm not set up to test against it.

To fix this, in your minutes.install file, change the string 'pgqsl' to 'pgsql' in the function minutes_install. Then disable the module in admin/modules, then delete the row for minutes from the system table ("DELETE FROM system WHERE name = 'minutes'"). Then re-enable the module, and make sure the table 'minutes' has been created.

BTW: I would have seen this sooner had you posted it as an issue against the project. Sorry for the delay in a response.

Ricky

Hi Ricky, Many thanks for

Hi Ricky,

Many thanks for the reply, that's fixed it, although i was using mysql.

Cheers.

nobody click here