Page 1 of 2
Announcing CMS Made Simple 1.1.3.1
Posted: Sat Sep 22, 2007 5:59 pm
by calguy1000
Even before we could start beta testing 1.2, a potential security vulnerability was found in 1.1.2. (Thank you johnbmcdonald for bringing this to our attention.), forcing us to release 1.1.3
This is a very slight change, only the adodb_lite files have been adjusted.
We recommend that all users upgrade their sites as soon as possible.
Thank you.
[edit] topic changed for 1.1.3.1
Re: Announcing CMS Made Simple 1.1.3
Posted: Sat Sep 22, 2007 6:38 pm
by Greg
Calguy1000 - I upgraded 2 sites with the same result - the stylesheet no longer load. Cleared cache etc. same result. Loaded site into CSS Vista and the only entry in the stylesheet is 'Attempt to use ADODB from outside of CMS' - no code.
Re: Announcing CMS Made Simple 1.1.3
Posted: Sat Sep 22, 2007 6:40 pm
by calguy1000
groan..... I tested it on one site, had no difficulty. I even upgraded this site from 1.1 to 1.1.2 then to 1.1.3.
Re: Announcing CMS Made Simple 1.1.3
Posted: Sat Sep 22, 2007 6:54 pm
by ConiKost
My Site ist dead
Upgraded from 1.1.2 to 1.1.3 ...
Now, all CSS is missing ... (but its activated in the admincp)
Its
http://www.bl4ckb0x.de/
When trieing to view CSS Code with FireFox, i get Attempt to use ADODB from outside of CMS
Re: Announcing CMS Made Simple 1.1.3
Posted: Sat Sep 22, 2007 6:55 pm
by calguy1000
Okay, I found it. it's a one line change to stylesheet.php.
We'll have to re-cut the 1.1.3. In the mean time, I've taken the links off of the download page.
[added]
the temporary workaround if you're getting no stylesheets after upgrading to 1.1.3 is to edit your config.php
and change:
$config['old_stylesheet'] to true.
Re: Announcing CMS Made Simple 1.1.3
Posted: Sat Sep 22, 2007 7:09 pm
by Greg
calguy1000 - added your new stylesheet.php from svn and sites are working again.. thanks!!
Re: Announcing CMS Made Simple 1.1.3
Posted: Sat Sep 22, 2007 7:23 pm
by ConiKost
old_stylesheet works for me perfect

Re: Announcing CMS Made Simple 1.1.3.1
Posted: Sat Sep 22, 2007 8:26 pm
by calguy1000
Okay, 1.1.3.1 is up and out, and ready to roll.
Sorry for the inconvenience.
Re: Announcing CMS Made Simple 1.1.3.1
Posted: Sun Sep 23, 2007 9:10 am
by openmtl
calguy1000 wrote:
Okay, 1.1.3.1 is up and out, and ready to roll.
Sorry for the inconvenience.
1.1.3.1 downloaded this morning (23rd Sept) and worked fine except usual tweak to the News module on the SQL query
to support very old MySQL versions...
/modules/News/function.admin_articlestab.php (around line 96)
/modules/News/action.default.php (around line 226)
Change it to,
# query1 .= " LIMIT $pagelimit OFFSET $startelement";
$query1 .= " LIMIT $startelement , $pagelimit ";
Apart from that I certainly like how you can simply FTP up the new copy of the code, the site automatically says it is
in maintenance mode, hit the /install/upgrade.php and then it all works again.
Re: Announcing CMS Made Simple 1.1.3.1
Posted: Sun Sep 23, 2007 6:12 pm
by ninja-lewis
I've just upgraded to 1.1.2 using the diff-1.1.1-1.1.2 package in the process of updating to 1.1.3.1. When I access my site I get the "Site down for maintenance." When accessing /install/upgrade.php I get a 404 error. I've also deleted the install folder after upgrading and I've double checked the diff packages for 1.1.2 and 1.1.3.1 and neither come with an install directory. Any help?
Re: Announcing CMS Made Simple 1.1.3.1
Posted: Sun Sep 23, 2007 6:25 pm
by calguy1000
remove tmp/cache/SITEDOWN
Re: Announcing CMS Made Simple 1.1.3.1
Posted: Sun Sep 30, 2007 7:33 am
by CMSMS-Fan
Hi,
I have just downloaded 1.1.3.1 difference and upgraded from 1.1.2. No problem but I get an error.
Code: Select all
Notice: Use of undefined constant CMS_VERSION - assumed 'CMS_VERSION' in
/home/fhlinux165/c/costalotlessgolf.com/user/htdocs/lib/adodb_lite/adodb.inc.php on line 2
Any Ideas guys as this is flashing across the public screen as the site loads.
It doesn't appear to impact on the working of the site but is just a little off putting.
Re: Announcing CMS Made Simple 1.1.3.1
Posted: Sun Sep 30, 2007 8:36 am
by Sy
Check out the main thread on the home page, they're is a fix for this.
Re: Announcing CMS Made Simple 1.1.3.1
Posted: Sun Sep 30, 2007 8:39 am
by CMSMS-Fan
Sy wrote:
Check out the main thread on the home page, they're is a fix for this.
I have run a search on the error but couldn't find any mention of the error. If you have the link could you post it.
Thanks in advance.
Re: Announcing CMS Made Simple 1.1.3.1
Posted: Mon Oct 01, 2007 9:18 am
by Pierre M.
Hello,
HuttonIT wrote:
I have run a search on the error but couldn't find any mention of the error. If you have the link could you post it.
Thanks in advance.
I have searched for CMS_VERSION and the first result was
the good one of sep 23th.
Come on
Pierre M.