PHP Web Host - Quality Web Hosting For All PHP Applications Just Great Software
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
draxx
Worker
Worker


Joined: Nov 19, 2003
Posts: 186

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

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


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

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

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


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: 3038
Location: United Kingdom

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

Yes, have a search of the forums and you will find a few options. For example Tricked Out News has one:
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
draxx
Worker
Worker


Joined: Nov 19, 2003
Posts: 186

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

Thanks guys - I found Nuken's last night Smile
View user's profile Send private message
montego
Site Admin


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

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

Also CA Gallery at
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Visit poster's website
spasticdonkey
RavenNuke(tm) Development Team


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

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

also keep your eyes peeled for iGallery Wink
Only registered users can see links on this board!
Get registered or login to the forums!
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
NeapolitanWorld
Involved
Involved


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

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

There's coppermine as well:
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Visit poster's website
draxx
Worker
Worker


Joined: Nov 19, 2003
Posts: 186

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

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.
View user's profile Send private message
Palbin
Site Admin


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

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

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


Joined: Nov 19, 2003
Posts: 186

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

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!
View user's profile Send private message
draxx
Worker
Worker


Joined: Nov 19, 2003
Posts: 186

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

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? ??
View user's profile Send private message
draxx
Worker
Worker


Joined: Nov 19, 2003
Posts: 186

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

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


Joined: Nov 19, 2003
Posts: 186

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

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


Joined: Nov 19, 2003
Posts: 186

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

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
View user's profile Send private message
Palbin
Site Admin


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

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

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


Joined: Nov 19, 2003
Posts: 186

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

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.
View user's profile Send private message
Palbin
Site Admin


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

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

All I can suggest is also turn on db logging and check the /rnlogs/ folder. You could also try reuploading the admin folder.
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


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

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

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.
View user's profile Send private message Send e-mail Visit poster's website
draxx
Worker
Worker


Joined: Nov 19, 2003
Posts: 186

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

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
View user's profile Send private message
jestrella
Moderator


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

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

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...
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum