Search found 11 matches

by three_sixteen
Mon Aug 20, 2007 1:12 pm
Forum: General discussions
Topic: Login problem with ver 2.0
Replies: 28
Views: 49541

Warnings

No, I didn't get any warnings - which is the strange part.

I checked directory permissions for the sessions folder to ensure that they were writable to the server and they are.

I'm at a bit of a loss as to why it's not working.
by three_sixteen
Fri Aug 17, 2007 9:44 pm
Forum: General discussions
Topic: Login problem with ver 2.0
Replies: 28
Views: 49541

Bah,

I'm having this problem too. My debug information follows.. unfortunatley I couldn't discern much from it myself.

DEBUG INFORMATION:
PMF_Configuration->getAll() in line 87:

SELECT
config_name, config_value
FROM
faq_faqconfig


PMF_AuthDb->checkLogin() in line 135:

SELECT
login
FROM ...
by three_sixteen
Fri Aug 17, 2007 9:20 pm
Forum: General discussions
Topic: Connecting to an MSSQL database
Replies: 1
Views: 4469

Figured it out, it was a bad DLL file

(ntwdblib.dll)
by three_sixteen
Fri Aug 17, 2007 8:28 pm
Forum: General discussions
Topic: Connecting to an MSSQL database
Replies: 1
Views: 4469

Connecting to an MSSQL database

Greetings,

I've got PHP installed successfully on my server - however it can't connect to the database for an unknown reason. When the connection fails it doesn't throw back an error so I really am not sure where to start trouble shooting.

Does anyone have any insight as to why that might be? The ...
by three_sixteen
Wed Jan 31, 2007 12:19 am
Forum: General discussions
Topic: Goofy problem with Top 10 RSS feed.
Replies: 10
Views: 19324

Meh, this isn't working right...

The function is leaking somewhere and the MSSQL connection times out every so often when I try to generate the XML file.

:(
by three_sixteen
Tue Jan 30, 2007 6:53 pm
Forum: General discussions
Topic: Goofy problem with Top 10 RSS feed.
Replies: 10
Views: 19324

Heres my work around..

require_once('../../inc/functions.php');
require_once('../../inc/init.php');

// connect to the database server, define the prefix and connect
require_once("../../inc/data.php");
require_once("../../inc/db.php");

define("SQLPREFIX", $DB["prefix"]);
$db = db::db_select($DB["type"]);

//connect to ...
by three_sixteen
Tue Jan 30, 2007 3:51 pm
Forum: General discussions
Topic: Goofy problem with Top 10 RSS feed.
Replies: 10
Views: 19324

I am not familiar enough with MSSQL to write a new query, I don't think -- I will poke around.

What I'll probably end up doing is using the generatetopten function to do something, since that works.
by three_sixteen
Tue Jan 30, 2007 12:49 am
Forum: General discussions
Topic: Goofy problem with Top 10 RSS feed.
Replies: 10
Views: 19324

I've commented out the XML prodcution in rss.php this is what the SQL query is:


SELECT DISTINCT faq_faqdata.id AS id, faq_faqdata.lang AS lang, faq_faqdata.thema AS thema, faq_faqcategoryrelations.category_id AS category_id, faq_faqvisits.visits AS visits, faq_faqdata.datum AS datum, faq ...
by three_sixteen
Tue Jan 30, 2007 12:17 am
Forum: General discussions
Topic: Goofy problem with Top 10 RSS feed.
Replies: 10
Views: 19324

Goofy problem with Top 10 RSS feed.

It dosen't seem to be updating... the five questions posted most recently RSS feed updates, but not the top ten.. the news RSS isn't updating either.

Interestingly enough, the column in the FAQ will update, but when I try to view the RSS XML it dosen't display any of the items. No errors are ...
by three_sixteen
Tue Jan 23, 2007 3:35 pm
Forum: General discussions
Topic: Problem with LDAP support
Replies: 2
Views: 8105

I'm running version 1.6.8
by three_sixteen
Mon Jan 22, 2007 11:47 pm
Forum: General discussions
Topic: Problem with LDAP support
Replies: 2
Views: 8105

Problem with LDAP support

Howdy,

Been using phpmyfaq for quite awhile now, I've made my own themes for it and everything -- but I have not yet played with the LDAP support, and wouldn't you know it.. the time has come for me to figure it out.

I am not, however, very familiar with active directory and so I am unsure how to ...