Search found 8 matches

by funkyhead
Thu Mar 20, 2025 10:01 am
Forum: CMSMS Core
Topic: Debug error in TinyMCE / dialog.php in CMSMS 2.2.21
Replies: 1
Views: 17422

Debug error in TinyMCE / dialog.php in CMSMS 2.2.21

Hi, after severals bugs* in TinyMCE when i try to add a PDF file link in a page with TinyMCE : the window was empty or display only one file. I add this modif in this source : modules/TinyMCE/responsive_filemanager/filemanager/dialog.php Line 1197, add of : "?? []" <?php }elseif(in_array($...
by funkyhead
Mon Oct 07, 2024 9:50 am
Forum: Modules/Add-Ons
Topic: TinyMCE: Insert file does not work with php 8
Replies: 15
Views: 44019

Re: TinyMCE: Insert file does not work with php 8

Hi, To complete this, after a problem of rights access at the end of uploads with php 8.3.12, i have had in : /modules/TinyMCE/responsive_filemanager/filemanager/UploadHandler.php at line 1072 : chmod($file_path, 0644); to force good rights, just before : $fp = fopen($file_path, 'r'); and it's resol...
by funkyhead
Tue Mar 14, 2023 5:28 pm
Forum: Layout and Design (CSS & HTML)
Topic: Create template/layout from UDT.
Replies: 2
Views: 8897

Create template/layout from UDT.

Hello, I try to convert 1.x to 2.x block content management with UDT : OLD in cmsms 1.x : $gcbOps =cmsms()->GetGlobalContentOperations(); $mybloc = $gcbOps->LoadHtmlBlobByName($blocname); $mybloc = $mybloc + "bla bla"; $gcbOps->UpdateHtmlBlob($mybloc) NEW in cmsms 2.x : How to create a Cor...
by funkyhead
Thu Mar 04, 2021 4:26 pm
Forum: Feature ideas
Topic: Percona XtraDB/MariaDB cluster compatible
Replies: 4
Views: 13855

Re: Percona XtraDB/MariaDB cluster compatible

I've forgotten to say i'm running on Percona XtraDB version 5.7.18-15-57.
by funkyhead
Thu Mar 04, 2021 2:02 pm
Forum: Feature ideas
Topic: Percona XtraDB/MariaDB cluster compatible
Replies: 4
Views: 13855

Re: Percona XtraDB/MariaDB cluster compatible

List of actions on DB to do for stop warnings on Percona XtraDB. For new versions : ALTER TABLE X.Y_ adminlog ADD COLUMN `id` int(10) UNSIGNED PRIMARY KEY AUTO_INCREMENT FIRST; ALTER TABLE X.Y_ module_search_index ADD COLUMN `id` int(10) UNSIGNED PRIMARY KEY AUTO_INCREMENT FIRST; ALTER TABLE X.Y_ co...
by funkyhead
Fri Feb 26, 2021 2:30 pm
Forum: Feature ideas
Topic: Percona XtraDB/MariaDB cluster compatible
Replies: 4
Views: 13855

Re: Percona XtraDB/MariaDB cluster compatible

Thanks for your reply, WP sites work without any problem in the cluster, to make CMSMS works with it i've done those actions for all DBs at the moment : ALTER TABLE cmX.cms_adminlog ADD COLUMN `id` int(10) UNSIGNED PRIMARY KEY AUTO_INCREMENT FIRST; ALTER TABLE cmX.cms_content_props ADD COLUMN `id` i...
by funkyhead
Tue Feb 23, 2021 4:30 pm
Forum: Feature ideas
Topic: Percona XtraDB/MariaDB cluster compatible
Replies: 4
Views: 13855

Percona XtraDB/MariaDB cluster compatible

Hello, An thanks for your good job on CMSMS. In production cluster like Percona XtraDB/MariaDB , several CMSMS tables are not compatible with. Primary Keys are needed and those clusters and in ENFORCING mode, sites are not working. In PERMISSIVE mode, it works but replications can be hazardous... Ex...
by funkyhead
Mon Oct 30, 2017 2:52 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: LogicException after 2.2.3 upgrade
Replies: 1
Views: 19331

Re: LogicException after 2.2.3 upgrade

Same thing with CMSMS 2.2.3.1 and PHP 7.0.22-0ubuntu0.16.04.1 on OS : Ubuntu 16.04.3 LTS

Go to advanced search