nukeSEO.com - PHPNuke SEO Search engine optimization, professional tools including nukeSEO, nukeSPAM, nukeFEED, nukePIE, nukeWYSIWYG and more

 

. Welcome to nukeSEO.com  ! 
.
.
.


.
nukeSEO.com: Forums


 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Forum Feed prob
 
 
Post new topic   Reply to topic    nukeSEO.com Forum Index -> nukeFEED (tm)
View previous topic :: View next topic  
Author Message
ninja
webmaster


Joined: Jul 23, 2009
Posts: 6

PostPosted: Thu Jul 23, 2009 11:36 am    Post subject: Forum Feed prob Reply with quote

hi guys

just installed the nukefeeds which is great
just a couple of questions

1, how many tables should have been created as i have only one
myprefix_seo_feed

is that correct ?

and two every thing works good except for the forum feed where i get a

Quote:
phpBB : Critical Error

Could not query config information

DEBUG MODE

SQL Error : 1046 No Database Selected

SELECT * FROM myprefix_bbconfig

Line : 443
File : common.php


which relates to

Code:
$sql = "SELECT *


        FROM " . CONFIG_TABLE;

if( !($result = $db->sql_query($sql)) )

{

        message_die(CRITICAL_ERROR, "Could not query config information", "", __LINE__, __FILE__, $sql);

}


3. In the admin section it reads
Quote:
A newer version is available! - 1.1.0

thing is i downloaded and installed in order all 3 version available

only mod i can think of installed here is the calander for the forum and that didnt touch the config table for the forum
  

Last edited by ninja on Fri Jul 24, 2009 10:02 am; edited 1 time in total
Back to top
View user's profile Send private message
ninja






PostPosted: Fri Jul 24, 2009 7:20 am    Post subject: Reply with quote

okidoki some progress

i fixed the

Quote:
SQL Error : 1046 No Database Selected


by changing
Code:
 include("db/db.php");  
to
Code:
 include("../../../db/db.php");  


and that fixed the 1046 error and in NukeFEED admin i can now see the forum preview Smile

however if i choose the view feeds in the address bar of IE and choose forums i get a
Quote:
Feed code error
msg in the window tab ??

any help much appreciated
  
Back to top
Guardian
webmaster


Joined: Dec 25, 2005
Posts: 364
Location: Vsetin, Czech Republic

PostPosted: Sat Jul 25, 2009 10:48 am    Post subject: Reply with quote

Are you using an unpatched version of phpNuke ?
_________________
Only registered users can see links on this board! Get registered or login!
  
Back to top
View user's profile Send private message
ninja






PostPosted: Sat Jul 25, 2009 1:42 pm    Post subject: Reply with quote

heya

No my version is 7.3 but patched to hmmm cant remmber excat ver of hand.

forums though are upto date ie 4.2.23 iirc
  
Back to top
Guardian






PostPosted: Sat Jul 25, 2009 4:35 pm    Post subject: Reply with quote

They never made a version 4.2.23 of the forums.
The reason I asked about the nuke patches was because of the path you posted - in the patched version (which is required for this script) that path should have been correct and would most likely have started as include_once
Are you absolutely sure you are using the Chatserv 'Patched' files on your site.
  
Back to top
ninja






PostPosted: Sun Jul 26, 2009 12:18 pm    Post subject: Reply with quote

heya yup

i used the chatservs update there though maybe not the latestest version

maybe the mycalendar_mod for the forums alterd the file somehow

bahh was a typo there sry this is the one i used for forums

http://www.nukeresources.com/downloadview-details-1345-BBtoNuke_2.0.23_Full_Package_NP.html

and in the common.php it shas it as

Code:
if (defined('FORUM_ADMIN')) {

    //include("../../../db/db.php");
    include("../../../includes/constants.php");
    include("../../../includes/template.php");
    include("../../../includes/sessions.php");
    include("../../../includes/auth.php");
    include("../../../includes/functions.php");
} else {
    include("includes/constants.php");
    include("includes/template.php");
    include("includes/sessions.php");
    include("includes/auth.php");
    include("includes/functions.php");
    include("db/db.php");
}


where i changed th elast include as stated above and that fixed the 1046 error but still cant get the feed to work only in admin panel it works Embarassed
  

Last edited by ninja on Sun Jul 26, 2009 12:43 pm; edited 2 times in total
Back to top
ninja






PostPosted: Sun Jul 26, 2009 12:35 pm    Post subject: Reply with quote

just checked the patched status and it was 2.9
  
Back to top
Guardian






PostPosted: Sun Jul 26, 2009 12:40 pm    Post subject: Reply with quote

I believe that download is for the forums only (BBtoNuke), which is just one module in the whole phpNuke system.
The system itself needs to be fully patched i.e. you need to be using phpNuke 7.x PATCHED not just the forum module.

As phpNuke is no longer being developed and is, to all intents and purposed dead, you might be better to migrate to RavenNuke (tm) http://www.ravenphpscripts.com and you have the advantage that nukeFEED is already built in along with some other really nice stuff.
  
Back to top
ninja






PostPosted: Sun Jul 26, 2009 12:44 pm    Post subject: Reply with quote

ahhh

okidoki will have a look at that thanks
  
Back to top
Display posts from previous:       
Post new topic   Reply to topic    nukeSEO.com Forum Index -> nukeFEED (tm) All times are GMT - 5 Hours
 
 Page 1 of 1

 

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

Powered by phpBB © 2001-2008 phpBB Group


Page Generation: 0.03 Seconds