Page 2 of 5
Re: Announcing CMS Made Simple 1.5-beta1
Posted: Tue Nov 04, 2008 7:37 pm
by rab
Yup, I noticed that from the notes, but that shouldn't mean that the upgrade leaves you with blank templates.
I'm hoping a lot of these issues were due to the first error in the upgrade process (Step 6 error mentioned above), so I plan to delete everything and do the upgrade over again. Will keep you posted.
Re: Announcing CMS Made Simple 1.5-beta1
Posted: Wed Nov 05, 2008 2:13 pm
by cb2004
Trying to upload through Tiny sends you back to the login screen.
Re: Announcing CMS Made Simple 1.5-beta1
Posted: Wed Nov 05, 2008 2:58 pm
by Ziggywigged
cb2004 wrote:
Trying to upload through Tiny sends you back to the login screen.
Same here.
Re: Announcing CMS Made Simple 1.5-beta1
Posted: Wed Nov 05, 2008 3:20 pm
by calguy1000
This has been fixed in svn.
Re: Announcing CMS Made Simple 1.5-beta1
Posted: Wed Nov 05, 2008 5:51 pm
by dont
I think there is still a problem in de TinyMCE WYSIWYG config.
If you want a small content edit area it wouldn't resize smaller than the toolbars.
Older versions are working correct but newer ones won't.
And a question about this release;
Why still no multilanguage support in the page content area, or is this for the 2.0 release...??
Re: Announcing CMS Made Simple 1.5-beta1
Posted: Wed Nov 05, 2008 6:01 pm
by jce76350
Hi,
using svn Rev : 5252
if in : Site Admin » Global Settings -> Enable Custom 404 Message: is Ok
if error on a page like
http://mysite/how-cmsms-works2 or
http://mysite/index.php?page=how-cmsms-works2
I have
Fatal error: Call to a member function GetContent() on a non-object in .../index.php on line 217
in french
Layout » Templates » Current Associations
icon delete --> NO alert message (in english error message OK)
Layout » Stylesheets » Assign Templates to Stylesheet
icon delete --> NO alert message (in english error message OK)
[EDIT] The problem is the "l'"
['admin']['deleteassociationconfirm'] = 'Êtes-vous sûr de vouloir supprimer l'association ...
If I delete l' so new translation is
['admin']['deleteassociationconfirm'] = 'Êtes-vous sûr de vouloir supprimer association ...
or
['admin']['deleteassociationconfirm'] = 'Êtes-vous sûr de vouloir supprimer
l\'association ...
The message alert is OK
NOTA same problem in it_IT
[/ EDIT]
Content » Pages icon delete My Preferences » User Preferences -->
error message 'Êtes-vous sûr de vouloir supprimer - xxxx - (htmlenties problem ?)
Re: Announcing CMS Made Simple 1.5-beta1
Posted: Wed Nov 05, 2008 9:14 pm
by rab
Ran the upgrade process again got all the way to "Success!" just fine. Then went to Modules, saw that one of them needed to be upgraded, and that went fine, too.
Had the same problem with Calendar, though, just like before. Modules said v1.0 was installed, but there were no templates, and in Stylesheets I found Calendar CSS Example (from original Calendar) but not Calendar CSS Example v1.0. So I un-installed Calendar (didn't remove it), went to Module Manager and downloaded & installed it, then imported the module_calendar tables from original to the beta site, and all is now good.
But have a problem with permissions. I used the process as described by calguy where
Code: Select all
<div id="menu_vert">
<h2 class="accessibility">Navigation</h2>
{assign var='includeprefix' value='public_'}
{if $customcontent_loggedin > 0}
{capture assign='includeprefix'}{$includeprefix},{groups_to_prefixes groups=$customcontent_groups}{/capture}
{/if}
{menu template='cssmenu.tpl' includeprefix=$includeprefix}
<hr class="accessibility" />
</div>
goes in template,
Code: Select all
{assign var='content_is_visible' value='0'}
{if $customcontent_loggedin > 0}
{if isset($customcontent_memberof_strategy)}
{assign var='content_is_visible' value='1'}
{/if}
{/if}
goes into the page's Page-specific Metadate box, and
Code: Select all
{if !isset($content_is_visible)} {assign var='content_is_visible' value='1'} {/if} {if $content_is_visible == '1'} {content block='header'} {cms_module module='Forum' forum='SPG'}
{else}<div class="bigerror">Private Content. Authorization Required</div>
{/if}
goes into the page's Content.
Unfortunately, although it worked beautifully in the original site, it doesn't in the beta. I can log in no problem, but the "private" pages don't appear in the menu and if I go there by inserting the page's URL, I get the "Private Content. Authorization Required" message.
Does the beta site need something different in order for this to work?
Other than that, all the basics seem to work fine, including TinyMCE. I'll continue to play with the various modules and keep you posted, but the permissions thing is the biggie right now.
Re: Announcing CMS Made Simple 1.5-beta1
Posted: Wed Nov 05, 2008 11:32 pm
by rab
Hi,
Since I'm working on a project with an expected completion date of Jan 1, and assuming the stable version of 1.5 will be available by or before then, I would like to keep on developing this site in the beta version I just set up.
I'll be working with most of the modules I listed in the original post above, plus I'm getting ready now to add calguy's Cart, Products, Orders and PayPalGateway modules to set up a small ecom system. So this should be useful for you in helping to flush out any other issues with v.beta1, while allowing me to avoid doing everything in v.1.4.1 first, then going through the 1.5 upgrade down the road.
Anyone think this is a really BAD idea?
Thanks.
Re: Announcing CMS Made Simple 1.5-beta1
Posted: Thu Nov 06, 2008 12:22 am
by nuno
rab wrote:
Hi,
Since I'm working on a project with an expected completion date of Jan 1, and assuming the stable version of 1.5 will be available by or before then, I would like to keep on developing this site in the beta version I just set up.
I'll be working with most of the modules I listed in the original post above, plus I'm getting ready now to add calguy's Cart, Products, Orders and PayPalGateway modules to set up a small ecom system. So this should be useful for you in helping to flush out any other issues with v.beta1, while allowing me to avoid doing everything in v.1.4.1 first, then going through the 1.5 upgrade down the road.
Anyone think this is a really BAD idea?
Thanks.
Go for it
Thanks
Nuno
Re: Announcing CMS Made Simple 1.5-beta1
Posted: Thu Nov 06, 2008 12:40 pm
by Po6oT
Hi,
Upgrade from 1.41 to 1.5...
In listcontent: checkbox for select all pages is not work.
Re: Announcing CMS Made Simple 1.5-beta1
Posted: Thu Nov 06, 2008 1:07 pm
by mccord42
Po6oT wrote:
Upgrade from 1.41 to 1.5...
In listcontent: checkbox for select all pages is not work.
Well, the "Select" action doesn't seem to be working. But if you have pages checked and click in the select all checkbox it does de-select the appropriate checkboxes. I don't know where to look in the code to fix this but I thought that this additional info might help someone who does know where to look, find the bug faster.
Re: Announcing CMS Made Simple 1.5-beta1
Posted: Thu Nov 06, 2008 2:02 pm
by cb2004
Does anybody have to sign into admin twice using IE8 or FF3? I put in my username and password and the screen refreshes and I am not logged in. I do not receive a incorrect username or password error though. I put exactly the same info in again and I am logged in.
Re: Announcing CMS Made Simple 1.5-beta1
Posted: Thu Nov 06, 2008 2:40 pm
by rab
Logging into Admin twice happened to me as well (in FF3), but only a couple times. It now no longer happens.
Re: Announcing CMS Made Simple 1.5-beta1
Posted: Thu Nov 06, 2008 5:22 pm
by jce76350
Hi,
Into Extensions » Events
the Help (new window) =
http://wiki.cmsmadesimple.org/index.php ... ons/Events
Must be ....Extensions/Events_Manager
I think the probleme is into \admin\lang\en_US\admin.inc.php
$lang['admin']['eventhandlers'] = 'Events'; Must be : Events_Manager
Re: Announcing CMS Made Simple 1.5-beta1
Posted: Thu Nov 06, 2008 7:22 pm
by rab
Anyone have any ideas why the FEU permissions isn't working properly (as mentioned above)? Just to make sure it wasn't a WAMP vs. Linux server issue, I downloaded the original site (v1.4.1) to my laptop, and all works fine. It just doesn't work in v1.5beta.
This site will rely rather heavily on this - there are more private pages than public ones - and I'm not going to get very far testing calguy's ecom modules without it. So any ideas on this and I'll be happy to try them out.
Thanks.