![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/05/2005, 10:37
|
| | Fecha de Ingreso: febrero-2004 Ubicación: santiago
Mensajes: 24
Antigüedad: 21 años Puntos: 0 | |
Warning: session_start(): error al guardar la session este es el codigo
<?php
// Include files
require_once('function.php');
require_once('accounts.php');
require_once('domains.php');
session_start();
// System files
include('layouts.html');
include('languages.html');
// Lang path
$langpath = $lang_settings[$language][1];
require_once($langpath . "alang.html");
// Skin path
$skin_dir = $layout_settings[$layout][1];
// Current path
$this['backpath'] = "";
header("Expires: " . gmdate("D, d M Y H:i:s"). " GMT");
if (!$noheadercache) { if ($SERVER_PROTOCOL == "HTTP/1.0") $nocache = "Pragma: no-cache"; else $nocache = "Cache-Control: no-store, no-cache, must-revalidate"; header($nocache); }
?>
este es el error
Warning: session_start(): open(/tmp\sess_81eddb1b1161ed2224b79eb39abb3f80, O_RDWR) failed: No such file or directory (2) in E:\MERAK\html\accounts\inc\include.php on line 7
les cuento que es del administrador de cuentas del servidor de correo merak desde que lo instale me da este error y desconosco de programacion en PHP si alguien me pudiera ayudar o guiarme para solucionar este problema estaria muy agradecido |