| View previous topic :: View next topic |
| Author |
Message |
ninja webmaster

Joined: Jul 23, 2009 Posts: 6
|
Posted: Thu Jul 23, 2009 11:36 am Post subject: Forum Feed prob |
|
|
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 |
|
 |
ninja webmaster

Joined: Jul 23, 2009 Posts: 6
|
Posted: Fri Jul 24, 2009 7:20 am Post subject: |
|
|
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
however if i choose the view feeds in the address bar of IE and choose forums i get a msg in the window tab ??
any help much appreciated |
|
| Back to top |
|
 |
Guardian webmaster

Joined: Dec 25, 2005 Posts: 368 Location: Vsetin, Czech Republic
|
Posted: Sat Jul 25, 2009 10:48 am Post subject: |
|
|
Are you using an unpatched version of phpNuke ? _________________ Total Project Design |
|
| Back to top |
|
 |
ninja webmaster

Joined: Jul 23, 2009 Posts: 6
|
Posted: Sat Jul 25, 2009 1:42 pm Post subject: |
|
|
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 webmaster

Joined: Dec 25, 2005 Posts: 368 Location: Vsetin, Czech Republic
|
Posted: Sat Jul 25, 2009 4:35 pm Post subject: |
|
|
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. _________________ Total Project Design |
|
| Back to top |
|
 |
ninja webmaster

Joined: Jul 23, 2009 Posts: 6
|
Posted: Sun Jul 26, 2009 12:18 pm Post subject: |
|
|
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 
Last edited by ninja on Sun Jul 26, 2009 12:43 pm; edited 2 times in total |
|
| Back to top |
|
 |
ninja webmaster

Joined: Jul 23, 2009 Posts: 6
|
Posted: Sun Jul 26, 2009 12:35 pm Post subject: |
|
|
| just checked the patched status and it was 2.9 |
|
| Back to top |
|
 |
Guardian webmaster

Joined: Dec 25, 2005 Posts: 368 Location: Vsetin, Czech Republic
|
Posted: Sun Jul 26, 2009 12:40 pm Post subject: |
|
|
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. _________________ Total Project Design |
|
| Back to top |
|
 |
ninja webmaster

Joined: Jul 23, 2009 Posts: 6
|
Posted: Sun Jul 26, 2009 12:44 pm Post subject: |
|
|
ahhh
okidoki will have a look at that thanks |
|
| Back to top |
|
 |
|