Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating Modules
Author Message
draxx
Involved
Involved



Joined: Nov 19, 2003
Posts: 282

PostPosted: Sun Jun 13, 2010 1:58 am Reply with quote

Anyone know the answer to that?
 
View user's profile Send private message
fkelly
Former Moderator in Good Standing



Joined: Aug 30, 2005
Posts: 3312
Location: near Albany NY

PostPosted: Sun Jun 13, 2010 7:16 am Reply with quote

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

Not without some effort on your part though. Do some searches here and read up a bit before getting into it ... there are alternatives mentioned in some of the Forum threads on the topic.
 
View user's profile Send private message Visit poster's website
jakec
Site Admin



Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom

PostPosted: Sun Jun 13, 2010 9:56 am Reply with quote

Yes, have a search of the forums and you will find a few options. For example Tricked Out News has one: http://www.trickedoutnews.com/
 
View user's profile Send private message
draxx







PostPosted: Sun Jun 13, 2010 10:14 am Reply with quote

Thanks guys - I found Nuken's last night Smile
 
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Sun Jun 13, 2010 4:42 pm Reply with quote

Also CA Gallery at http://www.code-authors.com

_________________
Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
spasticdonkey
RavenNuke(tm) Development Team



Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA

PostPosted: Sun Jun 13, 2010 7:17 pm Reply with quote

also keep your eyes peeled for iGallery Wink
http://www.ravenphpscripts.com/postp147757.html#147757
http://slaytanic.sourceforge.net/
 
View user's profile Send private message Visit poster's website
NeapolitanWorld
Involved
Involved



Joined: Nov 06, 2005
Posts: 339
Location: Los Angeles, USA

PostPosted: Sun Jun 13, 2010 7:48 pm Reply with quote

There's coppermine as well:
http://www.pcnuke.com/

_________________
My Raven Site Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message
draxx







PostPosted: Mon Jun 14, 2010 11:17 am Reply with quote

Coppermine is just too buggy. Igallery looks promising but its a production site and Igallery doesnt seem ready for those. CA Gallery, of course is awesome, but it doesnt host the images. So Nuke Reflections is it. Its what I have now actually I'm just tired of the bugs so hopefully Nuken has that straightened out.

I upgraded to 2.40.1 last night and NOTHING worked - blank screen everywhere!!! So I dunno wth im going to do.
 
Palbin
Site Admin



Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania

PostPosted: Mon Jun 14, 2010 2:33 pm Reply with quote

draxx, I would try uploading the site again as you might have a corrupt file. If that doesn't work go into rnconfig.php and turn on error reporting. You should then either see errors on the screen or in an error_log file in the root of your site. if you find errors post them here.

_________________
"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. 
View user's profile Send private message
draxx







PostPosted: Mon Jun 14, 2010 3:35 pm Reply with quote

Yeah I had that thought too - I will try that. I figured I should at least have the stock stuff popping up without my changes ..... Thanks Palbin!
 
draxx







PostPosted: Mon Jun 14, 2010 9:47 pm Reply with quote

Okay Its something to do with this:
Fatal Call to undefined function sql_query() in file X on line X

Does that have something to do with the db layer? I kinda remember talking about that once? ??
 
draxx







PostPosted: Mon Jun 14, 2010 9:52 pm Reply with quote

Ok THats definately it. I took off the 2 or 3 blocks that were wanting it and it loads without my changes - which is what I expected.

From what I can tell there are two things using it : One is the flash games module from pnpflashgames and the other is the Linkme module.

Any way I can turn that back on? I feel sooooooooo overwhelmed at the moment. LOL Smile
 
draxx







PostPosted: Mon Jun 14, 2010 10:17 pm Reply with quote

Ok I found it and turned it back on and now I get this error: (But the linkme mod works) :

mysql_fetch_row(): supplied argument is not a valid MySQL result resource /newsite/includes/sql_layer.php on line 287
 
draxx







PostPosted: Mon Jun 14, 2010 10:52 pm Reply with quote

Warning: Missing argument 3 for Paginator::Paginator(), called in /newsite/modules/News/index.php on line 104 and defined in htdocs/newsite/classes/class.paginator.php on line 62

Warning: Division by zero in htdocs/newsite/classes/class.paginator.php on line 85

Warning: Division by zero in /htdocs/newsite/classes/class.paginator.php on line 72


Last edited by draxx on Tue Jun 15, 2010 10:21 am; edited 1 time in total 
Palbin







PostPosted: Tue Jun 15, 2010 4:47 am Reply with quote

I'll look into this three when I get home. The mysql_fetch_row() is impossible to trouble shoot unless you know where it is coming from.
 
draxx







PostPosted: Tue Jun 15, 2010 10:20 am Reply with quote

Actually, I think I do know what module is making it do that with the mysql_fetch_row. It was the linkme module. WHen I took it off it went away.

Everything else seems to work just fine - I have reapplied my modifications (Wasent many) and all is well except one ... kinda weird ... thing:

When I go to admin-preferences .... all the fields are blank. It does not populate any of the fields with the data.... but the footer messages appear as they should so its in the database... just not populating that screen. None of the other admin screens seem to be doing this. I havent tried to change anything because I wasent sure what it would do with the blank fields.
 
Palbin







PostPosted: Tue Jun 15, 2010 10:42 am Reply with quote

All I can suggest is also turn on db logging and check the /rnlogs/ folder. You could also try reuploading the admin folder.
 
nuken
RavenNuke(tm) Development Team



Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina

PostPosted: Tue Jun 15, 2010 3:12 pm Reply with quote

What icon is just before the preferences in your admin control panel? If that module admin has a mistake in it, it will effect anything after it in the admin section.

_________________
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Send e-mail Visit poster's website
draxx







PostPosted: Sat Jun 19, 2010 1:59 am Reply with quote

Well I re-uploaded settings.php in the admin folder and that fixed it.

Nuken the link-me module is still present - I just removed the block. Good thinking though! Smile
 
jestrella
Moderator



Joined: Dec 01, 2005
Posts: 593
Location: Santiago, Dominican Republic

PostPosted: Sat Jun 19, 2010 7:10 pm Reply with quote

For those interested, iGallery in finally in final stages of development. Still a close beta butI thing it is stable enough for a production site, just one function is bugging me at the moment, all the rest is all good... Check this thread for more info... http://www.ravenphpscripts.com/postp148555.html#148555

_________________
"For those whom have not reach the sky... Every mountain seems high"

Best Regards
Jonathan Estrella
http://about.me/jestrella04 
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating Modules

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 ©