Thank you for your answer.
Managed to solve the problem
Search found 474 matches
- Mon Mar 17, 2025 8:13 am
- Forum: Modules/Add-Ons
- Topic: Filemanager TinyMCE not working with php 8.x
- Replies: 2
- Views: 2760
- Thu Mar 13, 2025 4:28 pm
- Forum: Modules/Add-Ons
- Topic: Filemanager TinyMCE not working with php 8.x
- Replies: 2
- Views: 2760
Filemanager TinyMCE not working with php 8.x
Hi.
When I switch to PHP 8.3 (or other PHP 8 version) the filemanager in TinyMCE (for adding pictures to the page) is showing a blank screen. No folders/files shown. Swicthing back to php 7.4 solves the problem but php 7 is out-of-support.
Any advise (please)
When I switch to PHP 8.3 (or other PHP 8 version) the filemanager in TinyMCE (for adding pictures to the page) is showing a blank screen. No folders/files shown. Swicthing back to php 7.4 solves the problem but php 7 is out-of-support.
Any advise (please)
- Tue Oct 22, 2024 11:17 am
- Forum: Modules/Add-Ons
- Topic: ECB2 (Enhanced Content Blocks) Support Page
- Replies: 30
- Views: 22062
Re: ECB2 (Enhanced Content Blocks) Support Page
So stupied. What I did wrong was : Created new template and enter ecb2 tag Created a new Design and added the newly created template to the design Set the newly created design as default Test the creation of a new page I forgot the set the newly created template a default. The newly created Design w...
- Mon Oct 21, 2024 12:56 pm
- Forum: Modules/Add-Ons
- Topic: ECB2 (Enhanced Content Blocks) Support Page
- Replies: 30
- Views: 22062
Re: ECB2 (Enhanced Content Blocks) Support Page
ECB2 not working (on new site) I'm trying to enable ecb2 module to select background-images (later there wil be more selections) on a new website. I userd ECB2 before without any problems be now, I cannot get is to work. This is my simple page template (so far for testing): {strip} {process_pagedata...
- Wed Oct 09, 2024 2:57 pm
- Forum: Modules/Add-Ons
- Topic: TinyMCE: Insert file does not work with php 8
- Replies: 15
- Views: 43243
Re: TinyMCE: Insert file does not work with php 8
If you are using TinyMCE with PHP 8.x then you have to change the filemanager config :
Open \modules\tinymce\responsive_filemanager\filemanager\config\config.php
Change Line 9 :
mb_http_input('UTF-8'); to mb_http_input();
Open \modules\tinymce\responsive_filemanager\filemanager\config\config.php
Change Line 9 :
mb_http_input('UTF-8'); to mb_http_input();
- Fri Sep 27, 2024 1:43 pm
- Forum: Modules/Add-Ons
- Topic: is TinyMCE still a possibility
- Replies: 17
- Views: 9031
Re: is TinyMCE still a possibility
BTW :
If you are using TinyMCE with PHP 8.x then you have to change the filemanager config :
Open \modules\tinymce\responsive_filemanager\filemanager\config\config.php
Change Line 9 :
mb_http_input('UTF-8'); to mb_http_input();
If you are using TinyMCE with PHP 8.x then you have to change the filemanager config :
Open \modules\tinymce\responsive_filemanager\filemanager\config\config.php
Change Line 9 :
mb_http_input('UTF-8'); to mb_http_input();
- Thu Sep 26, 2024 2:52 pm
- Forum: General Discussion
- Topic: Smart syntax change after Upgrade
- Replies: 2
- Views: 4104
Re: Smart syntax change after Upgrade
Thanks DIGI3
Gonna test the change first in my test environment and will implement then in production environment.
Is indeed an older design using older modules.
Gonna test the change first in my test environment and will implement then in production environment.
Is indeed an older design using older modules.
- Thu Sep 26, 2024 10:17 am
- Forum: Modules/Add-Ons
- Topic: is TinyMCE still a possibility
- Replies: 17
- Views: 9031
Re: is TinyMCE still a possibility
You could use ECB2.
- Thu Sep 26, 2024 10:03 am
- Forum: General Discussion
- Topic: Smart syntax change after Upgrade
- Replies: 2
- Views: 4104
Smart syntax change after Upgrade
I noticed that after upgrading from CMSMS 2.2.15 to 2.2.21 I had to change a smarty syntax line. In CMSMS 2.2.15 I was able to use : {$children=cgsimple::get_children()} {if count($children) > 0} or {$children=cgsimple::get_children()} {if $children|count > 0} But in CMSMS 2.2.21 this generated a 50...
- Wed Sep 25, 2024 6:38 pm
- Forum: Modules/Add-Ons
- Topic: is TinyMCE still a possibility
- Replies: 17
- Views: 9031
Re: is TinyMCE still a possibility
Ja, Nederlander
- Wed Sep 25, 2024 12:05 pm
- Forum: Modules/Add-Ons
- Topic: is TinyMCE still a possibility
- Replies: 17
- Views: 9031
Re: is TinyMCE still a possibility
Be shure to put this in your .htaccess : # The following are highly recommended security settings for files in your CMSMS install that should not be browsed directly. # RedirectMatch 403 ^/.*\.htaccess$ RedirectMatch 403 ^/.*\.log$ RedirectMatch 403 ^/.*\.ini$ RedirectMatch 403 ^/.*config\.php$ Redi...
- Tue Sep 24, 2024 7:22 am
- Forum: Modules/Add-Ons
- Topic: is TinyMCE still a possibility
- Replies: 17
- Views: 9031
Re: is TinyMCE still a possibility
I'm designing and building websites for almost 20 years now. All website are build using CMSMS except for e-commerce websites. Then I use Wordpress. I was reading the article about CMS Made Simple VS Wordpress and do agree about the flexibelity about designing and building templates but when it come...
- Sun Aug 25, 2024 12:08 pm
- Forum: Modules/Add-Ons
- Topic: is TinyMCE still a possibility
- Replies: 17
- Views: 9031
Re: is TinyMCE still a possibility
I'm also always use TinyMCE as it is much more suitable for my customers.
I really apreciaat al the work of the development team and I thank chrisbt for picking up the upgrade of TinyMCE.
I good CMS is nothing without a good wysiwyg editor and TinyMCE is one of the best.
Thank you so much.
I really apreciaat al the work of the development team and I thank chrisbt for picking up the upgrade of TinyMCE.
I good CMS is nothing without a good wysiwyg editor and TinyMCE is one of the best.
Thank you so much.
- Sat Jul 27, 2024 3:59 pm
- Forum: CMSMS Core
- Topic: Error 503 after Server Problems
- Replies: 8
- Views: 6983
Re: Error 503 after Server Problems
I solved the problem by creating a cronjob with this command : find /home/{accountname}/public_html/tmp/cache -type f ! -name index.html -exec rm -rf {} \; It clears the cache every 15 minutes. Not nice but it works. If a server goes down and the cache is damaged, max 15 minutes later the cache is c...
- Sun Jul 21, 2024 9:47 am
- Forum: Help Wanted (commercial)
- Topic: Help with Navigator
- Replies: 8
- Views: 12798
Re: Help with Navigator
I send you a private message. Please check and answer.