Author |
Message |
dcasmr
Worker


Joined: Feb 06, 2004
Posts: 147
|
Posted:
Tue Jun 07, 2005 10:31 pm |
|
I am running Nuke 7.6 Patched, sentinel 2.3.0 and installed the latest version of NSN Downloads 1.0.3.
Problem: When I click on the Download icon in control panel, nothing happens. I am trying to add categories so that I can post files for my students.
Thanks in advance. |
|
|
|
 |
hitwalker
Sells PC To Pay For Divorce

Joined:
Posts: 5661
|
Posted:
Wed Jun 08, 2005 6:20 am |
|
did you made all changes as writen in the install? |
|
|
|
 |
dcasmr

|
Posted:
Wed Jun 08, 2005 6:43 pm |
|
Yes. For 7.6 its about modifying index.php under modules/Top and modules/Search.
Still same results. Clicking on the download icon yields a blank.
Thanks |
|
|
|
 |
hitwalker

|
Posted:
Wed Jun 08, 2005 7:50 pm |
|
well then i recommend contacting bob marion as he is the author of it.
sure ive read other problems with it but not like yours...
usualy people messed up with the files or its a conflict,but then its easier for bob to answer that... |
|
|
|
 |
dcasmr

|
Posted:
Wed Jun 08, 2005 9:18 pm |
|
I was able to find a fix although not totally. Had to get a mainfile.php from nukescripts.net. That one was modified for Nuke patched 2.9. After install, I no longer get the blank screen but the right blocks do not show. Hopefully, I need to find exactly what was changed in the mainfile to incorporate into latest 3.0b version.
Also, I am having trouble with the relative path for uploading. I am not sure why we need to enter one if the file has to be uploaded for C:
Let suppose we enter as a relative path /public_ftp. When one click the button to browse for the upload file, it points to C:
I am confused about that relative path.
Thanks |
|
|
|
 |
hitwalker

|
Posted:
Thu Jun 09, 2005 4:01 am |
|
no not c....lol
your path if thats required...should look something like..
/home/user12/public_html/secretfiles/
and not to waste any time..put the below code in a file and name it path.php.
upload it to your website root and it will show your path....
Code:
<?
echo$PATH_TRANSLATED;
?>
|
|
|
|
|
 |
dcasmr

|
Posted:
Sun Jun 12, 2005 2:26 pm |
|
Thanks for your reply. I was able to solve this issue with relative path. Everything inside control panel works. I can try downloading the file with no prob.
However, when I access the download module, from the outside, enter the security code, I get a File Not found error. Very weird. |
|
|
|
 |
hitwalker

|
Posted:
Sun Jun 12, 2005 2:40 pm |
|
well you have to be more clear on the error you get... |
|
|
|
 |
dcasmr

|
Posted:
Sun Jun 12, 2005 3:07 pm |
|
Solved. I had to litterally enter http://www.mysite.com/MyfilesDownloads to get it to work outside of Admin Panel. I have learned a lot with this. The relative path is specific to sites. With my site, I can't upload above public_html which corresponds to http://www.mysite.com/. In such situation, anything that points to /home/user/myfiles will not work.
Thanks for your support hitwalker. |
|
|
|
 |
hitwalker

|
Posted:
Sun Jun 12, 2005 3:09 pm |
|
ok...  |
|
|
|
 |
|