Page 2 of 2
Re: Godaddy.com root URL path? Help!
Posted: Sat May 17, 2008 12:19 am
by duplay
well thank you for the help and interesting why that needed to be changed. I used to see a upload button there. but it looks as if it is pulling from the images folder which works for me!
Thanks for your help!
Re: Godaddy.com root URL path? Help!
Posted: Sat May 17, 2008 12:41 am
by Wiedmann
and interesting why that needed to be changed.
SCRIPT_FILENAME must not be set and/or must not have the same value as __FILE__.
But for a correct function of this script, you must have the value of "3 directories upward of the directory of this file". And you can only ensure this value in a portable way, if you use __FILE__.
Re: Godaddy.com root URL path? Help!
Posted: Sat May 17, 2008 12:46 am
by duplay
WOW - I dont think anything you just wrote I understand (whoops). Let me put it this way, if I go to install a new site on godaddy, what would I need to do to make the browse button work? Just change the code you sent me on that file? Did I do something I shouldn't, or forgot a step?
I have installed on our local servers at work and have never had to do this step.
Thanks for all your help!
Mike D
Re: Godaddy.com root URL path? Help!
Posted: Sat May 17, 2008 1:14 am
by Wiedmann
if I go to install a new site on godadd ... Just change the code you sent me on that file?
Correct. Just change "SERVER['SCRIPT_FILENAME']" to "__FILE__" in the file "filepicker.php".
It seems also be a good idea, to add a bug report to the TinyMCE project and refere to this thread.
Re: Godaddy.com root URL path? Help!
Posted: Sat May 17, 2008 1:17 am
by duplay
good point- for some odd reason when i install the new version the WYSIWYG never shows until you un-install it and then re-install a different version. I am in the process of doing a clean install.
ever heard of the WYSIWYG only showing in Firefox? not IE - thats my next problem on the list.
Thanks for your help!
MJD
Re: Godaddy.com root URL path? Help!
Posted: Sat May 17, 2008 1:25 am
by Nullig
What's wrong with using the standard TinyMCE that comes with CMSMS?
I don't like using beta versions on live sites... too unpredictable.
Nullig
Re: Godaddy.com root URL path? Help!
Posted: Sat May 17, 2008 1:31 am
by Wiedmann
Nullig wrote:What's wrong with using the standard TinyMCE that comes with CMSMS?
e.g. doesn't shows the styles in the select box, which are defined in the stylesheet.
duplay wrote:ever heard of the WYSIWYG only showing in Firefox? not IE - thats my next problem on the list.
Hm. Can be a cache problem (or cookie) problem, if you have used the same IE with an older version of TinyMCE.