Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> NSN Other
Author Message
Rantin_26
New Member
New Member



Joined: Mar 26, 2006
Posts: 13

PostPosted: Sat Jun 17, 2006 6:54 am Reply with quote

I have my NSN GR Downloads Submitt option going, the relavtive paths created and ftp permissions set, and all seems to work great, except the download that is submitted doesn't appear in the Downloads Admin panel for approval on waiting links..

The Files are being uploaded because i checked the ftp folder that i specified they upload to and they are there, and the user says it tells them thanks they will be sent a email when the download is approved, but waiting downloads are not showing in the admin panel..???

Help?
 
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
whitebox
Regular
Regular



Joined: Nov 22, 2004
Posts: 52

PostPosted: Sat Jun 17, 2006 9:11 am Reply with quote

when you created category did you set it to "allow upload" and also if you create sub category you need to do that same thing.
next thing would be make sure that you site can send emails i know doesn't make any sense but you never know
 
View user's profile Send private message Visit poster's website
Rantin_26







PostPosted: Sat Jun 17, 2006 9:45 am Reply with quote

Yes, I created the Catagory on my FTP, Gave it Permissions, Then when I made the Catagory on the Site, I specified the Relative Path for uploads, Allowed uploads, The File uploads, and Sends Email saying you file has been Submitted and Will Be approved Shortly..

Now When i Checked the FTP Folder For the Uploads, The File is there So means it successfully uploaded...

Now when I go to the Downloads Admin Panel on the Site to Approve the uploaded file, there are No New Submission waiting...

Thats were I am Stuck..
 
Rantin_26







PostPosted: Sun Jun 18, 2006 4:52 am Reply with quote

Srry to Bump this, But anyone who can further help me solve this?
 
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6437

PostPosted: Sun Jun 18, 2006 6:48 am Reply with quote

I believe NSN downloads waiting for approval isn't the same as the default download, so it won't appear there unless you make changes to it. NSN uses a different downloads table.

_________________
I search, therefore I exist...
Only registered users can see links on this board! Get registered or login!
 
View user's profile Send private message
gregexp
The Mouse Is Extension Of Arm



Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol

PostPosted: Sun Jun 18, 2006 5:36 pm Reply with quote

i just had this one brought to my attention and u need to let us know a few things first...like do u have 2 downloads modules, are u tryin to see it in the submitions block...admin only block that appears when u look at ur sites index...or are u lookin in the admin panel of downloads and not seeing it under the submitted downloads section...if u answered any of these before plz forgive...i didnt understand.

If its not showin in the admin panel then u need to check ur database and make sure the structure is correct

_________________
For those who stand shall NEVER fall and those who fall shall RISE once more!! 
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Rantin_26







PostPosted: Sun Jun 18, 2006 10:55 pm Reply with quote

Well the reason I brought this to your attention DarkLord is you help me get get this NSN GR Downloads module working properly from switching from the Enhanced Downloads module,

1. I only have NSN GR Downloads module Running for Downloads
2. I am not referrer to the Submission's Block on the .index when looking for new Submitted Downloads
3. What am I suppose to be Checking in the Database to see if is all Correct?

Here is a Detailed Process of me submitting the Download..

When Submitting Download This is whats Asked for:
Only registered users can see links on this board! Get registered or login!

Download Submitted:
Only registered users can see links on this board! Get registered or login!

Submission Email:
Only registered users can see links on this board! Get registered or login!

Then I go to the Specified Folder that I have Submitted Downloads to upload to on the Ftp to make Sure it's There:
Only registered users can see links on this board! Get registered or login!

Then I go To Downloads Admin Here To Approve:
Only registered users can see links on this board! Get registered or login!

Then I go in to Approve the Download, But there are No New Waiting Downloads:

Only registered users can see links on this board! Get registered or login!

This is a My Database for the Downloads Module, Which one of these do I need to check Settings on?

Only registered users can see links on this board! Get registered or login!
 
blith
Client



Joined: Jul 18, 2003
Posts: 977

PostPosted: Mon Jun 19, 2006 3:15 pm Reply with quote

I have the same module and it works for me... I am trying to figure out what might have gone wrong... did you import the datasbase at install?
 
View user's profile Send private message Visit poster's website
blith







PostPosted: Mon Jun 19, 2006 3:18 pm Reply with quote

root/nsngd.php
This file will install/destall/upgrade NSN Groups Downloads. It MUST BE run on first install or upgrades. Or you may destall the tables with it.
 
Rantin_26







PostPosted: Wed Jun 21, 2006 8:26 am Reply with quote

Ya, that option didn't work, DarkLord came once and helped me get it working Correctly, hoping he might have had the Solution has to why the Submitted downloads weren't showing for approval..
 
gregexp







PostPosted: Sat Jul 01, 2006 9:26 pm Reply with quote

I have no idea why this forum went out of scope but Rantin please post the table structure for the nuke_nsngd_new table.

This should be the table structure of prefix_nsngd_new:

CREATE TABLE `nuke_nsngd_new` (
`lid` int(11) NOT NULL auto_increment,
`cid` int(11) NOT NULL default '0',
`sid` int(11) NOT NULL default '0',
`title` varchar(100) NOT NULL default '',
`url` varchar(255) NOT NULL default '',
`description` text NOT NULL,
`date` datetime NOT NULL default '0000-00-00 00:00:00',
`name` varchar(100) NOT NULL default '',
`email` varchar(100) NOT NULL default '',
`submitter` varchar(60) NOT NULL default '',
`sub_ip` varchar(16) NOT NULL default '0.0.0.0',
`filesize` bigint(20) NOT NULL default '0',
`version` varchar(20) NOT NULL default '',
`homepage` varchar(255) NOT NULL default '',
PRIMARY KEY (`lid`),
KEY `lid` (`lid`),
KEY `cid` (`cid`),
KEY `sid` (`sid`),
KEY `title` (`title`)
) TYPE=MyISAM AUTO_INCREMENT=2 ;
 
hitwalker
Sells PC To Pay For Divorce



Joined:
Posts: 5661

PostPosted: Sun Jul 02, 2006 6:43 am Reply with quote

ehh someone noticed this from kguske ?..
Quote:
I believe NSN downloads waiting for approval isn't the same as the default download, so it won't appear there unless you make changes to it. NSN uses a different downloads table.
 
View user's profile Send private message
gregexp







PostPosted: Sun Jul 02, 2006 11:57 am Reply with quote

Yes hitwalker but I have been working with rantin to apply the nsn downloads to upgrade it and after a little review of the update script I gave him, I noticed a few small changes that should not have really affected him in this manner, but it may be possible, so I went ahead and finished the update script to that table completley to try to help him further.

Not sure whats going on, but I will continue to look into it as soon as he gets back with me.
 
hitwalker







PostPosted: Sun Jul 02, 2006 1:19 pm Reply with quote

well i just installed it again on a testsite and works flawless.
uploaded,showed waiting etc...no problemo...

btw any chance there might be a conflict somewhere...?
the query used are basic and simple so any new file submitted should simply show.
 
gregexp







PostPosted: Sun Jul 02, 2006 2:33 pm Reply with quote

I agree but did you test the update script I made?
Or did you do a fresh install?

he originally wanted to just upgrade to nsn downloads from a nuke downloads.
 
hitwalker







PostPosted: Sun Jul 02, 2006 2:53 pm Reply with quote

so everything is already set to the nsn module...
well if all files are in place then its just a matter of comparing tables and change where needed...
somewhere something isnt ok yet,otherwise the uploaded file would show in the admin approval..
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> NSN Other

View next topic
View previous topic
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 can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©