Joomla!
http://forum.joomla.org/

Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8
http://forum.joomla.org/viewtopic.php?f=36&t=41239
Page 1 of 3

Author:  Datso [ Sun Feb 26, 2006 5:27 pm ]
Post subject:  Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

Hi

I use mosCE 1.0.3 and after updating joomla 1.0.7 to 1.0.8 have noticed fatal error in the blank window of the editor at attempt to use functions Image Manager and Insert/Edit Links.

Quote:
Fatal error: Call to a member function on a non-object in /home/site/www/includes/joomla.php on line 802


How to correct?...

Author:  nickpledge [ Sun Feb 26, 2006 6:15 pm ]
Post subject:  Re: mosCE 1.0.3 after updating

i too have the same problem.

Author:  aravot [ Sun Feb 26, 2006 7:18 pm ]
Post subject:  Re: mosCE 1.0.3 after updating

Same here
Quote:
Fatal error: Call to a member function on a non-object in /home/mysite.com/www/dev/includes/joomla.php on line 802

Author:  ElgertS [ Sun Feb 26, 2006 7:36 pm ]
Post subject:  Re: mosCE 1.0.3 after updating

This same error happens with mosCE 1.0.4 as well. Other than that, 1.0.8 is blazing fast! I can go with TinyMCE for now, but will not update any other sites until mosCE works with 1.0.8.

Author:  Takster [ Mon Feb 27, 2006 2:27 am ]
Post subject:  Re: mosCE 1.0.3 after updating

Thankgod, im not the only one with this problem i see.  :)

Will just have to use TinyMCE like ElgertS recommends, untill a fix is put forward.

Author:  horus_68 [ Mon Feb 27, 2006 4:12 am ]
Post subject:  Re: mosCE 1.0.3 after updating

At least this problem reminds me to update to Mosce 1.0.4, but it seems the problem stays the same.
So, allow core people sleep this night. Tomorow we'll be back looking for a solution.

Author:  happy_noodle_boy [ Mon Feb 27, 2006 8:09 am ]
Post subject:  Re: mosCE 1.0.3 after updating

I don't really want to waste time providing a fix for this as JCE 1.0.0 will be released on Thursday 2 March.

There are just too many problems with mosCE that cannot be easily solved, but that JCE will deal with, mostly through the way it is implemented, and the way it handles popup windows for the plugins that require access to Joomla variables.

I am sorry to keep everyone hanging on for the JCE release like this, but time constraints don't allow for an earlier release.

The JCE release will end the mosCE project.

Ryan.

Author:  ChuckTrukk [ Mon Feb 27, 2006 9:04 am ]
Post subject:  Re: mosCE 1.0.3 after updating

Ryan,

Thanks for the input. I love your component and the support. I can't wait for JCE!!!

Chuck

PS - is there a place where we can see whay changes are being made for JCE? I couldnt find it on your site.

