CMS Made Simple 1.5.1 - San Juan

Project Announcements. This is read-only, as in... not for problems/bugs/feature request.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: CMS Made Simple 1.5.1 - San Juan

Post by RonnyK »

rab,

what happens when you just use the diff. From 1.5 to 1.5.1 there is a small diff-package as well...

Ronny
rab
Forum Members
Forum Members
Posts: 120
Joined: Wed Sep 05, 2007 8:35 pm

Re: CMS Made Simple 1.5.1 - San Juan

Post by rab »

Hi Ronny,

Same thng happens. FF3 gives this error:

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

Very frustrating!
rab
Forum Members
Forum Members
Posts: 120
Joined: Wed Sep 05, 2007 8:35 pm

Re: CMS Made Simple 1.5.1 - San Juan

Post by rab »

It's just after 3 in the morning, but, figuring I'd just try a quick fix before I call it quits, I copied the index.php file from v1.5 to the v1.5.1 folder. Will wonders never cease - it worked.

I'll run WinMerge against the 2 files to see if I can find the culprit, but not tonight!
rab
Forum Members
Forum Members
Posts: 120
Joined: Wed Sep 05, 2007 8:35 pm

Re: CMS Made Simple 1.5.1 - San Juan

Post by rab »

I compared the 2 index.php files (v1.5 and v1.5.1) and only difference I could find was that the following code

Code: Select all

// optionally enable output compression (as long as debug mode isn't on)
if( isset($config['output_compression']) && $config['debug'] != true )
  {
    @ob_start('ob_gzhandler');
  }
else
  {
    @ob_start();
  }
was on lines 36-44 in v1.5 and lines 72-80 in v1.5.1. Don't know if this makes any difference, but like I said, the v1.5 file worked, the v1.5.1 didn't.
alby

Re: CMS Made Simple 1.5.1 - San Juan

Post by alby »

