hola
Ahora en el foro correcto!
Desarrollé una aplicación web utilizando PHP 4.3.2; MySQL 3.22.34-shareware-debug; Apache 2.0.45 sobre Windows 2k Profesional.
Cuando intento trasladar mi aplicación a un servidor Windows NT 4.0 con PHP 4.3.2; MySQL 3.22.34-shareware-debug; Apache 1.3.26 y aparentemento todo igual que el servidor anterior. Tengo el siguiente error:
Warning: session_start(): open(/tmp\sess_9fa15e0903bf21f8d8c81ef66149c30f, O_RDWR) failed: No such file or directory (2) in c:\www\cubatropical\index.php on line 2
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\www\cubatropical\index.php:2) in c:\www\cubatropical\index.php on line 2
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\www\cubatropical\index.php:2) in c:\www\cubatropical\index.php on line 2
Ocurrió un error al ejecutar el query "SELECT COUNT(*) FROM thote ORDER BY catehote DESC, dordhote, pre1hote, nombhote". La base dijo : No Database Selected.
Warning: Unknown(): open(/tmp\sess_9fa15e0903bf21f8d8c81ef66149c30f, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
Nota: la línea 2 del fichero index.php es:
session_start();
Espero por su ayuda. Gracias
R/ cuando cambio en el php.ini; de session.save_path /tmp a:
session.save_path c:\tmp
me da el siguiente error
Warning: session_start(): open(c:\tmp\sess_233921c06e79109cc3a18876fc32f1dc, O_RDWR) failed: No such file or directory (2) in c:\www\cubatropical\index.php on line 2
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\www\cubatropical\index.php:2) in c:\www\cubatropical\index.php on line 2
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\www\cubatropical\index.php:2) in c:\www\cubatropical\index.php on line 2
Ocurrió un error al ejecutar el query "SELECT COUNT(*) FROM thote ORDER BY catehote DESC, dordhote, pre1hote, nombhote". La base dijo : No Database Selected.
Warning: Unknown(): open(c:\tmp\sess_233921c06e79109cc3a18876fc32f1dc, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (c:\tmp) in Unknown on line 0