• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 77 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject: Re: 0.12 "Fiji" Released!
PostPosted: Sun Mar 12, 2006 9:41 pm 
Offline
Forum Members
Forum Members
User avatar

Joined: Sat Jan 14, 2006 6:07 pm
Posts: 137
Greg wrote:
Hi dam, you didn't happen to just rename  the old folder in your modules directory ?

I did also, but the result was the same


Top
 Profile  
 
 Post subject: Re: 0.12 "Fiji" Released!
PostPosted: Sun Mar 12, 2006 9:47 pm 
Offline
Power Poster
Power Poster

Joined: Sun Sep 26, 2004 6:15 pm
Posts: 599
Location: Saskatchewan - Canada
This will be a problem even if the folder has a different name. Delete all the old Calendar folders before copying the new Calendar folder up to your Modules directory.

_________________
Greg


Top
 Profile  
 
 Post subject: Re: 0.12 "Fiji" Released!
PostPosted: Mon Mar 13, 2006 3:36 am 
Upgraded 0.12beta2 to 0.12 with no problems - Calendar 0.6.1 works fine with both.

Upgraded another site from 0.10 to 0.12 and the upgrade seemed to go smoothly. The front page still shows fine but as soon as I navigate to any other page (i.e. as soon as the 'page' get variable is set) i get the following error:
Code:
Fatal error: Call to a member function on a non-object in /home/zenology/public_html/lib/content.functions.php(657) : eval()'d code on line 5

WHat's odd is that the eval function on that line is muted (prefixed with @) so I don't know why it's still showing the error. I tried unmuting it but it makes no difference. I also removed all old files in plugins/ and cleared the cache folders in case that was a problem but to no avail.

The admin area seems to work fine. Any ideas?


Top
  
 
 Post subject: Re: 0.12 "Fiji" Released!
PostPosted: Mon Mar 13, 2006 4:12 am 
OK add to that another successful 0.12beta2 upgrade and two successful 0.11.2 upgrades. Still stuck on that 0.10 one though and need to get it sorted asap. I have another three 0.10 upgrades to do but I'll wait for a resolution first.

It's at times like these that I realise just how much I use cms!!


Top
  
 
 Post subject: Re: 0.12 "Fiji" Released!
PostPosted: Mon Mar 13, 2006 4:24 am 
OK forget about it - the error was caused by a user-tag I had written which doesn't work anymore. SO that's 5 successful upgrades. I think that goes some way to cancelling out all the problems reported above ;)


Top
  
 
 Post subject: Re: 0.12 "Fiji" Released!
PostPosted: Mon Mar 13, 2006 5:28 am 
Hi

I upgraded from .11 to .12 and installed in a fresh directory (but same database) and I'm having problems with the FCKEditor. Every time I go into a page to edit the contents, the browser (both Firefox and IE) asks me if I want to open or save the fckblank.html.php file. Strangely in Firefox, if I then hit cancel, switch to the Options tab and then back to the Main tab, it works fine.

However, this isn't exactly ideal. Does anyone have any ideas on how to solve this?

Great CMS though.

Cheers, Keith


Top
  
 
 Post subject: Re: 0.12 "Fiji" Released!
PostPosted: Mon Mar 13, 2006 9:10 am 
Did a fresh install of 0.12 and everything seemed OK. However the FCKEditor WYSIWIG did not appear at all when editing content. I discovered the FCKEditor does not appear for Mozilla 1.7.12 browser nor for Opera 8.5. It does appear for IE6 and Firefox 1.5 . In theory if it works for Firefox then it should also work for Mozilla as they handle Javascript similarly and adopt the W3C DOM. I have not looked at the FCKEditor code yet and am wondering if this is already a known issue that will be fixed in future release ?


Top
  
 
 Post subject: Re: 0.12 "Fiji" Released!
PostPosted: Mon Mar 13, 2006 11:01 am 
Offline
Administrator
Administrator
User avatar

Joined: Fri Jun 11, 2004 6:58 pm
Posts: 3334
Location: Fairless Hills, Pa USA
Ah, FCK problems...

@keith: I haven't seen this one before.  What happens if you try to open that file directly?  (http://site.com/modules/FCKeditorX/FCKe ... k.html.php)