rab wrote: was on lines 36-44 in v1.5 and lines 72-80 in v1.5.1. Don't know if this makes any difference, but like I said, the v1.5 file worked, the v1.5.1 didn't.
humm...
Try to comment $config['output_compression'] in config.php (add # in front of)
or substitute:
if( isset($config['output_compression']) && $config['debug'] != true )
with:
if( isset($config['output_compression']) && ($config['output_compression'] == true) && $config['debug'] != true )

Alby
Last edited by alby on Sun Dec 07, 2008 3:15 pm, edited 1 time in total.
Maarten
Forum Members
Forum Members
Posts: 84
Joined: Sat May 06, 2006 9:52 am

Re: CMS Made Simple 1.5.1 - San Juan

Post by Maarten »

Hi I have multiple problems with a new 1.5.1 install. I get logged out a lot.  And I have to login twice to get logged in. And I get an error of wrong content when I should get a build in 404 page. So for example I visit http://mysite.com/doesnotexist and I should get the 404 that is set but I get:
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
My system information
----------------------------------------------

Cms Version: 1.5.1

Installed Modules:

    * CMSMailer: 1.73.14
    * FileManager: 0.4.3
    * MenuManager: 1.5.3
    * ModuleManager: 1.2.1
    * News: 2.9.1
    * nuSOAP: 1.0.1
    * Printing: 0.2.6
    * Search: 1.5.2
    * ThemeManager: 1.0.8
    * TinyMCE: 2.4.10
    * Quotes: 0.1.2


Config Information:

    * php_memory_limit:
    * process_whole_template: true
    * max_upload_size: 32000000
    * default_upload_permission: 664
    * assume_mod_rewrite: true
    * page_extension: /
    * internal_pretty_urls: true
    * use_hierarchy: false


Php Information:

    * phpversion: 5.2.6
    * md5_function: On (True)
    * gd_version: 2
    * tempnam_function: On (True)
    * magic_quotes_runtime: Off (False)
    * memory_limit: 64M
    * max_execution_time: 30
    * safe_mode: Off (False)
    * session_save_path: No check because open basedir active


Server Information:

    * Server Api: apache2handler
    * Server Db Type: MySQL (mysql)
    * Server Db Version: 5.0.67


----------------------------------------------
Last edited by Maarten on Sun Dec 07, 2008 11:39 pm, edited 1 time in total.
User avatar
duclet
Forum Members
Forum Members
Posts: 187
Joined: Fri Jun 23, 2006 12:55 pm

Re: CMS Made Simple 1.5.1 - San Juan

Post by duclet »

Can some of the core developers look into this?
duclet wrote: So I just upgraded my test site to this version and there are two things I noticed. First, for some reason, my security key has a value of nothing. It is just an empty string (?_s_=&one=two). Second, the content image blocks are always available for the user the select an image although the template does not call for that. Isn't there a way to remove that?
To Maarten: What page were you on when you got logged out? It might be one of the installed modules.
Maarten
Forum Members
Forum Members
Posts: 84
Joined: Sat May 06, 2006 9:52 am

Re: CMS Made Simple 1.5.1 - San Juan

Post by Maarten »

Hi Duclet, it was a testsite and I unfortunately don't remember what page it was. But every time I launch cmsms admin in a tab (firefox) and then login then close the tab and the go the admin again a need to relogin. Is that a feature (new default behaviour) or is that a bug? Because before 1.5 this never happened.
rab
Forum Members
Forum Members
Posts: 120
Joined: Wed Sep 05, 2007 8:35 pm

Re: CMS Made Simple 1.5.1 - San Juan

Post by rab »

Hi Alby,

Commenting out

$config['output_compression'] in config.php

did nothing. However, changing the index.php file from

if( isset($config['output_compression']) && $config['debug'] != true )

to

if( isset($config['output_compression']) && ($config['output_compression'] == true) && $config['debug'] != true )

did the trick.

Thanks!
skim1114
Forum Members
Forum Members
Posts: 40
Joined: Thu Sep 27, 2007 12:36 am

Re: CMS Made Simple 1.5.1 - San Juan

Post by skim1114 »

Errors everywhere.

I just posted this in support, but I wanted to second some of the errors I have read here.

I am getting bumped to the login page everytime I click on an admin link...not just a module.

All of my sites are also showing code errors and none of my CMS sites are working (ones that I didn't upgrade). Does this have to do with a change that has been made to the CMSMS overall?

Please check out gemglass.com for errors.

s.
jce76350
Beta Tester
Beta Tester
Posts: 2032
Joined: Mon May 29, 2006 1:20 pm
Location: Rouen

Re: CMS Made Simple 1.5.1 - San Juan

Post by jce76350 »

hi All,

In Add "New User" , I create a user type Editor or Designer

Log with Editor or Designer
connect in My Preferences » My Account: Editor
or
connect in My Preferences » My Account: Designer
use Cancel button
I got a blank page with  Error message "Permission Denied"


[EDIT Fri Dec 12] Solved in svn rev  5338 thanks Nuno
Last edited by jce76350 on Fri Dec 12, 2008 8:10 pm, edited 1 time in total.
Jean-Claude Etiemble
SimonSchaufi

Re: CMS Made Simple 1.5.1 - San Juan

Post by SimonSchaufi »

jce76350 wrote: hi All,

In Add "New User" , I create a user type Editor or Designer

Log with Editor or Designer
connect in My Preferences » My Account: Editor
or
connect in My Preferences » My Account: Designer
use Cancel button
I got a blank page with  Error message "Permission Denied"
can confirm that.
User avatar
Il_Burbero
Forum Members
Forum Members
Posts: 128
Joined: Tue Apr 15, 2008 10:36 am

Re: CMS Made Simple 1.5.1 - San Juan

Post by Il_Burbero »

rab wrote: Hi Alby,
Commenting out
$config['output_compression'] in config.php
did nothing. However, changing the index.php file from
if( isset($config['output_compression']) && $config['debug'] != true )
to
if( isset($config['output_compression']) && ($config['output_compression'] == true) && $config['debug'] != true )
did the trick.
Thanks!
Yo! Thanks a lot!
Play with compression and get site down. :( with same trouble.
But this trick was help me, really! Thanks again :)))
JeremyBASS

Re: CMS Made Simple 1.5.1 - San Juan

Post by JeremyBASS »

Are people still getting the seesions going funky?  I keep getting logged out? 

jeremyBass
User avatar
duclet
Forum Members
Forum Members
Posts: 187
Joined: Fri Jun 23, 2006 12:55 pm

Re: CMS Made Simple 1.5.1 - San Juan

Post by duclet »

It seems to be working fine for me in my testing site but then again, that site don't have many modules installed on it. The only thing is that my security key is always an empty string which is just weird.
Post Reply

Return to “Announcements”