MiniCMS for CPG 1.6.x - Page 3 MiniCMS for CPG 1.6.x - 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 CPG 1.6.x

Started by gmc, November 02, 2018, 03:20:44 AM

Previous topic - Next topic

0 Members and 4 Guests are viewing this topic.

AJDunford

Thanks for your very quick reply Andre

Both init.inc.php and codebase.php are present, they both have the permission 0644 - is this correct?

Αndré

Looks okay. Does init.inc.php reside at the correct directory (plugins/minicms/include/init.inc.php)?

AJDunford

yes it resides there - except the folder is 'minicms 3' not 'minicms' - surely it wouldn't be as simple as changing that folder name?

Maybe it would be because when I inspect codebase.php it contains, on line 131:   require 'plugins/minicms/include/init.inc.php';

I am tempted to change either the folder name or the require on line 131. Which do you think?


To see if any files were missing I uploaded it over itself again using FTP and a couple of files were missing from ...minicms 3/fckeditor/ folder, a couple of gifs and one js file.

Αndré

I suggest to rename the folder to "minicms", though I haven't checked the code if the other folder name may be intended.

AJDunford

Thanks Andre that was the correct solution, great support for a great app

KchoPrro

Quote from: gmc on November 02, 2018, 03:20:44 AM
This is a port of the cpg1.5.x plugin MiniCMS.

Quote from: Joachim Müller on November 04, 2009, 01:55:01 am
Primary update to eliminate direct calls to MySQL functions and convert to CPG wrapper functions that use the CPG database abstraction layer.
MySQL functions are removed in PHP 7.

See thread http://forum.coppermine-gallery.net/index.php/topic,68455.0.html for the history under 1.5.

Update 2.5 - only insert CMS Test message on initial install (tables being created).  Avoids having to manually delete message in an already established installation - and addresses sharpo's issue of mysteriusly appearing quantities of the test message.
(Have to delete 2.4 due to single post size restriction.  This plugin is large with fckeditor included.)

Thanks for adding an essential plugin for me.

I just upgraded to CPG1.6x t and the old version of miniCMS doesn't work now. It requires updating to the current version of miniCMS and I have two questions;

A) Is the process described for the installation of this version the same if the objective is to update a previous version or a clean installation? (I already have a minicms folder in my gallery, I imagine all files with the same name will be replaced).

B) All the html pages created with the previous version of minicms will be lost or still available? (I see that my databases have not been touched, all the pages are in them).

Thank you

KchoPrro

Quote from: KchoPrro on August 15, 2022, 06:46:49 PM
Thanks for adding an essential plugin for me.

I just upgraded to CPG1.6x t and the old version of miniCMS doesn't work now. It requires updating to the current version of miniCMS and I have two questions;

A) Is the process described for the installation of this version the same if the objective is to update a previous version or a clean installation? (I already have a minicms folder in my gallery, I imagine all files with the same name will be replaced).

B) All the html pages created with the previous version of minicms will be lost or still available? (I see that my databases have not been touched, all the pages are in them).

Thank you

I answer to myself  8)

It doesn't matter if you update minicms or do a clean installation. It's just a matter of copying the "minicms" folder to the plugins directory, replacing the files from the previous version. I have not needed or perform the installation from the minicms plugin administration panel since it was installed. I have not lost any data, all my pages created with minicms are still on their site. Thank you very much!!! :)

screamqueen

It's really amazing. But I can't write anything except title.

mustachio

Hi, I'm running cpg1.6.26 and I'm getting this error when I go to install the plugin:

`Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given in /home/vol2_8/epizy.com/epiz_34139048/htdocs/plugins/minicms/configuration.php:38 Stack trace: #0 /home/vol2_8/epizy.com/epiz_34139048/htdocs/plugins/minicms/configuration.php(38): in_array('english', NULL) #1 /home/vol2_8/epizy.com/epiz_34139048/htdocs/pluginmgr.php(329): include('/home/vol2_8/ep...') #2 /home/vol2_8/epizy.com/epiz_34139048/htdocs/pluginmgr.php(725): display_plugin_list() #3 {main} thrown in /home/vol2_8/epizy.com/epiz_34139048/htdocs/plugins/minicms/configuration.php on line 38`

Is there a simple change I can make on my side to fix this? I was able to find the line it's talking about, but I don't know enough about PHP to actually fix it. Thank you!