@bh_scripts: I believe that Opera 8 has issues with WYSIWYGs to begin with, like Safari and Konqueror do (it just doesn't work).  I'm not sure about the Mozilla 1.7, though.

_________________
http://about.me/tedkulp


Top
 Profile  
 
 Post subject: Re: 0.12 "Fiji" Released!
PostPosted: Mon Mar 13, 2006 1:32 pm 
Offline
Forum Members
Forum Members

Joined: Thu May 19, 2005 9:11 pm
Posts: 27
@Wishy: The FCKEditor in Version 0.12 isnt´t working on Mozilla 1.7.12


Top
 Profile  
 
 Post subject: Re: 0.12 "Fiji" Released!
PostPosted: Mon Mar 13, 2006 3:20 pm 
Offline
Forum Members
Forum Members
User avatar

Joined: Sat Jan 14, 2006 6:07 pm
Posts: 137
Greg wrote:
This will be a problem even if the folder has a different name. Delete all the old Calendar folders before copying the new Calendar folder up to your Modules directory.

Deleted Calendar folder, after uninstalling. With a fresh install from Calendar svn, everything works fine now. Thank you...


Top
 Profile  
 
 Post subject: Re: 0.12 "Fiji" Released!
PostPosted: Mon Mar 13, 2006 3:48 pm 
Offline
Power Poster
Power Poster

Joined: Sat Jan 08, 2005 11:11 pm
Posts: 498
Location: ITALY
thune wrote:
I have successfully upgraded from 0.11.2 to 0.12 and that went fine. The speed increase is noticable. Veryu nice. But I have also tested 0.12b2 and upgraded to 0.12 and I got menu problems. 0.12 ignores the following css:

#menu_vert li.active01 h3 {
  display: block;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #006699;
  color: #18507C;
  margin: 0;
  font-size: 1em;
  line-height: 1em;
  background-color: #abb0b6;
  }

#menu_vert li.active02 h3
{
  display: block;
  padding: 3px 5px 3px 25px;
  border-bottom: none;
  font-size: 90%;
  font-weight: bold;
  color: #18507C;
  margin: 0;
}

#menu_vert li.active03 h3
{
  display: block;
  padding: 3px 5px 3px 40px;
  border-bottom: none;
  font-size: 90%;
  font-weight: bold;
  color: #18507C;
  margin: 0;
}

So you can't see which menu item that's been chosen. That's a huge problem for my template. Seems I have to go back to the beta2.

This is also my first post in this forum, and I have used Plone, Typo3, Joomla, UnameIt, and are impressed by how easy this cms is to use and administrate. Great work!


All id's CSS with # are ignored.

At the moment work good only with CLASS CSS with .  "dot" like:
.myclass{
  ....
  ....
}

or

td.myclass2 {
  ....
  ....
}


Hope to come back this week, and continue the developing.

Bye ;)  Roberto.


Top
 Profile  
 
 Post subject: Problems with FCKEditor X RC 1
PostPosted: Mon Mar 13, 2006 5:12 pm 
Offline
Forum Members
Forum Members

Joined: Thu May 12, 2005 8:50 pm
Posts: 50
Location: Port Townsend, WA
A couple of people have metioned problems with the styles menu in FCKEditor in cmsms 0.12 and I am experienceing the same problems. However, i don't thinkt he problem is 0.12, I think it is FCK RC1. Because of the problems with previous FCK version linking to external files ("src=http://...") I upgraded as per megabob's suggestion to RC1 on a CMSMS site running 0.11.2 and have the same problems. The styles pull-down menu doesn't work in anything I've tried on the mac: Firefox 1.0.7, IE 5 (I don't use IE because it is no longer supported on the Mac), Safari.

Is there anyone using FCKEditor RC 1 on the Mac succefully, and if so, which browser?


Top
 Profile  
 
 Post subject: Re: 0.12 "Fiji" Released!
PostPosted: Mon Mar 13, 2006 5:41 pm 
Offline
Forum Members
Forum Members

Joined: Thu May 12, 2005 8:50 pm
Posts: 50
Location: Port Townsend, WA
Found the answer...I think! From megabob:
Quote:
About styles drop down, you must put styles into TWO zone.

One is STYLES PANEL of FCKeditorX admin section.

And other to CMSMS CSS styles of pages.


I didn't see the "styles" tab in the FCKEditor Admin window. Thanks!


Top
 Profile  
 
 Post subject: Re: 0.12 "Fiji" Released!
PostPosted: Mon Mar 13, 2006 7:39 pm 
Hi

My fckblank problem - yes if I open it then I can see the code no probs. The permissions on this file are set to 777. Any ideas?

Cheers, Keith


Top
  
 
 Post subject: Re: 0.12 "Fiji" Released!
PostPosted: Mon Mar 13, 2006 9:15 pm 
Offline
Forum Members
Forum Members

Joined: Wed Nov 10, 2004 10:16 pm
Posts: 102
Location: Kaunas - Lithuania
Sorry for the offtopic maybe, but i don't want to create a new thread.
I've migrated to 0.12 from 0.10 and don't know if the feature i don't like was in 0.11 and already discussed in this forum earlier, but my question is:

Why the "-" symbol (no quotes) in content page alias is automatically replaced by "_" (no quotes)??? I really really hate it  ???

_________________
Born to make mistakes.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 77 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Arvixe - A CMSMS Partner