OVH problème installation mutalisé

bonjour, autre soucy,
j’essaye en vain d’installe le cms DRUPAL mais lors de l’installation, j’ai tout plein de messages d’erreurs.

j’ai essaye plusieur versions de DRUPAL : de la 4.17, a la 5.22,6.17
j’ai un hébergement mutalisé PRO

je suis dans une impasse, si quelqu’un a une idée, ca serait cool, je planche depuis hier après midi, avant et apres le match de foot ^^°

j’ai bien modifier le ficheir htaccess
mis les paramètres, je ne vois pas qu”est ce que
je pourrais faire d’autres

le message d’erreur de drupal lors de l’installation

Citation :
Warning : Table ‘linenew.access’ doesn’t exist query : SELECT 1 FROM access WHERE type = ‘host’ AND LOWER(‘85.171.183.121’) LIKE LOWER(mask) AND status = 0 LIMIT 0, 1 in /homez.44/line/www/dru/includes/database.mysql.inc on line 128

Warning : session_start() [function.session-start] : Cannot send session cookie - headers already sent by (output started at /homez.44/line/www/dru/includes/database.mysql.inc:128) in /homez.44/line/www/dru/includes/bootstrap.inc on line 1143

Warning : session_start() [function.session-start] : Cannot send session cache limiter - headers already sent (output started at /homez.44/line/www/dru/includes/database.mysql.inc:128) in /homez.44/line/www/dru/includes/bootstrap.inc on line 1143

Warning : Table ‘linenew.cache’ doesn’t exist query : SELECT data, created, headers, expire, serialized FROM cache WHERE cid = ‘variables’ in /homez.44/line/www/dru/includes/database.mysql.inc on line 128

Warning : Table ‘linenew.variable’ doesn’t exist query : SELECT * FROM variable in /homez.44/line/www/dru/includes/database.mysql.inc on line 128

Warning : Table ‘linenew.cache’ doesn’t exist query : UPDATE cache SET data = ”, created = 1278929673, expire = 0, headers = ”, serialized = 0 WHERE cid = ‘variables’ in /homez.44/line/www/dru/includes/database.mysql.inc on line 128

Warning : Table ‘linenew.system’ doesn’t exist query : SELECT name, filename, throttle FROM system WHERE type = ‘module’ AND status = 1 AND bootstrap = 1 ORDER BY weight ASC, filename ASC in /homez.44/line/www/dru/includes/database.mysql.inc on line 128

Warning : Cannot modify header information - headers already sent by (output started at /homez.44/line/www/dru/includes/database.mysql.inc:128) in /homez.44/line/www/dru/includes/bootstrap.inc on line 709

Warning : Cannot modify header information - headers already sent by (output started at /homez.44/line/www/dru/includes/database.mysql.inc:128) in /homez.44/line/www/dru/includes/bootstrap.inc on line 710

Warning : Cannot modify header information - headers already sent by (output started at /homez.44/line/www/dru/includes/database.mysql.inc:128) in /homez.44/line/www/dru/includes/bootstrap.inc on line 711

Warning : Cannot modify header information - headers already sent by (output started at /homez.44/line/www/dru/includes/database.mysql.inc:128) in /homez.44/line/www/dru/includes/bootstrap.inc on line 712

Warning : Table ‘linenew.url_alias’ doesn’t exist query : SELECT COUNT(pid) FROM url_alias in /homez.44/line/www/dru/includes/database.mysql.inc on line 128
j’ai modifier le fichier setting.php
avec les infos
$db_url = ‘mysql://line:*******@mysql5-16.bdb/line’ ;

mon fichier htaccess

Citation :
SetEnv PHP_VER 5
SetEnv REGISTER_GLOBALS 0
SetEnv ZEND_OPTIMIZER 1 (j’ai rajouter ces 3 lignes)
#

Apache/PHP/Drupal settings :

#

Protect files and directories from prying eyes.