Author:  gsbe [ Mon Feb 27, 2006 9:35 am ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

Thanks a lot for the update, Ryan. I will definitely wait a few more days to see this new version released. Thanks as always for giving your time to developing a GREAT editor.

Author:  happy_noodle_boy [ Mon Feb 27, 2006 9:52 am ]
Post subject:  Re: mosCE 1.0.3 after updating

ChuckTrukk wrote:
Ryan,

Thanks for the input. I love your component and the support. I can't wait for JCE!!!

Chuck

PS - is there a place where we can see whay changes are being made for JCE? I couldnt find it on your site.


Thanks for the support everyone.

I haven't got anything to show yet, I will try and remember to get some screenshots up tomorrow.
The JCE site is still being built, so there is nothing to see yet.

Author:  infograf768 [ Mon Feb 27, 2006 11:07 am ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

We can't wait... Thanks for the good job.
BTW, would be great if you included a parameter to get rid of html entities (except the caret obviously) for those of us using utf8 db.  ;)

Author:  happy_noodle_boy [ Mon Feb 27, 2006 1:39 pm ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

There is an option is TinyMCE to set encoding to 'raw'. I will inlcude this as an option in the JCE mambot config.

Author:  kenmcd [ Mon Feb 27, 2006 2:58 pm ]
Post subject:  Re: mosCE 1.0.3 after updating

happy_noodle_boy wrote:
Thanks for the support everyone.

I haven't got anything to show yet, I will try and remember to get some screenshots up tomorrow.
The JCE site is still being built, so there is nothing to see yet.


Ryan,

I and many others would be happy to help you with stuff you do not need to do.
Made all the vBridge screenshots using SnagIt.
Point me to a beta (or alpha) and I would be happy to make screenshots and upload.
Your talents, and time, are better spent on JCE.
(translation - even I can do great screenshots, no need to waste your time)

PM me a link to the files and it will be done.
How you want to handle uploads of the screenshots is up to you.

No need to go it alone.

KM

Author:  jenscski [ Mon Feb 27, 2006 9:35 pm ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

To fix this you have to alter line 16 of mambots/editors/mosce/jscripts/tiny_mce/auth_plugin.php to include $mainframe.

Code:
global $mosConfig_absolute_path, $database, $option, $mosConfig_host, $mosConfig_user, $mosConfig_password, $mosConfig_db, $mosConfig_dbprefix, $mainframe;

Author:  jenscski [ Mon Feb 27, 2006 9:44 pm ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

happy_noodle_boy wrote:
There is an option is TinyMCE to set encoding to 'raw'. I will inlcude this as an option in the JCE mambot config.


You can't just use raw, this will not work with carets, please read this thread http://forum.joomla.org/index.php/topic ... #msg202325

Author:  Hotzi [ Mon Feb 27, 2006 9:48 pm ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

jenscski wrote:
To fix this you have to alter line 16 of mambots/editors/mosce/jscripts/tiny_mce/auth_plugin.php to include $mainframe.

Code:
global $mosConfig_absolute_path, $database, $option, $mosConfig_host, $mosConfig_user, $mosConfig_password, $mosConfig_db, $mosConfig_dbprefix, $mainframe;



Thank you very much.

Author:  sc00zy [ Mon Feb 27, 2006 10:23 pm ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

Can't wait to get my hands on the new JCE! Thanks for all your good work Ryan! :)
I agree it is a waist of time for you to try to fix MCE for this couple of days.

Author:  klomp [ Mon Feb 27, 2006 11:17 pm ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

jenscski wrote:
To fix this you have to alter line 16 of mambots/editors/mosce/jscripts/tiny_mce/auth_plugin.php to include $mainframe.

Code:
global $mosConfig_absolute_path, $database, $option, $mosConfig_host, $mosConfig_user, $mosConfig_password, $mosConfig_db, $mosConfig_dbprefix, $mainframe;



Many thanks, this has resolved my issue!

Phill.

Author:  JonD [ Mon Feb 27, 2006 11:38 pm ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

Thanks for the fix even tho' it's only needed for a short time, it was very much appreciated.

JonD

Author:  pizzicar [ Mon Feb 27, 2006 11:43 pm ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

wow - A temp fix and a new editor release....Life is good  :-*

Author:  Hal [ Mon Feb 27, 2006 11:47 pm ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

This is the solution for auth_plugin.php. Thanks. But in 1.0.8 there is another problem in mosCE  popupImage.php if you have thumbs with popups in the frontend.

Author:  happy_noodle_boy [ Tue Feb 28, 2006 6:55 am ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

jenscski wrote:
happy_noodle_boy wrote:
There is an option is TinyMCE to set encoding to 'raw'. I will inlcude this as an option in the JCE mambot config.


You can't just use raw, this will not work with carets, please read this thread http://forum.joomla.org/index.php/topic ... #msg202325


Maybe we can get Moxiecode to sort this out. That way there will be a fix for TinyMCE in Joomla and JCE.

Posted a request in the TinyMCE forum.

Author:  jenscski [ Tue Feb 28, 2006 7:40 am ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

happy_noodle_boy wrote:
Posted a request in the TinyMCE forum.


Do you have a link to that post?

Author:  happy_noodle_boy [ Tue Feb 28, 2006 7:46 am ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

Its in the TinyMCE Working Group thread, which is a members only thing.

Author:  Sebastiaan [ Tue Feb 28, 2006 7:36 pm ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

jenscski wrote:
To fix this you have to alter line 16 of mambots/editors/mosce/jscripts/tiny_mce/auth_plugin.php to include $mainframe.

Code:
global $mosConfig_absolute_path, $database, $option, $mosConfig_host, $mosConfig_user, $mosConfig_password, $mosConfig_db, $mosConfig_dbprefix, $mainframe;


Solution works great, I was already looking at TinyMCE for the cause of the problem but just couldn't figure it out.

Thanks!!

Author:  Hal [ Tue Feb 28, 2006 9:14 pm ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

If you have thumbs with popups in the frontend (example: http://www.info-radevormwald.de) the include of $mainframe in auth_plugin.php is not the solution for this problem. You have in 1.0.8 no popups in frontend and an error message.

Author:  latristesse [ Tue Feb 28, 2006 10:54 pm ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

There is another problem - don't know if this is unrelated, caused by original problem, or the fix to the original problem, but if you have the editor set to make relative URL's, then it inserts part of the full address that shouldn't be there.  This is particularly a problem for external links.  For instance, let's say my site is edited through IP_address/~mysitedir.  I enter my link into the HTML pop-up as "index.php?option=com_content&task=view&id=85&Itemid=160" but after I save that, mosce turns it into "../~mysitedir/index.php?option=com_content&task=view&id=85&Itemid=160"  If I put in an external link like http://www.nytimes.com, it lists the link as "http://www.nytimes.com" in the HTML but when you look at the site, the link becomes :http://IP_address/~mysitedir/http://www.nytimes.com"

Author:  Hal [ Tue Feb 28, 2006 11:03 pm ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

That's only another problem with Joomla 1.0.8 and mosCE. In Version 1.0.7 all is fine with mosCE popups in the frontend.

Author:  latristesse [ Tue Feb 28, 2006 11:08 pm ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

This is true - it's a 1.0.8 problem.  But it's still a problem.

Author:  Hal [ Tue Feb 28, 2006 11:15 pm ]
Post subject:  Re: Problems with mosCE 1.0.3/1.0.4 after updating to Joomla 1.0.8

It's a very big problem for me, because I'm unable to update. If I do, all popups have an error.

Page 1 of 3 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/