stuck during installation... *sigh* stuck during installation... *sigh*
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

stuck during installation... *sigh*

Started by jl01, March 02, 2004, 10:28:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jl01

hello! i stuck during the installation. i am unhappy.

after running intall.php for the first time, directly after setting user and database information i get this error:
mySQL Error: Table 'mydatabase.cpg11d_users' doesn't exist

for me it seems like that in spite of the fact, that coppermine connects to my database it is unable to create a table. does anyone know how to fix this?

Joachim Müller

what exactly did you enter as db prefix? Do you have the permission to create db's/tables at all?

GauGau

jl01

i tried to  install the previous version wich worked nicely.

i left the database prefix as default... hmpf....  whatever. could itbe that my mysql is too old? its version 3.23.23 i think.

would really apreciate to help me runnig version 1.2!

regards and thanks!

Joachim Müller

mySQL 3.23.23 should be enough (see minimum requirements), although a higher version is recommended.
You could try running the queries manually that are in the sql folder of the coppermine package (using a tool like phpMyAdmin).
Also make sure you have sufficient permissions to create tables (this is a common error if people run their own server: they forget to set the mySQl permissions).

GauGau