Having problems installing Drupal? See the Installation Guide for more information.

Webserver Auth and Mac 10.3 LDAP

I realize there has been a lot of talk about LDAP authentication but I still can't seem to find a clear answer. I want to authenticate agains an Mac 10.3 Server probably using LDAP.

Anyone know where I should look. I thought Webserver Auth module might be the key but there is not much documentation for what it does...

access problem for the first login

Hello,

I have installed drupal 4.50 locally in mac osx.

Error: Trying to get property of non-object in c:\Inetpub\wwwroot\drupal-4.5.0\includes\session.inc

Having this problem when accessing the site the first time.
Error thrown is:
Notice: Trying to get property of non-object in c:\Inetpub\wwwroot\drupal-4.5.0\includes\session.inc on line 29

This casues headers to be sent and then I have all sorts of issues (expected) with cookies and the like.

I've debugged to:

db_query("INSERT INTO {sessions} (uid, sid, hostname, timestamp) values(%d, '%s', '%s', %d)", $user->uid, $key, $_SERVER["REMOTE_ADDR"], time());

Problem with local-ip to an routed internet connection

Maybe a noob question...

I use drupal but it's behind a nat. So when i connect to my drupal i must use "http://berica.mine.nu:81/drupal" to get there
That works.... But when i click any link on it.. it gaves "http://192.168.1.15/drupal"
Works fine for a intranet.. but i'd like to use it for Internet ;)

What to do..

I put 192.168.1.15 to my hosts file with berica.mine.nu in it.. doesnt work too :(

Maybe tips????

New to ALL of this (PHP, Drupal, what-have-you), and needing help: "Call to undefined function: db_prefix_tables()"

The answer may already be here, but I am so no to all of this I wouldn't recognize it.

I installed the Drupal package, created the database, and imported the table structure successfully. After that, I went to http://www.loyaloppositionresearch.com/drupal (where I installed everything) and got this error:

Fatal error: Call to undefined function: db_prefix_tables() in c:\home\LORACS\www\drupal\includes\database.mysql.inc on line 252

install success but first registration fails

i get a series of problems / warnings regarding the array_keys() function when i tried to register me as a first user:

**********************

warning: array_keys(): The first argument should be an array in /home/vhosts/url.com/includes/menu.inc on line 852.

warning: Wrong parameter count for min() in /home/vhosts/url.com/includes/menu.inc on line 852.

warning: array_key_exists(): The second argument should be either an array or an object in /home/vhosts/url.com/includes/menu.inc on line 329.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal