Download & Extend

feature.module install snag for newbie

Project:Feature
Version:4.7.x-1.x-dev
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:mademarest
Status:active

Issue Summary

can anyone give me a quick solution to:

user warning: Table 'xxx_drpl1.feature' doesn't exist query: SELECT * FROM feature ORDER BY name in /home/xxx/public_html/includes/database.mysql.inc on line 120.

(I've currently got the feature.mysql file in the module/feature folder.
Tried looking at readme, but not much there. Maybe I'm not looking
in the right place.)

thanks!

Comments

#1

I think it's because feature's install doesn't create the table - if you take the code from feature.mysql, and execute it in the SQL part of phpmyadmin it should create the table for you.

#2

you rock!

thanks for helping!!

I've been dev/using PortalApp (ASP) for the past year,
and the php, et al, is still a bit new.

The hardest part was finding the 'myphpadmin' link
in my control panel. Once there I just imported the file.

thanks again

#3

No problem. Glad to help.

I'm new too - though I come from a Cold Fusion background so glad to be able to give some help for a change instead of asking for it!