MiniCMS for CPG1.5? - Page 3 MiniCMS for CPG1.5? - Page 3
 

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

MiniCMS for CPG1.5?

Started by lamama, July 31, 2009, 01:01:20 AM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

Αndré

Please test that package thoroughly and report any errors. Please also post if everything works as expected, so that I can release an official package for cpg1.5.x. Thanks.

cavok

Hello, I was very happy to learn that MiniCms was back for the latest versions of Coppermine.
After following the instructions in the readme file
"Unpack the archive and upload the "minicms" directory structure to your Coppermine gallery's plugins folder.
Login as an admin, go to config, then "Manage Plugins"
Find the CPG MiniCMS entry in the available plugins and click install."

Also, clicking on the icon to install the error appears:
QuoteParse error: syntax error, unexpected '(', expecting '}' in /mnt/156/sda/e/4/mywebsite/coppermine/plugins/minicms/codebase.php on line 223

Maybe a solution ?
Coppermine 1.5.22 hosting by Free

cavok

After a check I find that PHP Version is 4.
So I pass to the last version provided by my web hosting
and now PHP Version is 5.1.3RC4-dev.

But when I clicking to Install the following page appears and MiniCMS still not installed.


QuotePerforming Database Updates
CREATE TABLE `cpg132_cms` ( `ID` int(11) NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `title` varchar(255) NOT NULL default '', `content` text NOT NULL default '', PRIMARY KEY (`ID`, `catid`), FULLTEXT KEY `title` (`title`,`content`) ) TYPE=MyISAM AUTO_INCREMENT=1    Already Done
1050: Table 'cpg132_cms' already exists   MySQL Said
CREATE TABLE cpg132_cms_config ( name varchar(40) NOT NULL default '', value varchar(255) NOT NULL default '', PRIMARY KEY (name) ) TYPE=MyISAM   Already Done
1050: Table 'cpg132_cms_config' already exists   MySQL Said
ALTER TABLE `cpg132_cms` ADD `pos` int(11) NOT NULL default '0'   OK
ALTER TABLE `cpg132_cms` ADD `type` int(11) NOT NULL default '0'   Already Done
1060: Duplicate column name 'type'   MySQL Said
ALTER TABLE `cpg132_cms` CHANGE `catid` `conid` int(11) NOT NULL default '0'   Already Done
1054: Unknown column 'catid' in 'cpg132_cms'   MySQL Said
ALTER TABLE `cpg132_cms` CHANGE `pos` `cpos` int(11) NOT NULL default '0'   Already Done
1060: Duplicate column name 'cpos'   MySQL Said
ALTER TABLE `cpg132_cms` ADD `modified` TIMESTAMP NOT NULL   Already Done
1060: Duplicate column name 'modified'   MySQL Said
ALTER TABLE `cpg132_cms` ADD `start` DATETIME   Already Done
1060: Duplicate column name 'start'   MySQL Said
ALTER TABLE `cpg132_cms` ADD `end` DATETIME   Already Done
1060: Duplicate column name 'end'   MySQL Said
INSERT INTO `cpg132_cms` (conid,title,content,type) VALUES ('0','Welcome to Coppermine', 'Simple test of CPG MiniCMS','0')   OK
INSERT INTO `cpg132_cms_config` VALUES ('dbver', '0.0')   Already Done
1062: Duplicate entry 'dbver' for key 1   MySQL Said
INSERT INTO `cpg132_cms_config` VALUES ('redirect_index_php', '')   Already Done
1062: Duplicate entry 'redirect_index_php' for key 1   MySQL Said
INSERT INTO `cpg132_cms_config` VALUES ('related_size', 'thumb')   Already Done
1062: Duplicate entry 'related_size' for key 1   MySQL Said
INSERT INTO `cpg132_cms_config` VALUES ('editor', 'fckeditor')   Already Done
1062: Duplicate entry 'editor' for key 1   MySQL Said
INSERT INTO `cpg132_cms_config` VALUES ('rss_enabled', '0')   Already Done
1062: Duplicate entry 'rss_enabled' for key 1   MySQL Said
INSERT INTO `cpg132_cms_config` VALUES ('rss_description_length', '50')   Already Done
1062: Duplicate entry 'rss_description_length' for key 1   MySQL Said
INSERT INTO `cpg132_cms_config` VALUES ('rss_include_image', '0')   Already Done
1062: Duplicate entry 'rss_include_image' for key 1   MySQL Said
INSERT INTO `cpg132_cms_config` VALUES ('rss_image_size', 'thumb')   Already Done
1062: Duplicate entry 'rss_image_size' for key 1   MySQL Said
UPDATE `cpg132_cms` SET `modified`=NOW() WHERE `modified`='0000-00-00 00:00:00'   OK
ALTER TABLE `cpg132_cms` DROP `pos`   OK
UPDATE cpg132_cms_config SET value='1.5.8' WHERE name='dbver'   OK
Coppermine 1.5.22 hosting by Free

gmc

Quote from: cavok on November 09, 2010, 02:06:46 AM

But when I clicking to Install the following page appears and MiniCMS still not installed.


What makes you think its not installed?  This appeared to be a gallery that already had MiniCMS installed... All the SQL indicated either "Already Done" or "OK"...  So far it looks fine. Keep going.
Thanks!
Greg
My Coppermine Gallery
Need a web hosting account? See my gallery for an offer for CPG Forum users.
Send me money

Αndré

Quote from: cavok on November 09, 2010, 02:06:46 AM
But when I clicking to Install the following page appears and MiniCMS still not installed.
Click "OK" at the bottom of the page.

football-pics.com

Well I have the same problem.

I got to "Manage plugins" select Minicms and hit the install button.
Then I select "Go" and all it does is re-install over and over.
However, if I go to the front page and to my plugin section again, Minicms is shown as "not installed plugin"....

Αndré


Αndré


cavok

Hello, I change only the file codebase.php by the revision 8019.
And all seems OK
Very good job
I can update now all my coppermine web sites to the 1.5.8.

Just 1 question:
I see the minicms/lang/french.php
But how to put the French language
Coppermine 1.5.22 hosting by Free

Αndré

Quote from: cavok on November 09, 2010, 10:33:19 AM
I see the minicms/lang/french.php
But how to put the French language
Should be fixed in r8021.

Additionally, that error has been fixed in r8020
Parse error: syntax error, unexpected '(', expecting '}' in /mnt/156/sda/e/4/mywebsite/coppermine/plugins/minicms/codebase.php on line 223


Quote from: cavok on November 09, 2010, 10:33:19 AM
I can update now all my coppermine web sites to the 1.5.8.
I suggest to wait some days until I release an official package, as we probably detect some more small bugs.

Αndré

Just recognized that special chars like umlauts don't work with FCKeditor. Try to fix.

Αndré

#51
Should be fixed in r8055. Can someone confirm please?

phill104

Confirmed. Good works as usual Andre.
It is a mistake to think you can solve any major problems just with potatoes.

Αndré