| Author |
Message |
craigvansant
Newbie


Joined: Nov 24, 2006
Posts: 2
|
Posted:
Fri Nov 24, 2006 10:44 pm |
|
I know this is a broad statement or question but I'm not sure where to start looking for my trouble. I installed everything as mentioned in the Install instructions (changed the appropriate files, changed the .htaccess file, uploaded everthing and made sure all the config options where set to "TRUE" . Any advice where I should start looking. None of the links seem to have changed.
thanks
Craig |
| |
|
|
 |
craigvansant
Newbie


Joined: Nov 24, 2006
Posts: 2
|
Posted:
Fri Nov 24, 2006 11:07 pm |
|
Here was the deal. I had to change the first edit to the mainfile to this
// GT-NExtGEn 0.4/0.5 by Bill Murrin (Audioslaved) http://gt.audioslaved.com (c) 2004
//Modified by montego from http://montegoscripts.com for TegoNuke(tm) ShortLinks
if (isset($tnsl_bUseShortLinks) && $tnsl_bUseShortLinks && file_exists('includes/tegonuke/shortlinks/shortlinks.php')) {
define('TNSL_USE_SHORTLINKS', TRUE);
include_once('includes/tegonuke/shortlinks/shortlinks.php');
}
There where two instances of INCLUDE_PATH. where I didn't need it. I deleted these two instances of INCLUDE_PATH. and the links appeared.
I then had to umcomment the line in the .htaccess file for the links to be translated properly.
Thanks for the great script! |
| |
|
|
 |
Guardian
Site Admin


Joined: Jul 18, 2005
Posts: 311
|
Posted:
Sat Nov 25, 2006 4:14 am |
|
Thank you for following up and letting us know your are working now  |
| |
|
|
 |
montego
Site Admin/Owner


Joined: Feb 12, 2005
Posts: 965
|
Posted:
Sat Nov 25, 2006 10:48 am |
|
I always have to say this when I find that someone isn't running their nuke site with the latest patches from http://www.nukeresources.com. You are playing with fire my friend.
But, glad you got it working for your version.
Regards,
montego |
_________________ “To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins |
|
|
 |
|
|