En el servidor web, tengo mssql y este mismo lo tengo con xammp.
Lo que hace el servidor web es entregarme el correo de X usuario y luego el hosting que está interconectado lo usa con file_get_contents para enviar mails de publicidad.
Luego de enviar 10 mails, se quedó como cargando y me apareció esto:
Cita:
Warning: file_get_contents(http://servidorweb/maildeusuario.php?n=11) [function.file-get-contents]: failed to open stream: HTTP request failed! in /home/user/public_html/web/correo/envio.php on line 98
Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/web/correo/envio.php:98) in /home/user/public_html/web/correo/envio.php on line 106
La configuración de apache (xammp) la tengo casi como de instalación.Warning: file_get_contents(http://servidorweb/maildeusuario.php?n=11) [function.file-get-contents]: failed to open stream: HTTP request failed! in /home/user/public_html/web/correo/envio.php on line 98
Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/web/correo/envio.php:98) in /home/user/public_html/web/correo/envio.php on line 106
Lo unico que cambie fue ponerle un dll de mssql y cambiar el htdocs por otra folder. ¿Que puede ser?
Gracias desde ya!