SetEnv PHP_VER 5
SetEnv REGISTER_GLOBALS 0
SetEnv ZEND_OPTIMIZER 1
Order allow,deny

Don’t show directory listings for URLs which map to a directory.

Options -Indexes

Follow symbolic links in this directory.

Options +FollowSymLinks

Make Drupal handle any 404 errors.

ErrorDocument 404 /index.php

Force simple error message for requests for non-existent favicon.ico.

There is no end quote below, for compatibility with Apache 1.3.

ErrorDocument 404 «The requested file favicon.ico was not found.

Set the default handler.

DirectoryIndex index.php

Override PHP settings. More in sites/default/settings.php

but the following cannot be changed at runtime.

PHP 4, Apache 1.

php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0

PHP 4, Apache 2.

php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0

PHP 5, Apache 1 and 2.

php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0

Requires mod_expires to be enabled.

Enable expirations.

ExpiresActive On

Cache all files for 2 weeks after access (A).

ExpiresDefault A1209600

Do not allow PHP scripts to be cached unless they explicitly send cache

headers themselves. Otherwise all scripts would have to overwrite the

headers set by mod_expires if they want another caching behavior. This may

fail if an error occurs early in the bootstrap process, and it may cause

problems if a non-Drupal PHP file is installed in a subdirectory.

ExpiresActive Off

Various rewrite rules.

RewriteEngine on

If your site can be accessed both with and without the ‘www.’ prefix, you

can use one of the following settings to redirect users to your preferred

URL, either WITH or WITHOUT the ‘www.’ prefix. Choose ONLY one option :

#

To redirect all users to access the site WITH the ‘www.’ prefix,

(http://example.com/… will be redirected to http://www.example.com/…)

adapt and uncomment the following :

RewriteCond %{HTTP_HOST} ^example.com$ [NC]

RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]

#

To redirect all users to access the site WITHOUT the ‘www.’ prefix,

(http://www.example.com/… will be redirected to http://example.com/…)

uncomment and adapt the following :

RewriteCond %{HTTP_HOST} ^www.example.com$ [NC]

RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]

Modify the RewriteBase if you are using Drupal in a subdirectory or in a

VirtualDocumentRoot and the rewrite rules are not working properly.

For example if your site is at http://example.com/drupal uncomment and

modify the following line :

RewriteBase /drupal

#

If your site is running in a VirtualDocumentRoot at http://example.com/,

uncomment the following line :

RewriteBase / j’ai rajouter mon dossier ou est installer le site

Rewrite URLs of the form ‘x’ to the form ‘index.php ?q=x’.

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)$ index.php ?q=$1 [L,QSA]

$Id : .htaccess,v 1.90.2.5 2010/02/02 07:25:22 dries Exp $

#

j’ai réglé partiellement mon problème, c’était au niveau du ficheir htacces qu’il y avait un conflit,

maintenant j’ai une erreur «No input file specified. «

encore un probleme dans le fichier, mais je ne vois rien..
un peu d’aide svp

#

c bon , le probleme est résolu,

#

comment as-tu fait ?

#

Bonjour,
même soucis pour moi quand j’essaye d’installer Drupal 6.16 en mutualisé chez ovh.
Je place le settings.php où il faut, je place ce qu’il faut dans le htaccess :
SetEnv REGISTER_GLOBALS 0
SetEnv PHP_VER 5
pour mettre le register_globals en écriture et pour forcer la version 5 de php.

Ensuite j’ai tout essayé (sans doute pas) dans le fichier settings.php pour mettre la bonne adresse de la base mysql, voici trois essais, à chaque fois, j’ai retapé l’adresse de mon site (mathieregrise.fr) puis :
—>$db_url = ‘mysql://username:password@localhost/databasename’ ; (en laissant tout tel quel), on me demande la langue, —>français, ça marche —> Fiche pour la bdd, je remplis, dans options avancées, le serveur donné par ovh : mysql5-18.perso, j’obtiens :
Parse error : syntax error, unexpected ‘<’ in /homez.131/mathiere/www/includes/database.mysqli.inc on line 358

