Missing phpwcms_glossary table

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
User avatar
forefront
Posts: 96
Joined: Sun 16. May 2004, 14:13
Location: Cherryvale, KS • USA
Contact:

Missing phpwcms_glossary table

Post by forefront »

After upgrading from 1.2.5-DEV to 1.4.1 ... I get this error:

Code: Select all

Warning: Invalid argument supplied for foreach() in /home/username/public_html/wcms/include/inc_module/mod_glossary/backend.listing.php on line 205
This is caused by a missing phpwcms_glossary table in the database. I looked in every available .sql upgrade file and cannot find the CREATE TABLE statement.

Does anyone know where I can find it?
Don Bledsoe
FOREFRONT INTERNET
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: Missing phpwcms_glossary table

Post by flip-flop »

Hi Don,

in update procedure there is no glossary tabel.

If you ran in backend the modules first time, the table will created. (Other modules like shop or calendar have the same behavior).
After you have run the modules first time kill the module setup files at /include/inc_module/[module_name]/setup.php

Please have a look: http://phpwcms-howto.de/wiki/doku.php/e ... ion/update

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
forefront
Posts: 96
Joined: Sun 16. May 2004, 14:13
Location: Cherryvale, KS • USA
Contact:

Re: Missing phpwcms_glossary table

Post by forefront »

The only initial install I've done was with 1.1 ... it's all been upgrades since then.

Where can I find the include/inc_module/mod_glossary/setup.php file?
Don Bledsoe
FOREFRONT INTERNET
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: Missing phpwcms_glossary table

Post by flip-flop »

You must run the module in the backend. The tables will be installed automatically. (wiki point 14 / 14.1).

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
forefront
Posts: 96
Joined: Sun 16. May 2004, 14:13
Location: Cherryvale, KS • USA
Contact:

Re: Missing phpwcms_glossary table

Post by forefront »

I found it in upgrade 1.3.2. Everything seems to be fine now.
Don Bledsoe
FOREFRONT INTERNET
Post Reply