• 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 Reply to topic  [ 45 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject: Re: CMS Made Simple 1.5.1 - San Juan
PostPosted: Sat Dec 06, 2008 7:26 am 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Wed Oct 25, 2006 8:29 pm
Posts: 4986
Location: Raalte, the Netherlands
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


Top
 Profile  
 
 Post subject: Re: CMS Made Simple 1.5.1 - San Juan
PostPosted: Sat Dec 06, 2008 7:56 am 
Offline
Forum Members
Forum Members

Joined: Wed Sep 05, 2007 8:35 pm
Posts: 108
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
Why is it I'm always surprised when something actually works?


Top
 Profile  
 
 Post subject: Re: CMS Made Simple 1.5.1 - San Juan
PostPosted: Sat Dec 06, 2008 8:05 am 
Offline
Forum Members
Forum Members

Joined: Wed Sep 05, 2007 8:35 pm
Posts: 108
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
Why is it I'm always surprised when something actually works?


Top
 Profile  
 
 Post subject: Re: CMS Made Simple 1.5.1 - San Juan
PostPosted: Sat Dec 06, 2008 6:16 pm 
Offline
Forum Members
Forum Members

Joined: Wed Sep 05, 2007 8:35 pm
Posts: 108
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:
// 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.

_________________
RAB
Why is it I'm always surprised when something actually works?


Top
 Profile  
 
 Post subject: Re: CMS Made Simple 1.5.1 - San Juan
PostPosted: Sun Dec 07, 2008 2:52 pm 
Offline
Support Guru
Support Guru
User avatar

Joined: Mon Jul 04, 2005 5:12 pm
Posts: 4820
Location: Ferrara, Italy
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

_________________
CMSMS Support Team
Italian Admin and Moderator

Plugins: Geolocate hostip, Multiple random image, Image rotator (beta), Content Pagination
Modules: ForumMadeSimple (Howto), TranslationManager
Multilingual: MLE is not CMSMS


Last edited by alby on Sun Dec 07, 2008 3:15 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: CMS Made Simple 1.5.1 - San Juan
PostPosted: Sun Dec 07, 2008 11:35 pm 
Offline
Forum Members
Forum Members

Joined: Sat May 06, 2006 9:52 am
Posts: 84
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:
Quote:
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.


My system information
Quote:
----------------------------------------------

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.

Top
 Profile  
 
 Post subject: Re: CMS Made Simple 1.5.1 - San Juan
PostPosted: Mon Dec 08, 2008 2:38 pm 
Offline
Forum Members
Forum Members
User avatar

Joined: Fri Jun 23, 2006 12:55 pm
Posts: 188
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.

_________________
http://tiger-inc.com


Top
 Profile  
 
 Post subject: Re: CMS Made Simple 1.5.1 - San Juan
PostPosted: Mon Dec 08, 2008 3:36 pm 
Offline
Forum Members
Forum Members

Joined: Sat May 06, 2006 9:52 am
Posts: 84
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.


Top
 Profile  
 
 Post subject: Re: CMS Made Simple 1.5.1 - San Juan
PostPosted: Mon Dec 08, 2008 3:36 pm 
Offline
Forum Members
Forum Members

Joined: Wed Sep 05, 2007 8:35 pm
Posts: 108
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!

_________________
RAB
Why is it I'm always surprised when something actually works?


Top
 Profile  
 
 Post subject: Re: CMS Made Simple 1.5.1 - San Juan
PostPosted: Mon Dec 08, 2008 5:13 pm 
Offline
Forum Members
Forum Members

Joined: Thu Sep 27, 2007 12:36 am
Posts: 40
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.


Top
 Profile  
 
 Post subject: Re: CMS Made Simple 1.5.1 - San Juan
PostPosted: Mon Dec 08, 2008 6:46 pm 
Offline
Power Poster
Power Poster

Joined: Mon May 29, 2006 1:20 pm
Posts: 1666
Location: Rouen
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

_________________
Jean-Claude Etiemble  1.11.6-Fr


Last edited by jce76350 on Fri Dec 12, 2008 8:10 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: CMS Made Simple 1.5.1 - San Juan
PostPosted: Mon Dec 08, 2008 9:32 pm 
Offline
Translator
Translator
User avatar

Joined: Wed Apr 18, 2007 9:25 am
Posts: 457
Location: Germany
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.

_________________
Top Forum Entries (en):
http://forum.cmsmadesimple.org/index.ph ... 450.0.html (Search Plugins for Firefox)
Top Forum Einträge (de):
http://forum.cmsmadesimple.org/index.ph ... 541.0.html (HowTo: CMSms Sicherheit ab Version 1.4.1)
http://forum.cmsmadesimple.org/index.ph ... 474.0.html (HowTo: CMSms-Tuning 1.x)
http://forum.cmsmadesimple.org/index.ph ... 465.0.html (Suchmaschinen Plugins für Firefox)

Delete unused lang files: http://forum.cmsmadesimple.org/index.ph ... l#msg65351 (own Script)

cmsmadesimple.org/api[doc]/ - the [old] API
-------
en: www.godlovestheworld.com • de: www.gottkennen.com - www.gottliebtsie.de


Top
 Profile  
 
 Post subject: Re: CMS Made Simple 1.5.1 - San Juan
PostPosted: Wed Dec 10, 2008 7:15 pm 
Offline
Forum Members
Forum Members
User avatar

Joined: Tue Apr 15, 2008 10:36 am
Posts: 128
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 :)))


Top
 Profile  
 
 Post subject: Re: CMS Made Simple 1.5.1 - San Juan
PostPosted: Fri Dec 12, 2008 1:59 am 
Offline
Power Poster
Power Poster
User avatar

Joined: Wed Jan 02, 2008 11:39 pm
Posts: 2154
Location: Lewiston-Idaho
Are people still getting the seesions going funky?  I keep getting logged out? 

jeremyBass

_________________
Sorry. Too little support in projects, too little reason to not deprioritize. May-be if more attention is needed.
Follow me on Twitter | Follow me on FaceBook


Top
 Profile  
 
 Post subject: Re: CMS Made Simple 1.5.1 - San Juan
PostPosted: Fri Dec 12, 2008 3:17 am 
Offline
Forum Members
Forum Members
User avatar

Joined: Fri Jun 23, 2006 12:55 pm
Posts: 188
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.

_________________
http://tiger-inc.com


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 45 posts ]  Go to page Previous  1, 2, 3  Next

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:  
A2 Hosting