—>$db_url = ‘mysql://mathieregr2sql:mot-de-passe@sql/mathieregr2sql’ ; j’obtiens directement :
The site is currently not available due to technical problems. Please try again later. Thank you for your understanding.

If you are the maintainer of this site, please check your database settings in the settings.php file and ensure that your hosting provider’s database server is running. For more help, see the handbook, or contact your hosting provider.

The mysql error was : Access denied for user : ‘mathieregr2sql@10.0.75.109’ (Using password : YES).

—> en mettant $db_url = ‘mysql://mathieregr2sql:mot-de-passe@mysql5-18.perso/mathieregr2sql’ ; j’obtiens directement
Warning : Table ‘mathieregr2sql.access’ doesn’t exist query : SELECT 1 FROM access WHERE type = ‘host’ AND LOWER(‘90.58.197.225’) LIKE LOWER(mask) AND status = 0 LIMIT 0, 1 in /homez.131/mathiere/www/includes/database.mysql.inc on line 128

Warning : Table ‘mathieregr2sql.users’ doesn’t exist query : SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = ‘7610c26b319e19604d0a54f47b04fb9f’ in /homez.131/mathiere/www/includes/database.mysql.inc on line 128

Warning : session_start() [function.session-start] : Cannot send session cache limiter - headers already sent (output started at /homez.131/mathiere/www/includes/database.mysql.inc:128) in /homez.131/mathiere/www/includes/bootstrap.inc on line 1143

Warning : Table ‘mathieregr2sql.cache’ doesn’t exist query : SELECT data, created, headers, expire, serialized FROM cache WHERE cid = ‘variables’ in /homez.131/mathiere/www/includes/database.mysql.inc on line 128

Warning : Table ‘mathieregr2sql.variable’ doesn’t exist query : SELECT * FROM variable in /homez.131/mathiere/www/includes/database.mysql.inc on line 128

Warning : Table ‘mathieregr2sql.cache’ doesn’t exist query : UPDATE cache SET data = ”, created = 1282054291, expire = 0, headers = ”, serialized = 0 WHERE cid = ‘variables’ in /homez.131/mathiere/www/includes/database.mysql.inc on line 128

Warning : Table ‘mathieregr2sql.system’ doesn’t exist query : SELECT name, filename, throttle FROM system WHERE type = ‘module’ AND status = 1 AND bootstrap = 1 ORDER BY weight ASC, filename ASC in /homez.131/mathiere/www/includes/database.mysql.inc on line 128

Warning : Cannot modify header information - headers already sent by (output started at /homez.131/mathiere/www/includes/database.mysql.inc:128) in /homez.131/mathiere/www/includes/bootstrap.inc on line 709

Warning : Cannot modify header information - headers already sent by (output started at /homez.131/mathiere/www/includes/database.mysql.inc:128) in /homez.131/mathiere/www/includes/bootstrap.inc on line 710

Warning : Cannot modify header information - headers already sent by (output started at /homez.131/mathiere/www/includes/database.mysql.inc:128) in /homez.131/mathiere/www/includes/bootstrap.inc on line 711

Warning : Cannot modify header information - headers already sent by (output started at /homez.131/mathiere/www/includes/database.mysql.inc:128) in /homez.131/mathiere/www/includes/bootstrap.inc on line 712

Warning : Table ‘mathieregr2sql.url_alias’ doesn’t exist query : SELECT COUNT(pid) FROM url_alias in /homez.131/mathiere/www/includes/database.mysql.inc on line 128

Comme d’habitude dans ces cas là, on est pas loin de devenir dingue à force de tourner autour du problème sans trouver le truc. Si quelqu’un peut me donner un coup de main, merci à lui.

essere66

#

he, je me rapelle de la procédure, cetait surement une modification au niveau du ficheir HTACCESS ;

