Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1735 connectés 

  FORUM HardWare.fr
  Programmation
  PHP

  nouveau souci dsl

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

nouveau souci dsl

n°1730912
ericavia
Posté le 12-05-2008 à 17:40:48  profilanswer
 

voilas des que j essaye de me connecter pour administrer mon script  j ai cette reponse :
 
Failed opening required '/home//www.defouliore.be/smarty/libs/Smarty.class.php' (include_path='.:/usr/lib/php') in /homepages/25/d146395061/htdocs/include/config.php on line 69
 
je debute donc je ne comprend pas j ai beau aller a la ligne 69 comme il me dit rien de speciale .
aidez moi  
 
session_start();
$config = array();
// =============== CONFIGURATION ===================================================================
// Your Website Name
$config['site_name']  = "montageonline";
$config['BASE_DIR']   = '/home/defouliore.be/';
$config['BASE_URL']   = 'http://www.defouliore.be/';
$config['tmpimgpath']  = 'http://www.defouliore.be/tmp';
$config['tmpimgpath2'] = 'http://www.defouliore.be/tmp';
$config['ffmpeg']    = '/usr/bin/ffmpeg';
$config['mplayer']   = '/usr/bin/mplayer';
$config['mencoder']   = '/usr/bin/mencoder';
$config['metainject']  = '/usr/bin/flvtool2';
$config['phppath']   = '/usr/local/bin/php';
// Guest users (unregistered) daily limit (duration in seconds)
$config['guest_limite'] = 65535;
// Videos have to be approved by admin before made public (1 = yes / 0 = no)
$config['approve']   = 0;
// Delete original uploaded videos (and temp files) after successful conversion (1 = yes / 0 = no)
$config['del_original_video'] = 0;
// User profile photo (avatar) width (pixels). Original uploaded images are redimensioned
$config['photowidth']  = "150";
// Video Bitrate (kbit/sec)- Increase/Decrease quality/filesize of the converted video
$config['vbitrate']   = 800;
// Audio Sample Rate (Hz) – Recommended to leave it to this value
$config['sbitrate']   = 22050;
// Resize/Scale Converted Video (yes = 1 / no = 0)
$config['vresize']   = 0;
//Resized Video Width
$config['vresize_x']  = 320;
//Resized Video Height
$config['vresize_y']  = 240;
//Captcha (Signup Image Verification) ON=1/OFF=0
$config['captcha']   = 1;
//Member Download Videos ON=1/OFF=0
$config['downloads']  = 1;
// =============== DO NOT EDIT UNDER THIS LINE =====================================================
$config['CONF_FILE'] = $config[BASE_DIR] . '/include/conf.ini';
$config['IMG_DIR']  = $config[BASE_DIR] . '/images';
$config['IMG_URL']  = $config[BASE_URL] . '/images';
$config['PHO_DIR']  = $config[BASE_DIR] . '/photo';
$config['PHO_URL']  = $config[BASE_URL] . '/photo';
$config['VDO_DIR']  = $config[BASE_DIR] . '/video';
$config['VDO_URL']  = $config[BASE_URL] . '/video';
$config['ADO_DIR']  = $config[BASE_DIR] . '/audio';
$config['ADO_URL']  = $config[BASE_URL] . '/audio';
$config['FLVDO_DIR'] = $config[BASE_DIR] . '/flvideo';
$config['FLVDO_URL'] = $config[BASE_URL] . '/flvideo';
$config['TMB_DIR']  = $config[BASE_DIR] . '/thumb';
$config['TMB_URL']  = $config[BASE_URL] . '/thumb';
$config['baseurl']  = $config['BASE_URL'];
$config['basedir']  = $config['BASE_DIR'];
$config['vdodir']   = $config['VDO_DIR'];
$config['vdourl']   = $config['VDO_URL'];
$config['audiodir']  = $config['ADO_DIR'];
$config['audiourl']  = $config['ADO_URL'];
$config['flvdodir']  = $config['FLVDO_DIR'];
$config['flvdourl']  = $config['FLVDO_URL'];
$config['photodir']  = $config['PHO_DIR'];
$config['photourl']  = $config['PHO_URL'];
$config['imgurl']   = $config['IMG_URL'];
$config['imgpath']  = $config['IMG_DIR'];
$config['tmbdir']   = $config['TMB_DIR'];
$config['tmburl']   = $config['TMB_URL'];
require_once ($config[BASE_DIR] . '/smarty/libs/Smarty.class.php');
require_once ($config[BASE_DIR] . '/classes/mysmarty.class.php');
require_once ($config[BASE_DIR] . '/classes/SConfig.php');
require_once ($config[BASE_DIR] . '/classes/SError.php');
require_once ($config[BASE_DIR] . '/include/adodb/adodb.inc.php');
require_once ($config[BASE_DIR] . '/include/phpmailer/class.phpmailer.php');
require_once ($config[BASE_DIR] . '/classes/SEmail.php');
require_once ($config[BASE_DIR] . '/include/dbconfig.php');
$conn =&ADONewConnection($DBTYPE);

mood
Publicité
Posté le 12-05-2008 à 17:40:48  profilanswer
 

n°1730939
art_dupond
je suis neuneu... oui oui !!
Posté le 12-05-2008 à 18:55:58  profilanswer
 

il dit qu'il ne trouve pas le fichier en question.
essaye de changer  
$config['BASE_DIR']   = '/home/defouliore.be/';  
en  
$config['BASE_DIR']   = '/home/defouliore.be';  
 
:??:


---------------
oui oui
n°1731040
ericavia
Posté le 13-05-2008 à 06:38:29  profilanswer
 

merci pour ta reponse mais meme avec se changement sa ne change rien je devient fou je debut donc c dur

n°1731048
sielfried
Posté le 13-05-2008 à 07:56:23  profilanswer
 

Ben c'est simple, il cherche Smarty à l'endroit indiqué dans l'erreur, et il ne trouve pas. :spamafote:
 
T'as Smarty ? Tu l'as placé où ?


---------------
StarCraft Professional Gaming Database | [Ze Topic] Starcraft/BroodWar
n°1731092
art_dupond
je suis neuneu... oui oui !!
Posté le 13-05-2008 à 10:28:46  profilanswer
 

me disais aussi que ça n'allait pas marcher  :p


---------------
oui oui
n°1731203
ericavia
Posté le 13-05-2008 à 14:55:53  profilanswer
 

tous les dossier sont poser directement a la racine du site comme dit dans l explication du script


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation
  PHP

  nouveau souci dsl

 

Sujets relatifs
Souci taleaux en php...je galère!Faire apparaître du nouveau sur un clic en CSS
petit souci avec variable d'un Input [résolu]souci pour faire un spoiler
souci des smiley dans un pop upsouci avec detachEvent / removeEvent
Cherche des fous pour nouveau concept OS (base linux)Gérer un panier avec les cookies = gros souci....
JQUERY Nouveau Objet créer dynamiquement[Débutant] Souci à la compilation
Plus de sujets relatifs à : nouveau souci dsl


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR