Announcing CMS Made Simple 1.1.2

Project Announcements. This is read-only, as in... not for problems/bugs/feature request.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Announcing CMS Made Simple 1.1.2

Post by Nullig »

Still nothing without the number param.

Nullig
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Announcing CMS Made Simple 1.1.2

Post by RonnyK »

Nullig,

what strikes me now, is that I see NEWS 2.5 on the DEV, while the upgrade left me with 2.3.0.2?

http://dev.cmsmadesimple.org/frs/?group ... ase_id=945

2.3.0.2 works for me, but I'll check the 2.5 release (of sept 4th 2007)

Ronny
PatDeLux

Re: Announcing CMS Made Simple 1.1.2

Post by PatDeLux »

I have a choice: either I set the permissions on the modules folder to 555 and the WYSIWYG editors work fine but I cannot update the modules, either I set the permissions to 777 and I can udate the modules but the eitors don't work.

Anyway, my wish is:
  • no more then 2 updates per year
  • no update marked as stable before it's been published as RC for 40 days minimum and used on this site for the same period
Patrick - hosted at ovh.com
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Announcing CMS Made Simple 1.1.2

Post by RonnyK »

Nullig,

I just upgraded to News 2.5 using the XML and it still works.

@Patrick,
most of the upgrades are security-fixes, and only have file-upgrades.

Ronny
PatDeLux

Re: Announcing CMS Made Simple 1.1.2

Post by PatDeLux »

I have updated the News to 2.5 (on 1.1.1) and it works as before. What's the change ?
I really would like to see SEF links for the News.
cyberman

Re: Announcing CMS Made Simple 1.1.2

Post by cyberman »

patdelux wrote: I really would like to see SEF links for the News.
Have you tried this?

Code: Select all

# Rewrite for NEWS
# requested URL looks like /news/12/13.html rewrite is 
# index.php?mact=News,cntnt01,detail,0&cntnt01articleid=12&cntnt01returnid=13
# first number is articleid, second is returnid; NC = nocase, L=last (rule)
RewriteRule ^.*/([0-9]*)/([0-9]*).html$ index.php?mact=News,cntnt01,detail,0&cntnt01articleid=$1&cntnt01returnid=$2 [NC,L]
aozuas

Re: Announcing CMS Made Simple 1.1.2

Post by aozuas »

patdelux wrote: I have updated the News to 2.5 (on 1.1.1) and it works as before. What's the change ?
I really would like to see SEF links for the News.
I also would like to see SEF links for the News. And the news titles in the browser title bar.
Any idea when will we see these?

Aleph Ozuas
www.ciberarte.com.br
www.dzo.com.br
PatDeLux

Re: Announcing CMS Made Simple 1.1.2

Post by PatDeLux »

Spoke too fast about News 2.5: I now have this error message (non blocking apparently)

Code: Select all

string(143) "Smarty error: [in module_file_tpl:News;editarticle.tpl line 26]: syntax error: unrecognized tag 'Uploads' (Smarty_Compiler.class.php, line 590)"
PatDeLux

Re: Announcing CMS Made Simple 1.1.2

Post by PatDeLux »

aozuas wrote: And the news titles in the browser title bar.
I had once successfully installed a hack by Elijah:
http://forum.cmsmadesimple.org/index.ph ... 953.0.html

Apparently there's a new way here:
http://forum.cmsmadesimple.org/index.ph ... l#msg58559
but I didn't try it yet and it seems to require a good backup ;-)
MichaelK

Re: Announcing CMS Made Simple 1.1.2

Post by MichaelK »

I use all the files that are in ZIP file 1.1.1 to 1.1.2.
I updated 15 websites today and just 1 website will not work anymore with the news module.

It's the same problem as the one above. No items are in my list, but they are in my database.
They also Aprove. I can add a article but they just don't show in the Admin and website.

News module 2.5 also don't work. Exactly the same problem as with this version with cms 1.1.2.
aozuas

Re: Announcing CMS Made Simple 1.1.2

Post by aozuas »

cyberman wrote: Have you tried this?
I already use this. When I say SEF links I mean something like:
http://www.mysite.com/news/title-news
not
http://www.mysite.com/news/18/53/

Thanks for the tip PatDeLux, calguy1000 solution worked fine for me, one thing solved now.
I applied the solution here:
http://www.masc.org.br/exposicoes-e-montagem/
The two grey boxes have links for news (expositions). Now I would like to have SEF links the way I said.

sorry the off-topic...

Aleph Ozuas
www.ciberarte.com.br
www.dzo.com.br
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Announcing CMS Made Simple 1.1.2

Post by Nullig »

Well, I tried upgrading to News 2.5, but still no luck.

Nullig
aozuas

Re: Announcing CMS Made Simple 1.1.2

Post by aozuas »

I also had the same problem in one of my installations. Then, tryed to upgrade to News 2.5. No success.
Decided to returned the previous News version. Downloaded 2.3.0.1 version and couldn't install, but I corrected and install.
The 2.3.0.1 has the following error in line 47-49 of method.install.php file (missing the final round bracket in 49th line):

Code: Select all

#Set Permission
$this->CreatePermission('Modify News', 'Modify News');
$this->CreatePermission('Approve News', 'Approve News For Frontend Display';
change to:

Code: Select all

#Set Permission
$this->CreatePermission('Modify News', 'Modify News');
$this->CreatePermission('Approve News', 'Approve News For Frontend Display');
Now is working fine.

Aleph Ozuas
www.ciberarte.com.br
www.dzo.com.br
PatDeLux

Re: Announcing CMS Made Simple 1.1.2

Post by PatDeLux »

I am a bit disgusted. I now have v1.1.2, but my News are screwed, gone, deleted, and the admin interface has apparently lost its stylesheet.
The News option was even gone in the Admin Content menu. I could get it back by uninstalling the module and reinstalling it.
PatDeLux

HEEELP lost adminisration CSS in 1.1.2 !!

Post by PatDeLux »

you can see the result here: www.idevlop.com/admin

And it's a problem because I had lost my News as well (I re-enter them now - what a night!) but also, without the normal presentation in the admin interface, I cannot reach the News template, which I need to restore :(

How can I get this admin CSS back ? If necessary I can access MySql records.
Locked

Return to “Announcements”