depuis jai laisse tomber drupal donc. ;
bon courage

#

Merci,
je viens de rejeter un œil dans le htaccess mais sans succés,
j’essaierai de faire mieux demain.

essere66

#

Je suis parvenu à installer Drupal 6.18.
OUF !
J’ai vu, au fil des forums, que c’était tout simple à installer pour certains et franchement difficile pour d’autres.
J’ai déjà monté un site «de toutes pièces», bidouiller des blogs sous Wordpress et, force est de constater, qu’il y a une loi du «tout ou rien» dans l’installation d’un CMS :
soit tout va bien et ça paraît un jeu d’enfant soit ça merdoit et là… ça peut prendre beaucoup de temps. D’autant que les problèmes dépendent de nombreux paramètres (sa version du CMS, son hébergeur, son hébergement…), il n’est pas toujours évident de trouver de l’aide personnalisée. En clair, c’est de la débrouille.

Je vais pourtant vous faire part de ce qui m’a mis dedans car c’est assez original.

Dans mon fichier database.mysqli.inc (version Drupal : 6.18), l’ensemble du code était dupliqué et j’obtenais donc un message d’erreur décrit plus haut.
J’ai donc supprimé l’ensemble du code à partir de la ligne 258.
Et ça roule !
Pourquoi ce problème ?!
J’ai vérifié en téléchargeant à nouveau Drupal 6.18 et le database.mysqli.inc était bien le bon, cette fois-ci.

Bonne chance à tous les amateurs-bricoleurs de mon espèce et ne vous découragez pas trop vite.

essere66

#

Bonjour

J’ai le même genre de problème en voulant installer Drupal 6.19 sur mon serveur chez 1and1. J’ai pourtant fait exactement la même manipe que j’avais fait pour installer Drupal 6.15 qui tourne nickel il y a plusieurs mois.

J’ai créé une bdd toute neuve avec phpmyadmin chez 1and1

J’ai modifié le .htaccess en ajoutant :
AddType x-mapp-php5 .php
SetEnv REGISTER_GLOBALS 0
RewriteBase /derailleurs (derailleurs c’est le répertoire du nouveau site)

J’ai modifié default/default.settings.php et settings.php
ligne 92 j’ai remplacé :
$db_url = ‘mysql://username:password@localhost/databasename’ ;
par :
$db_url = ‘mysql://dboXXXXXXXXX:password@dbXXXX.1and1.fr/dbXXXXXXXXX’ ;

Je tape l’adresse de mon site, je n’arrive même pas sur la première page de création de Drupal, et ça me dit (j’ai remplacé le nom de ma bdd par XXXX et le nom de mon site par YYYYY) :

—————————————————————————————————————————————

Warning : Table ‘dbXXXXXXXXX.access’ doesn’t exist query : SELECT 1 FROM access WHERE type = ‘host’ AND LOWER(‘92.103.191.10’) LIKE LOWER(mask) AND status = 0 LIMIT 0, 1 in /homepages/22/d140311519/htdocs/YYYYYY/derailleurs/includes/database.mysql.inc on line 128

Warning : session_start() [function.session-start] : Cannot send session cookie - headers already sent by (output started at /homepages/22/d140311519/htdocs/YYYYYY/derailleurs/includes/database.mysql.inc:128) in /homepages/22/d140311519/htdocs/YYYYYY/derailleurs/includes/bootstrap.inc on line 1162

Warning : session_start() [function.session-start] : Cannot send session cache limiter - headers already sent (output started at /homepages/22/d140311519/htdocs/YYYYYY/derailleurs/includes/database.mysql.inc:128) in /homepages/22/d140311519/htdocs/YYYYYY/derailleurs/includes/bootstrap.inc on line 1162

Warning : Table ‘db340294544.cache’ doesn’t exist query : SELECT data, created, headers, expire, serialized FROM cache WHERE cid = ‘variables’ in /homepages/22/d140311519/htdocs/YYYYYY/derailleurs/includes/database.mysql.inc on line 128

