Author |
Message |
jackel
Worker
![Worker Worker](modules/Forums/images/ranks/3stars.gif)
![](modules/Forums/images/avatars/0cce99dd49d11996b6d20.gif)
Joined: Jan 15, 2009
Posts: 145
Location: Iowa, USA
|
Posted:
Thu Feb 26, 2009 5:32 pm |
|
When editing the core file like it ask mainfile.php thats in the root dir right?
I added the tags like it request and it crash's the site ?
It says the module is not config correctly and i went through the installer also and just says everything was done correctly but it doesn't work
any idea's
Thanks
Chris |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
Site Admin
![](modules/Forums/images/avatars/Dilbert/Dilbert_-_Dogbert_King.gif)
Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania
|
Posted:
Thu Feb 26, 2009 11:37 pm |
|
You need to be a little more descriptive then "it didn't work". What do you mean that it crashes the site when you do the edits? Maybe a screen shot. |
_________________ "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
jackel
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Feb 27, 2009 9:31 am |
|
jackel wrote: |
It says the module is not config correctly and i went through the installer also and just says everything was done correctly but it doesn't work
Also when editing the mainfile.php < after doing this it crashes
#
#-----[ OPEN ]------------------------------------------
#
mainfile.php
#
#-----[ FIND ]------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
include_once(INCLUDE_PATH."includes/nsnpj_func.php");
|
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Feb 27, 2009 9:40 am |
|
So this is all you are putting in mainfile.php and it crashes?
Code:
include_once(INCLUDE_PATH."includes/nsnpj_func.php");
|
If this is what you are doing and it still crashes try reuploading nsnpj_func.php |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Feb 27, 2009 9:43 am |
|
Also turn error reporting on in rnconfig.php and see if you get any errors. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
jackel
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Feb 27, 2009 9:46 am |
|
I have reuploaded everything and yes just like the instructions say put
Code:include_once(INCLUDE_PATH."includes/nsnpj_func.php");
| before
if im doing it right that tag is the very last line right? and to make sure it's talking about the mainfile.php in the root folder right ? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Feb 27, 2009 11:10 am |
|
Yes. When you do the edit do you just get a white page or what? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Susann
Moderator
![](modules/Forums/images/avatars/4e3210db4efb891870d79.gif)
Joined: Dec 19, 2004
Posts: 3191
Location: Germany:Moderator German NukeSentinel Support
|
Posted:
Fri Feb 27, 2009 2:24 pm |
|
Put it a line before.
The original version worked for me in a previous RN version without such issues. I just don´t have this site anymore. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
duck
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jul 03, 2006
Posts: 273
|
Posted:
Fri Feb 27, 2009 4:16 pm |
|
I would try removing INCLUDE_PATH. from the line. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
eldorado
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/52f4453749f5c4a233463.gif)
Joined: Sep 10, 2008
Posts: 424
Location: France,Translator
|
Posted:
Fri Feb 27, 2009 5:07 pm |
|
or remove includes/ instead. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
testy1
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Apr 06, 2008
Posts: 484
|
Posted:
Fri Feb 27, 2009 6:48 pm |
|
which version of nuke/ravennuke do you have?
try this
Code:
include_once(NUKE_INCLUDE_DIR."/nsnpj_func.php");
|
also try the following
File: modules/Projects/admin/index.php
Find:
Code:
$modname = basename(str_replace("admin", "", dirname(__FILE__)));
|
Replace With:
Code:
$modname = 'Projects';
|
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Feb 27, 2009 7:00 pm |
|
testy1 wrote: | which version of nuke/ravennuke do you have? |
Good question. I didn't even realize this wasn't in 2.3 forums ![Embarassed](modules/Forums/images/smiles/icon_redface.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
jackel
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Mar 01, 2009 1:23 pm |
|
Palbin wrote: | Yes. When you do the edit do you just get a white page or what? |
yes just a white page |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
jackel
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Mar 01, 2009 1:24 pm |
|
[quote="testy1"]which version of nuke/ravennuke do you have? [/qoute]
2.3 |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Mar 01, 2009 2:29 pm |
|
I'm doing a fresh install today and I will try this. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
jackel
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Mar 02, 2009 9:40 am |
|
ok
thanks again for everyones help |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
jackel
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Mar 02, 2009 11:30 am |
|
testy1 wrote: | which version of nuke/ravennuke do you have?
try this |
Code:
include_once(NUKE_INCLUDE_DIR."/nsnpj_func.php");
|
This code Fixed it thanks |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|