Espero puedan ayudarme u orientarme. Tengo la siguiente duda:
Tengo un sistema desarrollado en PHP/MySQL, lo probé muchas veces en mi servidor local (localhost) y funciona bien. Lo subí a un servidor con un proveedor de servicios de hosting y funciona también muy bien. Sin embargo, lo subimos en el servidor de mi cliente y me marca estos errores:
Cita:
Los dos primeros se que se refieren, en algunos casos, si hay espacios entre la instrucción header("location"); los cuales ya están corregidos, de lo contrario no funcionaría en mi servidor. Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/75/10049475/html/marsel/uniformes/index.php:1) in /home/content/75/10049475/html/marsel/uniformes/sesion/session.php on line 3
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/75/10049475/html/marsel/uniformes/index.php:1) in /home/content/75/10049475/html/marsel/uniformes/sesion/session.php on line 3
Warning: mysqli_connect() [function.mysqli-connect]: (HY000/2002): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/content/75/10049475/html/marsel/uniformes/bd/config_sistema.php on line 21
Warning: mysqli_error() expects parameter 1 to be mysqli, boolean given in /home/content/75/10049475/html/marsel/uniformes/bd/config_sistema.php on line 23
Ingreso no permitido. Por favor contacta a tu proveedor de soporte al sistema.
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/75/10049475/html/marsel/uniformes/index.php:1) in /home/content/75/10049475/html/marsel/uniformes/sesion/session.php on line 3
Warning: mysqli_connect() [function.mysqli-connect]: (HY000/2002): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/content/75/10049475/html/marsel/uniformes/bd/config_sistema.php on line 21
Warning: mysqli_error() expects parameter 1 to be mysqli, boolean given in /home/content/75/10049475/html/marsel/uniformes/bd/config_sistema.php on line 23
Ingreso no permitido. Por favor contacta a tu proveedor de soporte al sistema.
El tercer error tengo dudas a que se refiere, pero de igual forma en mi servidor no lo marca.
El último es sobre claves de la base de datos, es corregible ;)
Ojo, en mi servidor no tengo deshabilitados los warnings.
Sólo como informativo, mi proveedor de hosting es Hostdime, el proveedor de mi cliente es Nic
Espero y puedan orientarme sobre esto.
Saludos!!