Announcing CMS Made Simple 1.1.2
Re: Announcing CMS Made Simple 1.1.2
Still nothing without the number param.
Nullig
Nullig
Re: Announcing CMS Made Simple 1.1.2
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
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
Re: Announcing CMS Made Simple 1.1.2
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:
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
Re: Announcing CMS Made Simple 1.1.2
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
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
Re: Announcing CMS Made Simple 1.1.2
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 really would like to see SEF links for the News.
Re: Announcing CMS Made Simple 1.1.2
Have you tried this?patdelux wrote: I really would like to see SEF links for the News.
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]
Re: Announcing CMS Made Simple 1.1.2
I also would like to see SEF links for the News. And the news titles in the browser title bar.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.
Any idea when will we see these?
Aleph Ozuas
www.ciberarte.com.br
www.dzo.com.br
Re: Announcing CMS Made Simple 1.1.2
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)"
Re: Announcing CMS Made Simple 1.1.2
I had once successfully installed a hack by Elijah:aozuas wrote: And the news titles in the browser title bar.
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

Re: Announcing CMS Made Simple 1.1.2
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.
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.
Re: Announcing CMS Made Simple 1.1.2
I already use this. When I say SEF links I mean something like:cyberman wrote: Have you tried this?
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
Re: Announcing CMS Made Simple 1.1.2
Well, I tried upgrading to News 2.5, but still no luck.
Nullig
Nullig
Re: Announcing CMS Made Simple 1.1.2
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):
change to:
Now is working fine.
Aleph Ozuas
www.ciberarte.com.br
www.dzo.com.br
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';
Code: Select all
#Set Permission
$this->CreatePermission('Modify News', 'Modify News');
$this->CreatePermission('Approve News', 'Approve News For Frontend Display');
Aleph Ozuas
www.ciberarte.com.br
www.dzo.com.br
Re: Announcing CMS Made Simple 1.1.2
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.
The News option was even gone in the Admin Content menu. I could get it back by uninstalling the module and reinstalling it.
HEEELP lost adminisration CSS in 1.1.2 !!
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.
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.