SQL query error when installing SQL query error when installing
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

SQL query error when installing

Started by nelgar, December 04, 2005, 06:51:21 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nelgar

When I try to install Coppermine on PostNuke I get this error on one of the queries (the other all give me a beautiful green dot  :D) :

ALTER TABLE pn_cpg_pictures
DROP INDEX search, ADD FULLTEXT search (title,caption,keywords,filename,user1,user2,user3,user4)
mySQL Error: Table 'snl93826.pn_cpg_pictures' doesn't exist

I don't know a thing about creating/adding/editing mySQL tables so any help  on what to do now will be muchly apprectiated.

casNuy

This is not about pnCPG since my module does not change any standard tables. I think you also posted the same question on my home site.
You need the following :
Postnuke .75x or lower
- Coppermine 1.3.5
- pnCPG 2.7

Postnuke 0.76x or higher :
- Coppermine 1.4.2
- pnCPG 3.1

Cas

Joachim Müller

make sure that your mysql user has the permissions to execute the alter table and drop index commands.