Search found 218 matches

by fredp
Wed May 24, 2017 2:15 am
Forum: [locked] CMSMS 2.2 Beta
Topic: new adodb_error() missing db_error.html customization
Replies: 5
Views: 11050

Re: new adodb_error() missing db_error.html customization

PinkElephant, thanks for the comment! It reminded me to report the following: Dev Team, please note that there is a copy of doc/db_error.html in the data/data.tar.gz archive in the standalone Beta3 installer (cmsms-2.2-beta3-install.expanded.zip). Not sure if is also included in the PHAR installer. ...
by fredp
Wed Mar 22, 2017 9:40 am
Forum: [locked] CMSMS 2.2 Beta
Topic: [open] PHAR installer upgrade config.php side-effects
Replies: 4
Views: 3526

[open] PHAR installer upgrade config.php side-effects

Summary: The PHAR installer upgrade "resets" previously set 'root_url' and 'ssl_url' $config variable values which results in these variables no longer having their values automatically generated. Downstream effects impact the entire system. Details: I've been testing upgrades of 1.12.1 in...
by fredp
Wed Mar 22, 2017 5:31 am
Forum: [locked] CMSMS 2.2 Beta
Topic: new adodb_error() missing db_error.html customization
Replies: 5
Views: 11050

Re: new adodb_error() missing db_error.html customization

Understood. But, just to be clear, can developer code catch and handle an CMSMS\Database\DatabaseConnectionException? If not, then while the loss of customization is unfortunate, it's not a huge deal. I'm old enough to remember when one could buy Generic "BEER" in the store--nothing but an...
by fredp
Tue Mar 21, 2017 1:38 am
Forum: [locked] CMSMS 2.2 Beta
Topic: new adodb_error() missing db_error.html customization
Replies: 5
Views: 11050

new adodb_error() missing db_error.html customization

In CMSMS 1.21.1, and earlier releases, the adodb_error() function would invoke an optionally user defined db_error.html page so that developers could customize/style how DB errors would be reported to visitors of that site. I have sites that use this. It appears, however, that this functionality is ...
by fredp
Fri Oct 02, 2015 8:19 pm
Forum: The Lounge
Topic: Considering move to A2 Hosting...
Replies: 0
Views: 926

Considering move to A2 Hosting...

[deleted by thread creator]
by fredp
Wed Sep 09, 2015 3:07 am
Forum: Developers Discussion
Topic: [SOLVED] debug_to_log() $title param ignored in CMSMS 2.0
Replies: 2
Views: 2760

[SOLVED] debug_to_log() $title param ignored in CMSMS 2.0

Hi, I'm upgrading my modules to be CMSMS 2.0 compatible and I noticed that the debug_to_log() function no longer prints the $title parameter to the output file, as it did in CMSMS 1.x. I can work-around this change, but thought I would mention it as it seems this may have been unintentional. If you ...
by fredp
Thu Jun 25, 2015 8:43 am
Forum: Modules/Add-Ons
Topic: Form sending problem
Replies: 8
Views: 2049

Re: Form sending problem

jalasju wrote:
staartmees wrote:It would be good to post your system information.
I'd be glad to post them, but what information do you mean?
Hi,

You might have a look here:
http://docs.cmsmadesimple.org/troublesh ... nformation
by fredp
Sat Apr 25, 2015 10:55 am
Forum: The Lounge
Topic: [SOLVED] https on the backend with TinyMCE
Replies: 4
Views: 1554

Re: https on the backend with TinyMCE

Oops! I just realized that I am still using one workaround. So, I have to correct my earlier statement. While current versions of CMSMS do work better, TinyMCE still has some remaining issues. A workaround is detailed in my last comment (dated 2012-12-13 00:54) of TinyMCE bug report #8692
by fredp
Sat Apr 25, 2015 9:18 am
Forum: The Lounge
Topic: strange error code
Replies: 6
Views: 2489

Re: strange error code

Hi,

This looks similar to an old TinyMCE error caused by a bug in its filepicker.tpl template. But, that was fixed a few years ago. Are you using the Insert/Edit Image button in TinyMCE as your "picture manager"?
by fredp
Sat Apr 25, 2015 7:59 am
Forum: The Lounge
Topic: [SOLVED] https on the backend with TinyMCE
Replies: 4
Views: 1554

Re: https on the backend with TinyMCE

Hi Andrew, Are you running at least CMSMS version 1.11.12? If not, you might consider upgrading to version 1.11.13 or 1.12. The latest versions have a wonderful new feature, dynamic root_url calculation, that, at least for me, resolved the remaining http: vs https: conflicts that I was seeing when u...
by fredp
Sat Apr 25, 2015 3:14 am
Forum: [locked] Installation, Setup and Upgrade
Topic: CMSMS 1.12: why change Smarty {config_load} directory?
Replies: 11
Views: 8571

Re: CMSMS 1.12: why change Smarty {config_load} directory?

Thanks for your reply. I appreciate your considering and discussing this matter. I think, however, you misunderstood my earlier post(s). I suspect we agree more than disagree. ... I'm not sure why would you want to use $config['admin_dir']/configs/ ... it should always be tmp/templates/ in any circu...
by fredp
Fri Apr 24, 2015 9:50 am
Forum: [locked] Installation, Setup and Upgrade
Topic: CMSMS 1.12: why change Smarty {config_load} directory?
Replies: 11
Views: 8571

Re: CMSMS 1.12: why change Smarty {config_load} directory?

That was an interesting digression regarding templates, but to get back to my original topic, Smarty config files , let me give a simple example to clarify: On a CMSMS 1.11.12 site, my first CMSMS stylesheet contained the following: [[$cfgpath=cms_join_path(realpath(dirname($smarty.server.DOCUMENT_R...
by fredp
Fri Apr 17, 2015 4:24 am
Forum: [locked] Installation, Setup and Upgrade
Topic: CMSMS 1.12: why change Smarty {config_load} directory?
Replies: 11
Views: 8571

Re: CMSMS 1.12: why change Smarty {config_load} directory?

The config dir was specified to tmp/templates in 1.11 when we upgraded smarty versions. Thanks for the quick reply. I see now that the change to tmp/templates is only part of the picture. Since CMSMS' upgrade to Smarty 3, I've been using Smarty.net's recommendation of putting config files outside o...
by fredp
Wed Apr 15, 2015 8:32 am
Forum: [locked] Installation, Setup and Upgrade
Topic: CMSMS 1.12: why change Smarty {config_load} directory?
Replies: 11
Views: 8571

CMSMS 1.12: why change Smarty {config_load} directory?

Hi dev team, After upgrading a CMSMS 1.11.12 test site to CMSMS 1.12, I was surprised to find that my Smarty "config files" stopped loading on all {config_load} tag calls in templates and spreadsheets. I investigated and found something curious on line 96 of lib/classes/class.Smarty_CMS.ph...

Go to advanced search