Página 1 de 1

recomendación un servidor localhost

Publicado: 22 Sep 2010, 16:22
por cfeze
Hola gente.

Necesito a ser algunas pruebas en mi pc. Me podrían recomendar un servidor localhost ( no sé como se le dice exactamente) que tenga para subir archivos sql grande y otro usuario se pueda conectar mediante mi ip a mi localhost.
Ya probé con Xaampp y no he podido porque me salen errores y wamp 2 no acepta archivos sql grandes.

El error en xampp es este

Código: Seleccionar todo

[phpBB Debug] PHP Notice: in file /index.php on line 86: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for '-3.0/no DST' instead
[phpBB Debug] PHP Notice: in file /index.php on line 86: getdate() [function.getdate]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for '-3.0/no DST' instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4301: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4303: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4304: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4305: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493) 
Saludos

Re: recomendación un servidor localhost

Publicado: 22 Sep 2010, 17:11
por nextgen
usa el EasyPHP

Re: recomendación un servidor localhost  Tema Solucionado

Publicado: 22 Sep 2010, 17:53
por HuanManwe
Para ese problema la solución es tan simple como editar el archivo de /xampp/php/php.ini y alrededor de la línea 1018 descomentar la parte correspondiente al timezone. Así, por ejemplo:

Código: Seleccionar todo

[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "Europe/Paris"
Fíjate que lo único que hay que hacer es quitar el punto y coma del principio de la línea.

Para subir archivos SQL grandes lo mejor es usar un servidor local, como xampp o similares, y el BigDump.