- Edited
Tengo unas advertencias en la configuracion del PHP, quiseira ver si me pueden dar una mano para solucionar:
Tengo unas advertencias en la configuracion del PHP, quiseira ver si me pueden dar una mano para solucionar:
How does your web server run PHP? There is a good change you do not need cgi.fix_pathinfo.The second one says that you need to set the datetime directive in your php.ini file.
ntozier, me podrias indicar como realizar esos cambios que me indicas?
Edit your php.ini file. Add the two PHP directives.cgi.fix_pathinfo = 1date.timezone = "America/New_York"(obv set your timezone to the right one)Restart Apache.
Hola ntozier, si bien la zona horaria se corrigio el cgi me sigue diciendo la advertencia.
How is your webserver running php?There are multiple ways. Apache module, CGI, or FastCGI.If you are running as Apache module then it doesn't matter.If you are running via FastCGI then it does.
tengo APAChe, entonces lo dejo asi? no hay inconveniente?
Depends on how your Apache server is running PHP.
How do I identify if the APACHE server is running as CGI? ia have de same issue.