Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Are 2 script paths possible? (http://www.mysidiaadoptables.com/forum/showthread.php?t=4475)

Hall of Famer 05-13-2014 03:44 PM

Well your script path should definitely contain 'adoptables/', although Id say the root directory should always be 'public_html' for linux hosting system. I think what you are trying to do is to access your site at 'fixmyfarmville.com', but not 'fixmyfarmville.com/adoptables'. In this way you just have to upload the files inside the '/adoptables' to your root directory, if these files are inside '/adoptables' you can only access it through 'fixmyfarmville.com/adoptables'.

So your choice is either to extract all files from folder '/adoptables' to its parent directory, or to get an addon domain and point it to the directory '/adoptables'. For instance my domain mysidiaadoptables.com is an addon domain itself, which points to a directory in the primary domain mysidiarpg.com. You can access it through both mysidiaadoptables.com, or mysidiarpg.com/adoptables. But to do this you need a different domain.

krazykat1980 05-13-2014 03:53 PM

fixmyfarmville IS an addon (secondary) domain pointed at 'adoptables' (the primary domain is trueidiocy.us)... that's what is causing the problem I think... godaddy is treating 'adoptables' as the root of fixmyfarmville.com.... although I CAN access the index page from fixmyfarmville.com/adoptables or just fixmyfarmville.com ... but for some reason
Code:

http://fixmyfarmville.com/adoptables/templates/icons/fr.gif
gives me this error:
Fatal Error: Class TemplatesController either does not exist, or has its include path misconfigured!

while
Code:

http://fixmyfarmville.com/templates/icons/fr.gif
works just fine

So anything pointing to the .com needs to not have 'adoptables', while everything pointing to server root (var/html or whatever it was) does need it

krazykat1980 05-13-2014 04:09 PM

HEY!!!!!!!!! If I go change {$root} to '/' in the template the image shows up!!! I finally found something.... I have the 'left' image on the 'elements' theme now!!!

krazykat1980 05-13-2014 05:16 PM

And {$home} to '/'

So at least it all looks right now


All times are GMT -5. The time now is 03:07 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.