Page 15 sur 15 PremièrePremière ... 5131415
Résultats de 141 à 144 sur 144

Sujet : Mettre à jour son forum vBulletin

  1. #141
    Version
    vB 4.2.0
    Inscrit
    mars 2011
    Messages
    97
    Pouvoir de réputation
    3

    Par défaut

    Citation Envoyé par Simon Voir le message
    Ta dernière erreur n'a aucun rapport avec la base de données, il indique simplement que tu n'as pas donner les bonnes permissions au fichier vb/vb.php.
    Vérifie-les via ton client FTP.
    Je ne trouve pas ce fichier ?! est ce normale ?

    Edit : je l'ai trouver. Mais quel droit dois je lui donner ? 7777 ? Pourquoi dois je faire ça sur ce fichier alors qu'à l'origine je n'y est pas toucher ?


    Edit : bref maintenant j'ai ceci :

    Code HTML:
    Warning:  require(/homepages/32/d355189184/htdocs/forum/vb/phrase.php) [function.require]: failed to open stream: Permission denied in /homepages/32/d355189184/htdocs/forum/vb/vb.php on line 221
    
    Fatal error:  require() [function.require]: Failed opening required '/homepages/32/d355189184/htdocs/forum/vb/phrase.php' (include_path='.:/usr/lib/php5') in /homepages/32/d355189184/htdocs/forum/vb/vb.php on line 221
    J'ai décider je ré uploader le contenue du dossier includes. Puis je vais ré éditer mon config.php
    Vus avez vu une erreur dans la copie de mon config.php ? :

    Code HTML:
    //    ****** DATABASE TYPE ******
        //    This is the type of the database server on which your vBulletin database will be located.
        //    Valid options are mysql and mysqli, for slave support add _slave.  Try to use mysqli if you are using PHP 5 and MySQL 4.1+
        // for slave options just append _slave to your preferred database type.
    $config['Database']['dbtype'] = 'mysql';
    
        //    ****** DATABASE NAME ******
        //    This is the name of the database where your vBulletin will be located.
        //    This must be created by your webhost.
    $config['Database']['dbname'] = 'db******';
    
        //    ****** TABLE PREFIX ******
        //    Prefix that your vBulletin tables have in the database.
    $config['Database']['tableprefix'] = '';
    
        //    ****** TECHNICAL EMAIL ADDRESS ******
        //    If any database errors occur, they will be emailed to the address specified here.
        //    Leave this blank to not send any emails when there is a database error.
    $config['Database']['technicalemail'] = 'kaiserjdvirus@free.fr';
    
        //    ****** FORCE EMPTY SQL MODE ******
        // New versions of MySQL (4.1+) have introduced some behaviors that are
        // incompatible with vBulletin. Setting this value to "true" disables those
        // behaviors. You only need to modify this value if vBulletin recommends it.
    $config['Database']['force_sql_mode'] = false;
    
    
    
        //    ****** MASTER DATABASE SERVER NAME AND PORT ******
        //    This is the hostname or IP address and port of the database server.
        //    If you are unsure of what to put here, leave the default values.
        //
        //    Note: If you are using IIS 7+ and MySQL is on the same machine, you 
        //    need to use 127.0.0.1 instead of localhost
    $config['MasterServer']['servername'] = 'db***.1and1.fr';
    $config['MasterServer']['port'] = 3306;
    
        //    ****** MASTER DATABASE USERNAME & PASSWORD ******
        //    This is the username and password you use to access MySQL.
        //    These must be obtained through your webhost.
    $config['MasterServer']['username'] = 'dbo******';
    $config['MasterServer']['password'] = '*****';
    
        //    ****** MASTER DATABASE PERSISTENT CONNECTIONS ******
        //    This option allows you to turn persistent connections to MySQL on or off.
        //    The difference in performance is negligible for all but the largest boards.
        //    If you are unsure what this should be, leave it off. (0 = off; 1 = on)
    $config['MasterServer']['usepconnect'] = 0;
    
    
    
        //    ****** SLAVE DATABASE CONFIGURATION ******
        //    If you have multiple database backends, this is the information for your slave
        //    server. If you are not 100% sure you need to fill in this information,
        //    do not change any of the values here.
    $config['SlaveServer']['servername'] = 'db****';
    $config['SlaveServer']['port'] = 3306;
    $config['SlaveServer']['username'] = 'dbo****';
    $config['SlaveServer']['password'] = '****';
    $config['SlaveServer']['usepconnect'] = 0;
    Dernière édition par KAISER JDVIRUS; 24/09/2012 à 23h12

  2. #142
    Version
    vB 4.2.0
    Inscrit
    mars 2011
    Messages
    97
    Pouvoir de réputation
    3

    Par défaut

    J'ai soit ça :
    Code HTML:
    Database error in vBulletin :
    
    mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user '--------'@'---------' (using password: YES)
    /homepages/32/d35-----/htdocs/forum/includes/class_core.php on line 317
    
    MySQL Error   : 
    Error Number  : 
    Request Date  : Tuesday, September 25th 2012 @ 10:00:14 AM
    Error Date    : Tuesday, September 25th 2012 @ 10:00:14 AM
    Script        : http://teamksr.com/forum/install/upgrade.php
    Referrer      : 
    IP Address    : 78.223-------
    Username      : 
    Classname     : vB_Database
    MySQL Version :
    Soit ça :
    Code HTML:
    Warning:  require(/homepages/32/d355189184/htdocs/forum/vb/phrase.php) [function.require]: failed to open stream: Permission denied in /homepages/32/d355189184/htdocs/forum/vb/vb.php on line 221
    
    Fatal error:  require() [function.require]: Failed opening required '/homepages/32/d355189184/htdocs/forum/vb/phrase.php' (include_path='.:/usr/lib/php5') in /homepages/32/d355189184/htdocs/forum/vb/vb.php on line 221
    Personne pour m'aider svp ?
    Dernière édition par KAISER JDVIRUS; 25/09/2012 à 11h40

  3. #143
    Version
    vB 4.2.0
    Inscrit
    octobre 2008
    Messages
    11 967
    Billets
    33
    Pouvoir de réputation
    64

    Par défaut

    Je te conseille de poster une demande sur ce forum: http://www.vbulletin-ressources.com/...play.php?f=118. Un membre de l'équipe ira regarder directement sur ton forum, ce sera plus rapide

  4. #144
    Version
    vB 4.2.0
    Inscrit
    mars 2011
    Messages
    97
    Pouvoir de réputation
    3

    Par défaut

    OK merci.

