Joomla! Discussion Forums



It is currently Tue Nov 24, 2009 10:42 am (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 66 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
Posted: Tue Feb 28, 2006 11:21 pm 
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Mon Dec 12, 2005 9:59 pm
Posts: 254
The fix for the pop-up problem is noted above.  I am talking about a different but related issues with relative links converting to partial absolute links.


Top
  E-mail  
 
Posted: Tue Feb 28, 2006 11:27 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Aug 19, 2005 11:24 pm
Posts: 30
Location: Duisburg / Germany
Thanks, I will try it.

_________________
http://www.info-radevormwald.de


Top
  E-mail  
 
Posted: Wed Mar 01, 2006 1:00 am 
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Mon Dec 12, 2005 9:59 pm
Posts: 254
Does anybody know how to solve the relative URL's problem?  I won't be able to install the jce editor in time for my client's site release, and I really, really don't want to roll back to 1.0.7 (yes I know, I'm an idiot for upgrading them on an uproven release shortly before go live).


Top
  E-mail  
 
Posted: Wed Mar 01, 2006 2:20 am 
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Mon Dec 12, 2005 9:59 pm
Posts: 254
I found what I think is the culprit.  In mambots/editors/mosce.php, lines 26-31:
Code:
if(isset($_SERVER['HTTPS'])) {
if (isset($_SERVER['HTTPS']) &&  $_SERVER['HTTPS'] == "on") { //Modified by Ryan Demmer 01/06/2005 ryandemmer@gmail.com
   $jspath = "https:" . stristr ( $mosConfig_live_site, "//" );
} else {
$jspath = "http:" . stristr ( $mosConfig_live_site, "//" );
}


This code is inserting the strange part of the URL that I referenced earlier - commenting it out works (the URL's stay relative in the database) but it has the downside of making anything with https:// not work.  Surely not everyone in world will be able to upgrade to jce immediately, anybody out there see this as a fun programming challenge they want to solve?


Top
  E-mail  
 
Posted: Wed Mar 01, 2006 6:23 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Sep 23, 2005 12:14 pm
Posts: 32
latristesse: Your hack doesn't work for me. All my file links are still broken :( and users can't create new links to files.

I didn't check properly before upgrading to joomla 1.08 and now I'm kind of stuck. Also, I would have to train all my users on the new version of JCE...


Matt


Top
  E-mail  
 
Posted: Thu Mar 02, 2006 12:25 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Mar 02, 2006 12:00 pm
Posts: 5
Location: Berlin / Germany
Hi Folks!

I have a solution for the german speaking folks out here...

just go to http://www.nextgen-networks.de and download my modified (german only) version.

I've fixed the width of the popup windows too. Git it a try.

Direct download link:
http://nextgen-networks.de/component/op ... ils/gid,4/

Bye

Ralf


Top
  E-mail  
 
Posted: Thu Mar 02, 2006 1:07 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Aug 19, 2005 11:24 pm
Posts: 30
Location: Duisburg / Germany
Big thanx. that is the real solution for MosCE and Joomla 1.0.8

_________________
http://www.info-radevormwald.de


Top
  E-mail  
 
Posted: Thu Mar 02, 2006 5:46 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Oct 17, 2005 7:43 pm
Posts: 1
Thanks guys.. brilliant component, pity about the timing with Joomla 1.0.8. Probably should have waited for the JoomlaCE, but I just did a major convert from Mambo - the MosCE and Events components were the biggest headaches. CB upgrade was also not easy.

I think this patch is the last piece of the jigsaw. Big thank you.  :-*

TB


Top
  E-mail  
 
Posted: Thu Mar 02, 2006 11:58 pm 
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Mon Dec 12, 2005 9:59 pm
Posts: 254
Can anyone translate this into English?


Top
  E-mail  
 
Posted: Fri Mar 03, 2006 12:07 am 
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Mon Dec 12, 2005 9:59 pm
Posts: 254
Never mind about the translation - I can probably use the old en.js from the languages folder, yes?


Top
  E-mail  
 
Posted: Fri Mar 03, 2006 12:32 am 
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Mon Dec 12, 2005 9:59 pm
Posts: 254
Sadly, even with the German update, I'm still having the problem with the insertion of part of my site's URL for images, links, and files (which can be seen in the database entry for that piece of content or in the HTML inspector).  This is so frustrating!


Top
  E-mail  
 
Posted: Fri Mar 03, 2006 2:30 am 
User avatar
Joomla! Champion
Joomla! Champion
Offline

Joined: Mon Aug 29, 2005 10:17 am
Posts: 7149
Location: Netherlands/S'pore/Bali/North America
latristesse wrote:
Sadly, even with the German update, I'm still having the problem with the insertion of part of my site's URL for images, links, and files (which can be seen in the database entry for that piece of content or in the HTML inspector).  This is so frustrating!
why don't you just roll back? Should not be a big issue unless you have not saved?

_________________
For Specialized & Individual Support:: http://gws-desk.com
Professional Joomla Web-Development:: http://gws-studio.com
Joomla Specialized Shared & Reseller Hosting at gws-host.com


Top
   
 
Posted: Fri Mar 03, 2006 5:23 pm 
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Mon Dec 12, 2005 9:59 pm
Posts: 254
I did backup before doing the upgrade but I feel that better security should not be sacrificed just because a third party component is not jiving with the new version.  Anyway, I think I have figured out what is causing the problem, though for the life of me cannot figure out a good solution (and my previous idea of commenting out those lines is not a good solution).  It's putting the same directory into file, image, and page links that I have listed in my .htaccess file.  So my guess is that anyone who is using a testing server (IP_address/~user) or joomla as a subdirectory on the domain (http://www.mysite.com/joomla) and SEF is going to have this same problem w/Joomla 1.0.8 and mosce 1.0.3/1.0.4.


Top
  E-mail  
 
Posted: Fri Mar 03, 2006 7:40 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Aug 19, 2005 12:48 pm
Posts: 17
latristesse wrote:
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"


I'm having this trouble too. Not just with mosCE but with WYSIWYGPro, TMedit and JoomlaFCK as well. I'm happy you were able to fix it on your system, but your hack had no effect for me. Is this happening for anyone else? Any other ideas? It seems to be a Joomla 1.0.8 issue given that all of these editors are having the same problem.


Last edited by dsheppard on Fri Mar 03, 2006 8:25 pm, edited 1 time in total.

Top
  E-mail  
 
Posted: Fri Mar 03, 2006 9:40 pm 
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Mon Dec 12, 2005 9:59 pm
Posts: 254
I'm going to file it as a separate issue - and actually, it turns out that my hack did not work.


Top
  E-mail  
 
Posted: Mon Mar 06, 2006 2:10 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Dec 15, 2005 12:13 pm
Posts: 42
Location: Washington, DC
TinyMCE 2.0.4 doesn't work either.  I went from 1.07 to 1.08.

_________________
--
There are only 10 types of people in the world:
Those who understand binary and those who do not.


Top
   
 
Posted: Mon Mar 06, 2006 5:08 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Mar 05, 2006 8:49 am
Posts: 38
Location: Ankara / TÜRKiYE (TURKEY)
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;



Thanks a lot.  ;)

_________________
YerSistemBilimleri | yerbilimleri.com | Earth System Science (Turkish)


Top
  E-mail  
 
Posted: Tue Mar 07, 2006 5:29 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Dec 15, 2005 12:13 pm
Posts: 42
Location: Washington, DC
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;



Jens-Christian Skibakk
What would be the path to fix this in tinyMCE?  I was looking near / mambots / editors / tinymce / jscripts / tiny_mce / plugins / inlinepopups / editor_plugin.js but I didn't see any reference to variable listed above.  The only php file I had near the path you mentioned was tiny_mce_gzip.php.  Any clue?

_________________
--
There are only 10 types of people in the world:
Those who understand binary and those who do not.


Top
   
 
Posted: Tue Mar 07, 2006 5:36 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Thu Aug 18, 2005 6:58 am
Posts: 1447
Location: Tønsberg, Norway
sieteweb wrote:
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;



Jens-Christian Skibakk
What would be the path to fix this in tinyMCE?  I was looking near / mambots / editors / tinymce / jscripts / tiny_mce / plugins / inlinepopups / editor_plugin.js but I didn't see any reference to variable listed above.  The only php file I had near the path you mentioned was tiny_mce_gzip.php.  Any clue?


This fix does fix only one of the errors with mosCE. The other problems wich is common to both mosCE and TinyMCE is a bug in Joomla! and can't be fixed with a patch for TinyMCE. You just have to wait for Joomla! 1.0.9 to come out. The SEF system i Joomla 1.0.8 was broken, and introduced several problems.

_________________
Jens-Christian Skibakk - Norwegian Translation Coordinator
MMS Blog - http://mms.pipp.no/
Joomla! i Norge / Joomla! in Norway - http://www.joomlainorge.no/


Top
   
 
Posted: Sun Apr 23, 2006 5:09 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Apr 21, 2006 7:38 pm
Posts: 37
Hi,

Has there been any other work on this?

I installed JCE 1.04 recently and I find I started to get this error:

[Sun Apr 23 14:53:41 2006] [error] [client xxx.xx.xxx.xx] File does not exist: //mambots/editors/jce/jscripts/tiny_mce/plugins/script/editor_plugin.js, referer: http://www.example.com/administrator/in ... enu=1&id=4

Looking in the source zip file that's distributed, the directory path up to ./mambots/editors/jce/jscripts/tiny_mce/plugins exists, there's no such thing as script/editor_plugin.js

I'm running Joomla 1.0.8

Michael.


Top
   
 
Posted: Sun Apr 23, 2006 7:31 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Thu Aug 18, 2005 1:16 am
Posts: 961
Location: Glendale, CA, USA
There is a new version available at http://www.cellardoor.za.net/jce/

_________________
http://www.virtuemart-extensions.com


Top
  E-mail  
 
Posted: Sun Apr 23, 2006 7:40 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Apr 21, 2006 7:38 pm
Posts: 37
aravot wrote:
There is a new version available at http://www.cellardoor.za.net/jce/


Hmmm.. I only see v1.04 there, that's the version I'm running.

Michael.


Top
   
 
Posted: Sun Apr 23, 2006 7:50 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Thu Aug 18, 2005 1:16 am
Posts: 961
Location: Glendale, CA, USA
My bad, for some reason I thought you said you installed v1.0.3 (it's getting late I better go to bed).

_________________
http://www.virtuemart-extensions.com


Top
  E-mail  
 
Posted: Mon May 15, 2006 10:13 am 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Aug 22, 2005 11:25 am
Posts: 169
I have a new installation of Joomla 1.0.8, not an upgrade. How can I install MosCE?

The guy who edits the site told me JCE 1.0.4 doesn't have what he needs (something about the way you add links) ?

When I try to install MosCE I just get a blank page and the url is http://www.mysite.com/administrator/index2.php. Will it solve the problem to use Joomla 1.0.7? Is so its it possible to downgrade the installation of 1.0.8 (it wasnt an upgrade in the first place, was a fresh install)

Sorry I'm full of questions! :)


Top
  E-mail  
 
Posted: Tue Jun 06, 2006 9:56 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Sep 23, 2005 8:24 pm
Posts: 31
Location: Caithness, Scotland
I've been using the JCE image editor 1.04 on my site without any problem. However I've just installed JCE media manager plugin 1.03 and now my normal images on all my content pages are not displaying in IE. They do work in Firefox, but not IE. Anyone got any suggestions please, as I have a need for both on my site. Thanks.


Top
   
 
Posted: Tue Aug 29, 2006 10:27 am 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Sun Mar 12, 2006 7:11 pm
Posts: 160
I installed the JCE 1.0.4, but I miss the option of adding a picture and to make the popup & rollover effect as i mosCE.

Is there a way to add this in JCE, or is it a newer version of mosCE or a fix.
Really need this option badly.

Thanks.


Top
   
 
Posted: Tue Aug 29, 2006 12:47 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 11674
Location: **Translation Matters**
JCE DOES provide this functionality if you have the advimage plug-in installed.
Are you still using Joomla 1.0.8? Better think upgrading...

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Qui vult dare parva non debet magna rogare.
---------------------------------
Joomla! Translation Coordination Team


Top
  E-mail  
 
Posted: Tue Aug 29, 2006 2:10 pm 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Sun Mar 12, 2006 7:11 pm
Posts: 160
I just did the upgrade from 1.0.10 to 1.0.11, but still the JCE Editor wont give me the choice to add picture, and the popup and rollover functions I really need.
Any idea?

And my RSS not showing on my site (Cache Directory Unwritable ).
Do I need to uninstall my rss and use a new Jomla-version of syndicate?

Thanks alot guys for helping out  :D


Top
   
 
Posted: Tue Aug 29, 2006 2:21 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 11674
Location: **Translation Matters**
Have you installed the "advanced image plug-in" ?

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Qui vult dare parva non debet magna rogare.
---------------------------------
Joomla! Translation Coordination Team


Top
  E-mail  
 
Posted: Tue Aug 29, 2006 2:29 pm 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Sun Mar 12, 2006 7:11 pm
Posts: 160
Hmm...can't find the  "advanced image plug-in".
Is this where it should be found?
http://www.cellardoor.za.net/index.php?option=com_docman&task=cat_view&gid=3&dir=DESC&order=name&limit=5&limitstart=0


Top
   
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 66 posts ]  Go to page Previous  1, 2, 3  Next

Quick reply

 



Who is online

Users browsing this forum: No registered users and 8 guests


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

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group