Announcing CMS Made Simple 1.1.3.1
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Announcing CMS Made Simple 1.1.3.1
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
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
Last edited by calguy1000 on Sat Sep 22, 2007 8:26 pm, edited 1 time in total.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Announcing CMS Made Simple 1.1.3
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.
Greg
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Announcing CMS Made Simple 1.1.3
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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Announcing CMS Made Simple 1.1.3
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

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
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Announcing CMS Made Simple 1.1.3
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.
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.
Last edited by calguy1000 on Sat Sep 22, 2007 7:00 pm, edited 1 time in total.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Announcing CMS Made Simple 1.1.3
calguy1000 - added your new stylesheet.php from svn and sites are working again.. thanks!!
Greg
Re: Announcing CMS Made Simple 1.1.3
old_stylesheet works for me perfect 

-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Announcing CMS Made Simple 1.1.3.1
Okay, 1.1.3.1 is up and out, and ready to roll.
Sorry for the inconvenience.
Sorry for the inconvenience.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Announcing CMS Made Simple 1.1.3.1
1.1.3.1 downloaded this morning (23rd Sept) and worked fine except usual tweak to the News module on the SQL querycalguy1000 wrote: Okay, 1.1.3.1 is up and out, and ready to roll.
Sorry for the inconvenience.
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.
-
- New Member
- Posts: 9
- Joined: Sun Oct 02, 2005 8:18 pm
Re: Announcing CMS Made Simple 1.1.3.1
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?
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Announcing CMS Made Simple 1.1.3.1
remove tmp/cache/SITEDOWN
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Announcing CMS Made Simple 1.1.3.1
Hi,
I have just downloaded 1.1.3.1 difference and upgraded from 1.1.2. No problem but I get an error.
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.
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
It doesn't appear to impact on the working of the site but is just a little off putting.
Often Ignored but never forgotten
Re: Announcing CMS Made Simple 1.1.3.1
Check out the main thread on the home page, they're is a fix for this.
Regards,
Sy

Sites built with CMSMS:
http://www.eska.co.uk, http://avasig.com, http://www.pygmygoats.co.uk, http://www.agsbuildersltd.com, http://onlineslotracing.com
Sy

Sites built with CMSMS:
http://www.eska.co.uk, http://avasig.com, http://www.pygmygoats.co.uk, http://www.agsbuildersltd.com, http://onlineslotracing.com
Re: Announcing CMS Made Simple 1.1.3.1
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.Sy wrote: Check out the main thread on the home page, they're is a fix for this.
Thanks in advance.
Often Ignored but never forgotten
Re: Announcing CMS Made Simple 1.1.3.1
Hello,
Come on
Pierre M.
I have searched for CMS_VERSION and the first result was the good one of sep 23th.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.
Come on

Pierre M.