Anyone using Nukestyles enhanced downloads?

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Anyone using Nukestyles enhanced downloads?
Stygian
CZ Super Newbie
Stygian has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Aug 31, 2004
0.01 posts per day
Posts: 41
Points: 4,528
   
I got this module and have had nohting but trouble and it seems thier forums are fairly empty. I'm assuming they are errors that could be figured out by most people around here as well so I'll post it and see what happens. Few problems listed below.

1 - When you click on the downloads link this is what I get on the bottom.
There are Array Downloads and Array Categories in our database

I'm assuming that should be accessing mysql and seeing # downloads and # categories not array.

2 - When I search and for something in the database and it finds it I get this error.
Fatal error: Unsupported operand types in /home/public_html/nuke/modules/Downloads/ns_downloads_file.php on line 973

Line 959-979 which is the function to the else statement:

function ns_dl_pagination($type, $the_query, $cid, $download_num, $orderby, $min, $max, $show, $x) {
$cid = intval($cid);
global $prefix, $dbi, $module_name, $ns_theme, $mod_title, $mod_title_directory;
$result_pp = sql_query("select ns_dl_num_per_page, ns_dl_num_results from ".$prefix."_ns_downloads_general", $dbi);
list($ns_dl_num_per_page, $ns_dl_num_results) = sql_fetch_row($result_pp, $dbi);
if ($type == "view") {
$ns_page_num = $ns_dl_num_per_page;
$nd_op = "viewdownload&amp;cid=$cid";
$ns_anch = "cat";
} elseif ($type == "search") {
$ns_page_num = $ns_dl_num_results;
$nd_op = "search&amp;query=$the_query";
$ns_anch = "searchresults";
}
Line 973 - $downloadpagesint = ($download_num / $ns_page_num);
$downloadpageremainder = ($download_num % $ns_page_num);
if ($downloadpageremainder != 0) {
$downloadpages = ceil($downloadpagesint);
if ($download_num < $ns_page_num) {
$downloadpageremainder = 0;
}
} else {



Back to top Reply with quote
#2   re: Anyone using Nukestyles enhanced downloads?
Stygian
CZ Super Newbie
Stygian has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Aug 31, 2004
0.01 posts per day
Posts: 41
Points: 4,528
   
2.1 with the ED-SP1 fix and the view fix as well.



Back to top Reply with quote
#3   re: Anyone using Nukestyles enhanced downloads?
Stygian
CZ Super Newbie
Stygian has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Aug 31, 2004
0.01 posts per day
Posts: 41
Points: 4,528
   
Herm thought I posted that:

Server Nuke 7.4 Patch using ver 1.7 adminsecure



Back to top Reply with quote
#4   
CStingray78
CZ Super Newbie
CStingray78 has been a member for over 20 year's 20 Year Member
usa.gif maryland.gif
Occupation: IT Consultant
Age: 43
Gender: Male
Website:
Status: Offline
Joined: Dec 24, 2003
0.01 posts per day
Posts: 58
Points: 4,878
AIM Address   
I am not familiar with EDL 2.1 but I can tell you that EDL 1.6 worked better on my Nuke 7.3 site than EDL 1.7.

There was no help on their Forum for this software? because that is a fairly new package.



Back to top Reply with quote
#5   re: Anyone using Nukestyles enhanced downloads?
Stygian
CZ Super Newbie
Stygian has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Aug 31, 2004
0.01 posts per day
Posts: 41
Points: 4,528
   
Very very slow help like 2 replies in the last week or so.



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum