Page 5 of 7

Re: CMSMS 1.11 - Galapagos

Posted: Thu Aug 09, 2012 2:55 pm
by calguy1000
fixed in svn for 1.11.1

Re: CMSMS 1.11 - Galapagos

Posted: Fri Aug 10, 2012 2:31 pm
by Jean le Chauve
I made a post here about a problem with FileManager and thumbnail creation. It seems that it disappear ???

Re: CMSMS 1.11 - Galapagos

Posted: Fri Aug 10, 2012 11:01 pm
by Jos
Jean le Chauve wrote:I made a post here about a problem with FileManager and thumbnail creation. It seems that it disappear ???
Even how well your intentions are, it is against forum rules to post code to edit core- and module files. I guess that's the reason your post was removed, and you better delete it again and send it in a PM to calguy.

Re: CMSMS 1.11 - Galapagos

Posted: Fri Aug 10, 2012 11:44 pm
by Dr.CSS
Jean le Chauve wrote:I made a post here about a problem with FileManager and thumbnail creation. It seems that it disappear ???
Please post any "fixes" you may think will fix a bug in your BR in forge, not here...

Re: CMSMS 1.11 - Galapagos

Posted: Sat Aug 11, 2012 5:28 am
by Jean le Chauve
Thank you for the explanation.
Moreover, the solution was incorrect.

Re: CMSMS 1.11 - Galapagos

Posted: Sat Aug 11, 2012 9:01 am
by Jean le Chauve
$params["path"] don't exist in /modules/FileManager/action.savesettings.php line 44
$this->Redirect($id,"defaultadmin",$returnid,array("path"=>$params["path"],"fmmessage"=>$message,"tab"=>"settings"));

It is impossible in advanced mode to perform any action involving a change of path, as upload (except img), create thumbnail, move ...
The path included two times the dirname

Re: CMSMS 1.11 - Galapagos

Posted: Sat Aug 11, 2012 11:47 am
by map_1961
calguy1000 wrote:
Even with our upgraded (from 1.10.3 - to - 1.11 version the {print} tag doesn't work.
The {CMSPrinting} works - even with parameters, but the output for printing is an empty white page without any content...
Just tested this on two sites that I upgraded from 1.10.3 -- one a live site copied down to my local server, and another live site. No problems here.
Thanks calguy - maybe it's because i call this tag in a MLE block? We use the MLC cms module. I'll try to put it in a regular gcb on monday and report it.

map_1961

Re: CMSMS 1.11 - Galapagos

Posted: Sat Aug 11, 2012 12:07 pm
by Jos
map_1961 wrote:maybe it's because i call this tag in a MLE block?
Are you using php version 5.2.x? Then probably it will work with php 5.3 and maybe(?) this is fixed in CMSms 1.11.1

Re: CMSMS 1.11 - Galapagos

Posted: Sat Aug 11, 2012 12:21 pm
by map_1961
Jos wrote:
map_1961 wrote:maybe it's because i call this tag in a MLE block?
Are you using php version 5.2.x? Then probably it will work with php 5.3 and maybe(?) this is fixed in CMSms 1.11.1
Hi Jos - lots of thankx - we use php 5.2.17.
When 1.11.1 will be published?

Greetings

map_1961

Re: CMSMS 1.11 - Galapagos

Posted: Sat Aug 11, 2012 12:33 pm
by Jos
From what I read on Twitter, very soon, maybe even this weekend. https://twitter.com/cmsms
Can depend on some tests on php 5.2
But I don't know this php5.2 issue is addressed in this release

Re: CMSMS 1.11 - Galapagos

Posted: Sat Aug 11, 2012 3:50 pm
by map_1961
Jos wrote:From what I read on Twitter, very soon, maybe even this weekend. https://twitter.com/cmsms
Can depend on some tests on php 5.2
But I don't know this php5.2 issue is addressed in this release
Jos - you are right: switching to php 5.4.5 solves this problem!
Thankx once again!

map_1961

Re: CMSMS 1.11 - Galapagos

Posted: Sat Aug 11, 2012 5:46 pm
by jce76350
Hi,

the {print} tag doesn't work in last rev 8232 SVN with PHP 5.2.17
It is OK in PHP 5.3.x and 5.4.x

I use it with the last MLE 1.11.2.1 into template
<div style="float: right;">{print showbutton=true script=true lang=$lang_locale}</div>

Into the Web page i do not see the icon and have
<div style="float: right;"><!-- ERROR: module name not specified --></div>

If I remplace print by cms_module module='CMSPrinting'
that's Ok

Re: CMSMS 1.11 - Galapagos

Posted: Sat Aug 11, 2012 6:20 pm
by calguy1000
Thanks... fixed it.

Re: CMSMS 1.11 - Galapagos

Posted: Sat Aug 11, 2012 7:40 pm
by jce76350
OK thanks, the {print} is solved for me in PHP 5.2.17 with rev 21 CMSPrinting V 1.0.3

Re: CMSMS 1.11 - Galapagos

Posted: Tue Aug 14, 2012 10:38 pm
by jackstringer
Running CMSMS 1.11.1

I have had an issue with 1 site after upgrade. I kept getting connection reset on the main page. But I can log into admin and all is well until I go to create a page or edit a page then I get,

Code: Select all

Fatal error: Class 'CMS_Content_block' not found in /var/www/vhosts/midwesthusaberg.co.uk/httpdocs/lib/classes/contenttypes/Content.inc.php on line 468
I tried to verify the files but it just says 121 files didn't pass checksum. But it disappears before I can make any real note of them. I have tried to upload twice and still has issues.

--Edit-- I managed to upload and checksum checks ok, but still I get this error.