Page 1 of 3

Announcing CMS Made Simple 1.6.5 - Poya

Posted: Sat Sep 05, 2009 6:12 pm
by calguy1000
This is primarily a bug fix release... with a number of 'relatively important' fixes.  It is recommended you upgrade your site(s) at your earliest convenience.

Version 1.6.5 - Poya
-----------------------------
- Fixes a problem with bulk deletion of pages that have inactive children.
- Fixes many problems with ability to get content objects
- Fixes the CreateFormStart method to reliably get the page url.
- Fixes problem with pretty urls (internal or mod_rewrite) and GET parameters on the URL.
- Printing
  - Fixes problem with stylesheet not being found if pretty urls were being used
  - Fixes problem with parsing the URL to print.
- News
  - Fixes trivial issue with editing an article that had expiry dates set.
- MenuManager
  - Fixes problem with having a default database template
  - Fixes problem with being able to delete the default database template.
- TinyMCE
  - Fixed bug disabling the wysiwyg togglebox upon saving the basic toolbar profile
  - Fixed bug with truncated menutexts with quotes in them not getting properly escaped, breaking config
  - Updated to latest TinyMCE 3.2.6

Re: Announcing CMS Made Simple 1.6.5 - Poya

Posted: Sat Sep 05, 2009 9:16 pm
by Augustas
Upgraded the site. Everything works fine, except one thing.

My admin panel runs only on HTTPS, i.e. https://

I go to MenuManager and try to edit and save an existing Menu template.
After I press "Submit" or "Apply" - I am brought to the URL /admin/httpsmoduleinterface.php  without any parameters, which basicaly returns 404 server error.

Re: Announcing CMS Made Simple 1.6.5 - Poya

Posted: Sun Sep 06, 2009 9:39 am
by [DrAg]
:) Thanks a new update!

My menu with the parameter start_level='2' don't show up.... :( Thanks for al the new fixes!

Re: Announcing CMS Made Simple 1.6.5 - Poya

Posted: Sun Sep 06, 2009 9:43 am
by Augustas
In my website menu with start_level='2' disappeared as well.

So, before it is fixed, I make that menu appear with these 2 parameters:

Code: Select all

start_page="36" show_root_siblings="1"

Re: Announcing CMS Made Simple 1.6.5 - Poya

Posted: Sun Sep 06, 2009 10:49 am
by parse
My start-level dissapeared as well :(

Re: Announcing CMS Made Simple 1.6.5 - Poya

Posted: Sun Sep 06, 2009 11:02 am
by sommersprosse
Hi

same here ???

Re: Announcing CMS Made Simple 1.6.5 - Poya

Posted: Sun Sep 06, 2009 11:52 am
by RonnyK
question....

Are the dissappearing menus with start_level=2, .tpl templates, or NON-tpl templates?

Ronny

Re: Announcing CMS Made Simple 1.6.5 - Poya

Posted: Sun Sep 06, 2009 12:00 pm
by sommersprosse
Hi

my Menucode:

Code: Select all

start_level='2' collapse='1'
My Template's are strored in Database.
It work's fine with 1.6.4.

Re: Announcing CMS Made Simple 1.6.5 - Poya

Posted: Sun Sep 06, 2009 12:04 pm
by moorezilla
Plain, vanilla, old

Top simple navigation + left subnavigation + 1 column

doesn't show second level pages either, although all pages show up on site_mapper.

worked fine with 1.6.4

Re: Announcing CMS Made Simple 1.6.5 - Poya

Posted: Sun Sep 06, 2009 12:08 pm
by Augustas
RonnyK wrote: Are the dissappearing menus with start_level=2, .tpl templates, or NON-tpl templates?
Mine is none-tpl template. Mine is custom created via MenuManager --> "Add Template" button.

Re: Announcing CMS Made Simple 1.6.5 - Poya

Posted: Sun Sep 06, 2009 12:17 pm
by seensite
Hi,

After upgrading from 1.6.3 to 1.6.5, I have an error message on every page of the site :
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/httpd/vhosts/kingkongbong.fun/httpdocs/plugins/function.lang.php on line 64
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/httpd/vhosts/kingkongbong.fun/httpdocs/plugins/function.lang.php on line 64
(yes, twice same message)

I compared function.lang.php of 1.6.3 and 1.6.5 on line 64, they are exactly simetrical in both files. Then what's going wrong with it ?

Re: Announcing CMS Made Simple 1.6.5 - Poya

Posted: Sun Sep 06, 2009 12:25 pm
by RonnyK
For the dissappearing menus.... It seems that action.default.php from the MenuManager folder is modified which causes this behaviour...

Inserting an older version of the file (1.6.4 f.e.) makes it appear again. I cant tell at this moment if reverting to that single file is advisable.... We have to wait for the devs to take a look at the change made...

Ronny

Re: Announcing CMS Made Simple 1.6.5 - Poya

Posted: Sun Sep 06, 2009 12:26 pm
by moorezilla
ok...thanks for the update.

Re: Announcing CMS Made Simple 1.6.5 - Poya

Posted: Sun Sep 06, 2009 12:35 pm
by RonnyK
seensite wrote: Hi,

After upgrading from 1.6.3 to 1.6.5, I have an error message on every page of the site :
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/httpd/vhosts/kingkongbong.fun/httpdocs/plugins/function.lang.php on line 64
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/httpd/vhosts/kingkongbong.fun/httpdocs/plugins/function.lang.php on line 64
(yes, twice same message)

I compared function.lang.php of 1.6.3 and 1.6.5 on line 64, they are exactly simetrical in both files. Then what's going wrong with it ?
plugins/functions.lang.php ? I dont know this file from Core CMSMS.... This file is part of the MLE fork, seems like you upgraded a 1.6.3-MLE environment with 1.6.5-core files....

Ronny

Re: Announcing CMS Made Simple 1.6.5 - Poya

Posted: Sun Sep 06, 2009 12:46 pm
by seensite
RonnyK wrote: plugins/functions.lang.php ? I dont know this file from Core CMSMS.... This file is part of the MLE fork, seems like you upgraded a 1.6.3-MLE environment with 1.6.5-core files....

Ronny
Yes, that's what I did. As well for some other sites, from 1.6.3MLE to 1.6.4 for example : I had no issue.

As 1.6.4 is a security release which is not (and will not be ?) released in MLE, I upgraded this 1.6.3MLE to 1.6.5 to secure it. Do you mean it was not that much a good idea ?