• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS made Simple Czech Site Zur deutschsprachigen Supportseite Site francophone Sitio en Castellano CMSMS - Magyarország CMSMS -  ???????
Pages: [1]
  Print  
Author Topic: 1.6.5: Reported issues and fixes  (Read 2389 times)
0 Members and 1 Guest are viewing this topic.
RonnyK
Dev Team Member
Power Poster
*****

Karma: 91
Offline Offline

Posts: 4226

Gravatar


« on: 06 Sep 2009, 13:49 »

This post is not sticky anymore, as 1.6.6 is released. All fixes are in 1.6.6.

This topic will hold the reported issues and fixes for the 1.6.5 version.

1: Menu using start_level="2" doesnt appear.

The fix for the dissappearing start_level=2 is made in SVN. For those that experience the issue, you can modify the file

modules\MenuManager\action.default.php

where on line 89, the following must be replaced:

Quote
if( !$curcontent )  {

with:
Quote
if( $curcontent )  {

2: Submit is not taken on forms, when .htaccess is used and page_extension = ''.

Some users that use .htaccess and have the config.php set to have NO page_extension have no action on submit-buttons in forms.

This is fixed with a new .htaccess that will be released with the next release.
The new file is changed as follows:

Quote
#
# 301 Redirect all requests that don't contain a dot or trailing slash to
# include a trailing slash
# except for form POSTS
RewriteCond %{REQUEST_URI} !/$
RewriteCond %{REQUEST_URI} !\.
RewriteCond %{REQUEST_METHOD} !POST$
RewriteRule ^(.*) %{REQUEST_URI}/ [R=301,L]

3. The use of the printbutton ends in a blank page or into opposite behavior (everything on screen, accept the content)

Topic discussed here: http://forum.cmsmadesimple.org/index.php/topic,37218.msg178033.html#msg178033


Ronny
« Last Edit: 04 Oct 2009, 14:24 by RonnyK » Logged
Pages: [1]
  Print  
 
Jump to: