This has happened to me a couple of times while testing modules:
You disable the module, erase the files and decide to drop the tables created by the module and empty the cache in order to do a clean reinstall of the module.
Only that this time, the module .install file is not executed.
Usually this is not much problem, since you can go in and copy/paste the MySQL code yourself.
But it's inconvenient, and in some modules the .install code is not that clear with conditional statements that check for upgrades, etc.
On a newly installed site (4.7.1) on a newly installed Suse 10.1 box, I can't get the Event module to work. I copied the whole hog to /srv/www/htdocs/modules, but I keep getting errors like:
warning: main(modules/event.theme): failed to open stream: No such file or directory in /srv/www/htdocs/modules/event.module on line 6.
warning: main(): Failed opening 'modules/event.theme' for inclusion (include_path='/usr/share/php') in /srv/www/htdocs/modules/event.module on line 6.
warning: main(modules/ical.inc): failed to open stream: No such file or directory in /srv/www/htdocs/modules/event.module on line 7.
warning: main(): Failed opening 'modules/ical.inc' for inclusion (include_path='/usr/share/php') in /srv/www/htdocs/modules/event.module on line 7.
warning: main(modules/event.theme): failed to open stream: No such file or directory in /srv/www/htdocs/modules/event.module on line 6.
warning: main(): Failed opening 'modules/event.theme' for inclusion (include_path='/usr/share/php') in /srv/www/htdocs/modules/event.module on line 6.
warning: main(modules/ical.inc): failed to open stream: No such file or directory in /srv/www/htdocs/modules/event.module on line 7.
warning: main(): Failed opening 'modules/ical.inc' for inclusion (include_path='/usr/share/php') in /srv/www/htdocs/modules/event.module on line 7
I tried importing the schema into mysql, but apparently the .install file did its thing, because the Event table is already there.
I want an RSS feed so when a user has the URL in Bloglines (for example), they are shown when other users have uploaded content.
The Atom module keeps giving me fatal errors. I have the RSS feed setting configured for 10 items, but there's no symbol link or anything. When I put in www.domainname.com/rss/feed/ I get "Page Not found"
When I access my own admin section, I'm unable to access the 'assign categories' tab. It just doesn't appear at all. I guess I'm doing something wrong?
I see that lightboxv2 has a 'g2_filter' support, but I am not sure how to use this.
I did enable lightboxv2 module and checked that 'g2_filter' support was on ,
but nothing changed in my gallery.
Any one knows how to use lightboxv2 with gallery.
btw I am using drupal 4.7 and gallery 2.