Page 15 sur 15 PremièrePremière ... 5131415

Informations du sujet

Utilisateur(s) parcourant ce sujet

il y a actuellement 1 utilisateur(s) parcourant ce sujet. (0 membre(s) et 1 visiteur(s))

Sujets similaires

  1. Sujet résolu Résolu ! Comment mettre un blog pour son forum vbulletin ?
    Par CHAMO dans le forum Support vBulletin 4.x
    Réponses: 4
    Dernier message: 10/02/2011, 12h30
  2. Sujet résolu Résolu ! Comment mettre un message sur la page d'acceuil de notre forum Vbulletin
    Par cjicquel dans le forum Support vBulletin 4.x
    Réponses: 5
    Dernier message: 02/11/2010, 18h44
  3. Sujet résolu Résolu ! Mettre a jour la v4 RC2
    Par axkiller dans le forum Support vBulletin 4.x
    Réponses: 4
    Dernier message: 23/12/2009, 20h01
  4. Mettre a jour Vbulletin 3.6.X vers 3.7.x
    Par takerman dans le forum Support vbulletin 3.x
    Réponses: 8
    Dernier message: 16/05/2008, 19h50

Liens sociaux

Règles des messages

  • Vous ne pouvez pas créer de sujets
  • Vous ne pouvez pas répondre aux sujets
  • Vous ne pouvez pas importer de fichiers joints
  • Vous ne pouvez pas éditer vos messages
  •  
  • Les BB codes sont Activés
  • Les Smileys sont Activés
  • Le BB code [IMG] est Activé
  • Le code [VIDEO] est Activé
  • Le code HTML est Désactivé
Hébergé par PlanetHoster