Announcing CMS Made Simple 1.5-beta1
Re: Announcing CMS Made Simple 1.5-beta1
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.
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
Trying to upload through Tiny sends you back to the login screen.
-
- Power Poster
- Posts: 424
- Joined: Sat Feb 02, 2008 12:42 am
- Location: USA
Re: Announcing CMS Made Simple 1.5-beta1
Same here.cb2004 wrote: Trying to upload through Tiny sends you back to the login screen.
Take a penny, leave a penny.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Announcing CMS Made Simple 1.5-beta1
This has been fixed in svn.
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.5-beta1
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...??
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
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 ?)
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 ?)
Last edited by jce76350 on Fri Nov 07, 2008 9:44 am, edited 1 time in total.
Jean-Claude Etiemble MyPageFr
Re: Announcing CMS Made Simple 1.5-beta1
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
goes in template,
goes into the page's Page-specific Metadate box, and
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.
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>
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}
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}
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
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.
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
Go for itrab 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.
Thanks
Nuno
Re: Announcing CMS Made Simple 1.5-beta1
Hi,
Upgrade from 1.41 to 1.5...
In listcontent: checkbox for select all pages is not work.
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
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.Po6oT wrote: 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
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
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
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
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
Jean-Claude Etiemble MyPageFr
Re: Announcing CMS Made Simple 1.5-beta1
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.
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.