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:
![]()
Total votes: 7 - Rating: 7.57