Hola a todos!
Os expongo mi caso...resulta que he instalado smarty en un servidor pero al ejecutar un archivo de ejemplo me da el siguiente error:
Warning: main(/html/smarty/libs/Smarty.class.php): failed to open stream: No such file or directory in /var/www/vhost/clasez.com/home/html/smarty/include.php on line 2
Warning: main(/html/smarty/libs/Smarty.class.php): failed to open stream: No such file or directory in /var/www/vhost/clasez.com/home/html/smarty/include.php on line 2
Fatal error: main(): Failed opening required '/html/smarty/libs/Smarty.class.php' (include_path='.:/usr/share/pear') in /var/www/vhost/clasez.com/home/html/smarty/include.php on line 2
----------------------
Creo que lo he hecho todo correcto, he creado una carpeta llamada smarty dentro de una llamada html. En el interior de smarty he copiado el directorio libs, y he creado los 4 directorios necesarios (templates, templates_c,cache y configs) todas ellas en el directorio smarty...
Os paso tambien el código del archivo "include.php":
<?
require('/html/smarty/libs/Smarty.class.php');
$smarty = new Smarty();
$smarty->template_dir = '/html/smarty/templates';
$smarty->compile_dir = '/html/smarty/templates_c';
$smarty->cache_dir = '/html/smarty/cache';
$smarty->config_dir = '/html/smarty/configs';
?>
Muchas gracias de antemano!
Espero que me podais ayudar, me urge bastante