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

My Top Navigation Vanishes when I activate logo image in phptemplate default theme

My Top Navigation Vanishes when I activate logo image in phptemplate default theme,,

I've searched the forums over and over and I rarely ask for help untill I've exhausted the online knowlege but this has me stumped. Some possible answer came up like setting up a common.css and postioning the columns etc.. doesn't work. Anyone else have this problem.. Also the mission goes which leads me to beleive its a general header thing.. its not the way its supposed to work. but what it..

FURTHER DETAILS.. MY INSTALLATION IS 4.42, USING 4.4 PHPTEMPLATE

Problem loading the drupal database and Warning: main(includes/bootstrap.inc): failed to open stream

I have installed the latest Apache - Php and drupal on my windows xp which I am using to try and learn drupal. It is not crossing over to the web.

Sharing tables: One master, many slaves vs. one slave, many masters

It seems to me, that the sharing tables functionality works only in one direction:
You can have one master table and many slave tables (the sso module works in the same way). Effect of sharing user tables: Once logged in to the master you have access to all slaves too
But there are scenarios for other combinations: one slave and many masters.

Does anyone know a solution for that?

see also http://drupal.org/node/view/9186

Undefined index ?

Notice: Undefined index: pass in c:\program files\easyphp1-7\www\drupal\includes\database.mysql.inc on line 12

what is the matter ? what is the answer ?

Sharing Tables - Super Advanced Usage

I followed the instruction on page http://drupal.org/node/view/2622#advanced

2 drupal installations:



master_db=drupal-pca120

slave_db=drupal-pca1

conf.php of the slave:

$db_url = "mysql://mysqluser:password@localhost/drupal-pca1";

#   If $db_prefix is specified all database table names will be
#   prepended with this string.  Be sure to use valid database
#   characters only, usually alphanumeric and underscore.  If no
#   prefixes are desired, set to empty string "".
$db_prefix = array(
    "default" => "drupal-pca1.",
    "users" => "drupal-pca120.",
    "sessions" => "drupal-pca120.",
    "role" => "drupal-pca120.",
    "authmap" => "drupal-pca120."
); 

conf.php of th master:

db_url = "mysql://mysqluser:412me@localhost/drupal-pca120";

#   If $db_prefix is specified all database table names will be
#   prepended with this string.  Be sure to use valid database
#   characters only, usually alphanumeric and underscore.  If no
#   prefixes are desired, set to empty string "".
$db_prefix = ""; 

If I go to the slave-site I get this Error:

Fatal error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '-pca120.users u INNER JOIN drupal-pca120.sessions s ON u.uid = query: SELECT u.*, s.* FROM drupal-pca120.users u INNER JOIN drupal-pca120.sessions s ON u.uid = s.uid WHERE s.sid = '0977edb2a9f61d735e685c81da9ff13b' AND u.status < 3 LIMIT 0, 1 in /usr/local/www/PCA/html/includes/database.mysql.inc on line 100

Is the session.save_handler user requirement important?

Hi

The install.txt file says that

Your PHP must have the following settings:
session.save_handler user

My hoster has set that to "files" instead of "user", but Drupal seems to work fine anyway. Am I to run into yet unknown troubles?

Regards
Bjarne, Denmark

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal