Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/06/2009, 14:52
Avatar de Nirvana
Nirvana
 
Fecha de Ingreso: diciembre-2006
Mensajes: 129
Antigüedad: 18 años, 1 mes
Puntos: 0
Problema con gCards

Buen día!

Tengo un problema, me aparece el siguiente error:

Cita:
Warning: include_once(inc/lang/) [function.include-once]: failed to open stream: No such file or directory in /home/poliutla/public_html/postales/inc/setLang.php on line 12

Warning: include_once() [function.include]: Failed opening 'inc/lang/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/poliutla/public_html/postales/inc/setLang.php on line 12
Y el error es en el siguiente código (setLang.php).

Código PHP:
<?
    
if(isset($_REQUEST['lang'])) exit("NO!");
    if (
$page->languageredirect == $_SERVER['PHP_SELF']) {
        if (isset(
$_GET['setLang']) && array_key_exists($_GET['setLang'],$lang)) { 
            
$_SESSION['setLang'] = $_GET['setLang'];
        }
    }
    
    
$langFile $page->relpath.'inc/lang/'.$lang[$_SESSION['setLang']]['file'];
    
    if (
file_exists($langFile)) {
        include_once(
$langFile);
    } else {
        echo 
"Could not find language file $langFile";
    }
?>
¿Me podrían decir a qué se debe y como lo puedo solucionar? Ya busqué muchas formas y nada me funciona :(
__________________
Lo mejor del Rock ha sido Kurt Cobain con Nirvana, aún existen buenos grupos como Korn y toda su música.