PDA

Afficher la version complète : Résolu ! VB4 Suite a l'etape 14 (cms)



squd
15/11/2009, 20h45
Bonjour quand je veux installer vb4 suite j'ai le message suivant à l'etape 14 :

Warning: tempnam() [function.tempnam (http://www.vbulletin-ressources.com/forum/function.tempnam)]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/web2599/:/home/web11/shared/) in /home/web2599/web/install/cmsdefaultdata/default_data_functions.php on line 171

Warning: copy() [function.copy (http://www.vbulletin-ressources.com/forum/function.copy)]: Filename cannot be empty in /home/web2599/web/install/cmsdefaultdata/default_data_functions.php on line 179

Warning: fopen() [function.fopen (http://www.vbulletin-ressources.com/forum/function.fopen)]: Filename cannot be empty in /home/web2599/web/includes/class_image.php on line 333

http://lesechecs.servhome.org/image.php?type=dberrorDatabase error


We apologise for any inconvenience.

Database error in vBulletin 4.0.0 Beta 3:
Invalid SQL:
SELECT thumbnail_width, thumbnail_height
FROM attachment AS attach INNER JOIN filedata AS data ON data.filedataid = attach.filedataid WHERE attachmentid =;
MySQL 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 '' at line 2
Error Number : 1064
Request Date : Sunday, November 15th 2009 @ 07:33:22 PM
Error Date : Sunday, November 15th 2009 @ 07:33:23 PM
Script : http://lesechecs.servhome.org/install/install.php?step=14
Referrer : http://lesechecs.servhome.org/install/install.php?step=13
IP Address : xxxxxxxxxxx
Username : xxxxxx
Classname : vB_Database
MySQL Version : 5.1.40-0.dotdeb.1


Merci de votre aide .

Simon
15/11/2009, 20h51
Bonsoir,
Contacte ton hébergeur, ce n'est pas normal si le répertoire temporaire de PHP n'est pas disponible en écriture.

squd
15/11/2009, 21h05
Merci pour ces infos , je vais voir mon hebergeur de ce pas

kevin2008
16/11/2009, 03h16
salut,

voici la solution,

Minimum Requirements: vBulletin is designed to run on every server that has PHP 5.2 or greater and MySQL 4.1.0 or greater installed.

It is recommended to use PHP 5.2.6, or later and MySQL 5.0.19 or later.

bon courage

kevin2008
16/11/2009, 03h24
pour verifier ta version de php:

crée un fichier phpversion.php



<?php
// affiche le numéro de version courante du PHP.
echo "Version PHP courante : " . phpversion();

// affiche e.g. '2.0' ou rien du tout si cette extension n'est pas active
echo phpversion('tidy');
?>