Godaddy.com root URL path? Help!

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm
Location: Canton, Ohio

Re: Godaddy.com root URL path? Help!

Post 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!
Wiedmann
Forum Members
Forum Members
Posts: 233
Joined: Wed Mar 26, 2008 1:49 am
Location: Stuttgart / Germany

Re: Godaddy.com root URL path? Help!

Post 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__.
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm
Location: Canton, Ohio

Re: Godaddy.com root URL path? Help!

Post 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
Wiedmann
Forum Members
Forum Members
Posts: 233
Joined: Wed Mar 26, 2008 1:49 am
Location: Stuttgart / Germany

Re: Godaddy.com root URL path? Help!

Post 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.
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm
Location: Canton, Ohio

Re: Godaddy.com root URL path? Help!

Post 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
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm
Location: Comox Valley, BC

Re: Godaddy.com root URL path? Help!

Post 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
Wiedmann
Forum Members
Forum Members
Posts: 233
Joined: Wed Mar 26, 2008 1:49 am
Location: Stuttgart / Germany

Re: Godaddy.com root URL path? Help!

Post 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.
Locked

Return to “[locked] Installation, Setup and Upgrade”