Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..

Gracias.

La Administración de phpBB España.

recomendación un servidor localhostTema Solucionado

Sitios donde alojar nuestro proyecto, y hostings con PHP, MySQL, etc.
SPAM está sancionado con la exclusión.


Cerrado
cfeze
Asiduo/a
Mensajes: 126
Registrado: 02 Ago 2010, 18:10

recomendación un servidor localhost

#1

Mensaje 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
URL: http://www.clandyt.com
Versión phpBB: phpBB3 (3.0.9)
MODs Instalados: Advanced BBCode Box 3, Country Flags User Edition, MSSTI QuickReply, phpBB3 Portal
Plantilla(s) usada(s): Attiriuum
Servidor: byethost.com (premium)
Actualización desde otra versión:
Conversión desde otro sistema de foros:

Avatar de Usuario
nextgen
Ex Staff
Mensajes: 1726
Registrado: 25 Jul 2009, 03:16
Género:
Edad: 40

Re: recomendación un servidor localhost

#2

Mensaje por nextgen »

usa el EasyPHP

Avatar de Usuario
HuanManwe
Ex Staff
Mensajes: 5078
Registrado: 20 Jun 2006, 18:21
Género:
Edad: 50

Re: recomendación un servidor localhost  Tema Solucionado

#3

Mensaje 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.

Der Mensch schuf Gott nach seinem eigenen Bild

Berlín siempre estará en mi corazón. Auf wiedersehen, Berlin!!


Cerrado

Volver a “🗳️ Servidores”