Warning : Table ‘db340294544.variable’ doesn’t exist query : SELECT * FROM variable in /homepages/22/d140311519/htdocs/YYYYYY/derailleurs/includes/database.mysql.inc on line 128

Warning : Table ‘db340294544.cache’ doesn’t exist query : UPDATE cache SET data = ‘’, created = 1284553282, expire = 0, headers = ‘’, serialized = 0 WHERE cid = ‘variables’ in /homepages/22/d140311519/htdocs/YYYYYY/derailleurs/includes/database.mysql.inc on line 128

Warning : Table ‘db340294544.system’ doesn’t exist query : SELECT name, filename, throttle FROM system WHERE type = ‘module’ AND status = 1 AND bootstrap = 1 ORDER BY weight ASC, filename ASC in /homepages/22/d140311519/htdocs/YYYYYY/derailleurs/includes/database.mysql.inc on line 128

Warning : Cannot modify header information - headers already sent by (output started at /homepages/22/d140311519/htdocs/YYYYYY/derailleurs/includes/database.mysql.inc:128) in /homepages/22/d140311519/htdocs/YYYYYY/derailleurs/includes/bootstrap.inc on line 726

Warning : Cannot modify header information - headers already sent by (output started at /homepages/22/d140311519/htdocs/YYYYYY/derailleurs/includes/database.mysql.inc:128) in /homepages/22/d140311519/htdocs/YYYYYY/derailleurs/includes/bootstrap.inc on line 727

Warning : Cannot modify header information - headers already sent by (output started at /homepages/22/d140311519/htdocs/YYYYYY/derailleurs/includes/database.mysql.inc:128) in /homepages/22/d140311519/htdocs/YYYYYY/derailleurs/includes/bootstrap.inc on line 728

Warning : Cannot modify header information - headers already sent by (output started at /homepages/22/d140311519/htdocs/YYYYYY/derailleurs/includes/database.mysql.inc:128) in /homepages/22/d140311519/htdocs/YYYYYY/derailleurs/includes/bootstrap.inc on line 729

Warning : Table ‘db340294544.url_alias’ doesn’t exist query : SELECT COUNT(pid) FROM url_alias in /homepages/22/d140311519/htdocs/YYYYYY/derailleurs/includes/database.mysql.inc on line 128

—————————————————————————————————————————————

Et je deviens dingue : grrrrrr…. Le fichier database.mysql.inc à l’air correct… Est-ce que qqn aurais une idée de ce qui se passe ? Sachant que je suis pas franchement informaticien non plus :-/ mais j’essaye de comprendre.

Merci :-)

#

Euuuuuuu…

Évidement après s’être arraché les cheveux pendant plusieurs jours, je pose ma question, je continue à butiner sur le forum et… je trouve la réponse 10 minutes après !!!

Donc l’histoire est résolue. Il fallait pour lancer l’installation de Drupal, ne pas aller à la pages http://monsite.xxx mais à la page htt://monsite.xxx/install.php

J’espère que ça servira à quelqu’un d’autre :-)

#

Bonjour !

Si vous nous informiez sur les caractéristiques de votre hébergeur, cela serait super sympa avant d’affirmer que Drupal est pourrit !

Non ?

On y va ?

Jean-Marc.

#

Jean Marc, t’arrive un peu tard quand même.
de plus, dans le premier post les informations concernant l’hébergement sont indiqué dans le premier post, 2eme ligne.

ps : les opticiens sont ouvert aujourd’hui !!!

#

Bonjour Phoenix !

Bon, j’ai fais une boulette ! Je suis allé chez mon opticien et il m’a dit qu’il faillait que je réitère mon apprentissage de la lecture de texte !

Désolé (pour la boulette et la lecture de texte) !

Jean-Marc.

Syndiquer le contenu