Erreur PHP

Fermé
zoomfire - 15 avril 2010 à 15:57
 zoomfire - 16 avril 2010 à 15:01
Bonjour, j'ai une erreur PHP :
Parse error: syntax error, unexpected T_DNUMBER in /homepages/14/d321352550/htdocs/steve/engine/settings.php on line 37


Pouvez vous m'aider je vous pris??

Merci d'avance

Sur ce sript :

<?php
/**
* Elgg settings
*
* Elgg manages most of its configuration from the admin panel. However, we need you to
* include your database settings below.
*
* @todo Turn this into something we handle more automatically.
*/

global $CONFIG;
if (!isset($CONFIG)) {
$CONFIG = new stdClass;
}

/*
* Standard configuration
*
* You will use the same database connection for reads and writes.
* This is the easiest configuration, and will suit 99.99% of setups. However, if you're
* running a really popular site, you'll probably want to spread out your database connections
* and implement database replication. That's beyond the scope of this configuration file
* to explain, but if you know you need it, skip past this section.
*/

// Database username
$CONFIG->dbo321354278 = '{{CONFIG_DBUSER}}';

// Database password
$CONFIG->mypass = '{{CONFIG_DBPASS}}';

// Database name
$CONFIG->db321354278 = '{{CONFIG_DBNAME}}';

// Database server
// (For most configurations, you can leave this as 'localhost')
LINE 37 $CONFIG->db2394.1and1.fr = '{{CONFIG_DBHOST}}';

// Database table prefix
// If you're sharing a database with other applications, you will want to use this
// to differentiate Elgg's tables.
$CONFIG->elgg = '{{CONFIG_DBPREFIX}}';

/*
* Multiple database connections
*
* Here you can set up multiple connections for reads and writes. To do this, uncomment out
* the lines below.
*/

/*

// Yes! We want to split reads and writes
$CONFIG->db->split = true;

// READS
// Database username
$CONFIG->db['read']->dbuser = "";

// Database password
$CONFIG->db['read']->dbpass = "";

// Database name
$CONFIG->db['read']->dbname = "";

// Database server
// (For most configurations, you can leave this as 'localhost')
$CONFIG->db['read']->dbhost = "localhost";

// WRITES
// Database username
$CONFIG->db['write']->dbuser = "";

// Database password
$CONFIG->db['write']->dbpass = "";

// Database name
$CONFIG->db['write']->dbname = "";

// Database server
// (For most configurations, you can leave this as 'localhost')
$CONFIG->db['write']->dbhost = "localhost";

*/

/*
* For extra connections for both reads and writes, you can turn both
* $CONFIG->db['read'] and $CONFIG->db['write'] into an array, eg:
*
* $CONFIG->db['read'][0]->dbhost = "localhost";
*
* Note that the array keys must be numeric and consecutive, i.e., they start
* at 0, the next one must be at 1, etc.
*/


/**
* Memcache setup (optional)
* This is where you may optionally set up memcache.
*
* Requirements:
* 1) One or more memcache servers (http://memcached.org/
* 2) PHP memcache wrapper (https://www.php.net/manual/en/memcache.setup.php
*
* Note: Multiple server support is only available on server 1.2.1 or higher with PECL library > 2.0.0
*/
//$CONFIG->memcache = true;
//
//$CONFIG->memcache_servers = array (
// array('server1', 11211),
// array('server2', 11211)
//);

/**
* Some work-around flags.
*/

// Try uncommenting the below if your notification emails are not being sent
// $CONFIG->broken_mta = true;

/**
* Url - I am not sure if this will be here ?
**/

// URL
$CONFIG->www.steve.hastusses.fr/ = "";

2 réponses

Utilisateur anonyme
15 avril 2010 à 18:23
je pense que c'est a cause des points dans db2394.1and1.

vire les et reessaye
0
Et oui mais comment il va pouvoir accéder a ma base de donné si je modifie son URL ?
0
Utilisateur anonyme
16 avril 2010 à 13:00
bah tu modifie aussi le nom dans la DataBase
0
Je comprend pas, peut tu me corrigé le script de façon a ce que je n'est K le remplacer
0
Merci de votre aide mais un developper ma aider:

j'ai modifié le nom de la variable au lieu de modifier le son contenu
0