Advanced search  

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

Pages: 1 2 [3]   Go Down

Author Topic: MiniCMS for CPG1.5?  (Read 31604 times)

0 Members and 1 Guest are viewing this topic.

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: MiniCMS for CPG1.5?
« Reply #40 on: November 08, 2010, 03:05:43 pm »

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.
Logged

cavok

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 93
Re: MiniCMS for CPG1.5?
« Reply #41 on: November 09, 2010, 01:23:48 am »

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:
Quote
Parse error: syntax error, unexpected '(', expecting '}' in /mnt/156/sda/e/4/mywebsite/coppermine/plugins/minicms/codebase.php on line 223

Maybe a solution ?
Logged
Coppermine 1.5.22 hosting by Free

cavok

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 93
Re: MiniCMS for CPG1.5?
« Reply #42 on: November 09, 2010, 02:06:46 am »

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.


Quote
Performing 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
Logged
Coppermine 1.5.22 hosting by Free

gmc

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 785
    • GMC Design Photo Gallery
Re: MiniCMS for CPG1.5?
« Reply #43 on: November 09, 2010, 04:26:56 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.
Logged
Thanks!
Greg
My Coppermine Gallery
Need a web hosting account? See my gallery for an offer for CPG Forum users.
Send me money

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: MiniCMS for CPG1.5?
« Reply #44 on: November 09, 2010, 07:53:01 am »

But when I clicking to Install the following page appears and MiniCMS still not installed.
Click "OK" at the bottom of the page.
Logged

football-pics.com

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 27
Re: MiniCMS for CPG1.5?
« Reply #45 on: November 09, 2010, 07:54:32 am »

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"....
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: MiniCMS for CPG1.5?
« Reply #46 on: November 09, 2010, 09:02:00 am »

I'll check that.
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: MiniCMS for CPG1.5?
« Reply #47 on: November 09, 2010, 09:12:35 am »

Should be fixed in revision 8019. Download link remains the same.
Logged

cavok

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 93
Re: MiniCMS for CPG1.5?
« Reply #48 on: November 09, 2010, 10:33:19 am »

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
Logged
Coppermine 1.5.22 hosting by Free

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: MiniCMS for CPG1.5?
« Reply #49 on: November 09, 2010, 10:56:24 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
Code: [Select]
Parse error: syntax error, unexpected '(', expecting '}' in /mnt/156/sda/e/4/mywebsite/coppermine/plugins/minicms/codebase.php on line 223

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.
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: MiniCMS for CPG1.5?
« Reply #50 on: November 19, 2010, 07:33:14 pm »

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

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: MiniCMS for CPG1.5?
« Reply #51 on: November 19, 2010, 07:52:56 pm »

Should be fixed in r8055. Can someone confirm please?
« Last Edit: November 19, 2010, 08:30:37 pm by Αndré »
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: MiniCMS for CPG1.5?
« Reply #52 on: November 20, 2010, 01:36:02 pm »

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

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: MiniCMS for CPG1.5?
« Reply #53 on: November 30, 2010, 05:55:05 pm »

Logged
Pages: 1 2 [3]   Go Up
 

Page created in 0.028 seconds with 20 queries.