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.
Search found 11 matches
- Mon Aug 20, 2007 1:12 pm
- Forum: General discussions
- Topic: Login problem with ver 2.0
- Replies: 28
- Views: 49541
- Fri Aug 17, 2007 9:44 pm
- Forum: General discussions
- Topic: Login problem with ver 2.0
- Replies: 28
- Views: 49541
- Fri Aug 17, 2007 9:20 pm
- Forum: General discussions
- Topic: Connecting to an MSSQL database
- Replies: 1
- Views: 4469
- 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 ...
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 ...
- Wed Jan 31, 2007 12:19 am
- Forum: General discussions
- Topic: Goofy problem with Top 10 RSS feed.
- Replies: 10
- Views: 19324
- 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 ...
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 ...
- Tue Jan 30, 2007 3:51 pm
- Forum: General discussions
- Topic: Goofy problem with Top 10 RSS feed.
- Replies: 10
- Views: 19324
- Tue Jan 30, 2007 12:49 am
- Forum: General discussions
- Topic: Goofy problem with Top 10 RSS feed.
- Replies: 10
- Views: 19324
- 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 ...
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 ...
- Tue Jan 23, 2007 3:35 pm
- Forum: General discussions
- Topic: Problem with LDAP support
- Replies: 2
- Views: 8105
- 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 ...
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 ...