BD Mysql de un servidor.
Al cargar la pagina llamo a estas 5 consultas, así tal cual, una detrás de la otra.
Código:
Esto mediante una aplicación privada para desarrollo Web.SelectArea_Consult_Log(); SelectDetConsult_Log(); Consult3Days(day, month, year); ConsultNow(day, month, year); // Cosulta si tiene mensajes. SelectMessageRecive_Log(LOG_PERMISS_STAT[0].id);
Trabajo en equipo con otro chico (el trabaja la BD).
Dice que por esas consultas es que sale el siguiente error en una ventana de alert()
Código HTML:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>500 Interval Server Error</title> </head><body> <h1>Interval Server Error</h1> <p>The server encountered an interval error or misconfiguration and was unable to complete you request.</p> <p>Please contact the server administrator, [email protected] and inform them of the time the error ocurred, and anything you might have done that may have caused the error.</p> <p>More information about this error may be available in the server error log.</p> <p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p> <hr> <address>Apache/x.x.xx (Unix) mod_ssl/x.x.xx OpenSSL/ 1.0.1e-fips mod_bwlimited/1.4 Server at MYDOMINIO.com.ve Port 80</address> </body></html>
(para entrar a la pagina donde tengo esas consultas hay que iniciar sesión)
Así que tengo esa duda.. es posible que mis consultas seguidas puedan arrojar error??
Otra cosa es que no siempre sale el error.. pues, yo puedo entrar ahora, me sale el error. de una vez actualizo la pagina y ya no sale, y de pronto sale nuevamente en otra pagina y así..
Agradecería me aclararan mi duda. Pues me esta echando la culpa a mi ante mi jefe