• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: 1.6.5: Reported issues and fixes
PostPosted: Sun Sep 06, 2009 5:49 pm 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Wed Oct 25, 2006 8:29 pm
Posts: 4977
Location: Raalte, the Netherlands
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.ph ... #msg178033


Ronny


Last edited by RonnyK on Sun Oct 04, 2009 6:24 pm, edited 1 time in total.

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Arvixe - A CMSMS Partner