Problem installing the modpack Problem installing the modpack
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Problem installing the modpack

Started by solostation, June 16, 2007, 01:20:47 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

solostation

I tried installing the modpack ... got some error, so I decided to reinstall CPG (V. 1.4.9 using Fantastico then upgraded it it to 1.4.10) and then uploaded the modpack again. After that I run phpMyAdmin to insert as peer your instruction and I got this error message from mySQL: -

Quote
Error
SQL query:

CREATE TABLE `cpg_buddy` (

`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`user_id` int( 11 ) NOT NULL default '',
`buddy_id` int( 11 ) NOT NULL default '',
`buddy_ok` enum( 'YES', 'NO' ) NOT NULL default 'NO',
`buddy_block` enum( 'YES', 'NO' ) NOT NULL default 'NO',
`since` int( 11 ) NOT NULL default '',
PRIMARY KEY ( `id` , `user_id` )
)#################### new for mod pack version 1.3.5-3 #######################
#online stats
CREATE TABLE cpg_online(
user_id int( 11 ) NOT NULL default '0',
user_ip tinytext NOT NULL ,
last_action datetime default NULL ,
PRIMARY KEY ( user_id, user_ip( 15 ) )
) TYPE = MYISAM ;



MySQL said: 

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE cpg_online (
  user_id int(11) NOT NULL default '0',
  user_ip ti' at line 12

Is there anything wrong? I don't know because the CPG seems to be running (I am yet to upload any pictures) ... Please help. Thanks

My site: http://solostation.com/pix/

Stramm

just try to follow the install instructions in the announcement thread
QuoteInstallation:
Before you do anything make a backup of your files and your database!!!!!!
Unpack and upload the files in the archive. Keep the folder structure intact. Then run update.php .... done (you'll get a fatal error if you open the index without running update.php)
http://forum.coppermine-gallery.net/index.php?topic=28367

update.php is located in your CPG root dir

solostation

OK, I take it as there is no need to run the SQL at all ... This is what I have just done:-

1. Installed 1.4.9 (with Fantastico)
2. Upgrade to 1.4.10
3. Uploaded your Modpack
4. Run update.php

Everything seems OK except the versionsheck.php wouldn't run ... Is this okay (that the versionsheck.php wouldn't run)? Or must I still run the SQL?

Stramm

If you have problems with versioncheck then this most likely isn't related to the modpack at all. Search the board for the reason (usually apache/ php config).