Installation & Configuration

How can I fix path problems on a GoDaddy.com Nucleus installation?

Scenario:
"I'm trying to install Nucleus on GoDaddy and I'm having some trouble with configuring my paths. What can I do to solve this?"

Solution:
GoDaddy paths seem to be configured differently to other hosts. You will need to edit your config.php in your root to have the following path:

// main nucleus directory
$DIR_NUCLEUS = '/home/content/a/b/c/abc/html/nucleus/';

// path to media dir
$DIR_MEDIA = '/home/content/a/b/c/abc/html/media/';

// extra skin files for imported skins
$DIR_SKINS = '/home/content/a/b/c/abc/html/skins/';

where "abc" are the first 3 letters of your username.

If you have installed Nucleus in a subdomain, your path will be

/home/content/1/2/3/username/html/name-of-subdomain-directory  

Original forum threads (thanks, pmlim, gumbystation and roel!):
http://forum.nucleuscms.org/viewtopic.php?t=6431
http://forum.nucleuscms.org/viewtopic.php?t=7523
http://forum.nucleuscms.org/viewtopic.php?t=12021

Further reading:

section: Installation & Configuration | submitted by Leng on 2005.Dec.16 | 4380 views

item rate
Total votes: 7 - Rating: 7.57

Please tell us how useful this answer was to you (0 = useless, 10 = very very helpful):

10