coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: jl01 on March 02, 2004, 10:28:00 AM

Title: stuck during installation... *sigh*
Post by: jl01 on March 02, 2004, 10:28:00 AM
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?
Title: stuck during installation... *sigh*
Post by: Joachim Müller on March 02, 2004, 10:39:48 AM
what exactly did you enter as db prefix? Do you have the permission to create db's/tables at all?

GauGau
Title: everything works nicely with version 1.1
Post by: jl01 on March 05, 2004, 07:01:00 PM
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!
Title: stuck during installation... *sigh*
Post by: Joachim Müller on March 05, 2004, 08:58:54 PM
mySQL 3.23.23 should be enough (see minimum requirements (http://coppermine.sourceforge.net/faq.php?q=MinimumRequirements#MinimumRequirements)), 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