• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Upload white page

Darkwing

Chevereto Noob
Hi guys.
(I suggest a french categorie here :D, sorry for my english.)

Well, when i upload a photo (3264x2448 pixel, and 439ko only) the page reload and i can see a white page.
No link, no outline of my pictures... nothing.

This width and weight is too much large ?

Into my images floder i can see the picture, it is quite charged inside, but no inside the thumbs floder.

My php.ini is configured with 20mo upload file.

How to fix this bug ?
Thank you.
 
Hi.

My provider is 1&1 (One and One).

I looking for execution time but i do not know or to put the variables...
Into php.ini file or into the php script ?
 
Code:
Configuration
PHP Core
Directive    Local Value    Master Value
allow_call_time_pass_reference    On    On
allow_url_fopen    On    On
allow_url_include    Off    Off
always_populate_raw_post_data    Off    Off
arg_separator.input    &    &
arg_separator.output    &    &
asp_tags    Off    Off
auto_append_file    no value    no value
auto_globals_jit    On    On
auto_prepend_file    no value    no value
browscap    no value    no value
default_charset    no value    no value
default_mimetype    text/html    text/html
define_syslog_variables    Off    Off
disable_classes    no value    no value
disable_functions    no value    no value
display_errors    STDOUT    STDOUT
display_startup_errors    Off    Off
doc_root    no value    no value
docref_ext    no value    no value
docref_root    no value    no value
enable_dl    On    On
error_append_string    no value    no value
error_log    no value    no value
error_prepend_string    no value    no value
error_reporting    no value    no value
expose_php    On    On
extension_dir    /usr/local/lib/php/extensions/no-debug-non-zts-20060613    /usr/local/lib/php/extensions/no-debug-non-zts-20060613
file_uploads    On    On
highlight.bg    #FFFFFF    #FFFFFF
highlight.comment    #FF8000    #FF8000
highlight.default    #0000BB    #0000BB
highlight.html    #000000    #000000
highlight.keyword    #007700    #007700
highlight.string    #DD0000    #DD0000
html_errors    On    On
ignore_repeated_errors    Off    Off
ignore_repeated_source    Off    Off
ignore_user_abort    Off    Off
implicit_flush    Off    Off
include_path    .:/usr/lib/php5    .:/usr/lib/php5
log_errors    Off    Off
log_errors_max_len    1024    1024
magic_quotes_gpc    On    On
magic_quotes_runtime    Off    Off
magic_quotes_sybase    Off    Off
mail.force_extra_parameters    no value    no value
max_execution_time    30    30
max_input_nesting_level    64    64
max_input_time    -1    -1
memory_limit    128M    128M
open_basedir    no value    no value
output_buffering    0    0
output_handler    no value    no value
post_max_size    8M    8M
precision    14    14
realpath_cache_size    16K    16K
realpath_cache_ttl    120    120
register_argc_argv    On    On
register_globals    Off    Off
register_long_arrays    On    On
report_memleaks    On    On
report_zend_debug    On    On
safe_mode    Off    Off
safe_mode_exec_dir    /usr/local/php/bin    /usr/local/php/bin
safe_mode_gid    Off    Off
safe_mode_include_dir    no value    no value
sendmail_from    no value    no value
sendmail_path    /usr/sbin/sendmail -t -i     /usr/sbin/sendmail -t -i 
serialize_precision    100    100
short_open_tag    On    On
SMTP    localhost    localhost
smtp_port    25    25
sql.safe_mode    Off    Off
track_errors    Off    Off
unserialize_callback_func    no value    no value
upload_max_filesize    2M    2M
upload_tmp_dir    no value    no value
user_dir    no value    no value
variables_order    EGPCS    EGPCS
xmlrpc_error_number    0    0
xmlrpc_errors    Off    Off
y2k_compliance    On    On
zend.ze1_compatibility_mode    Off    Off
 
Script: set_time_limit (2000);
.htaccess: php_value max_execution_time 2000
 
Hola.

Me pasa lo mismo. También uso 1&1.

El max_execution_time está en 50000 según phpinfo().

He probado lo del .htaccess, pero me da internal server error.
Me he creado un php.ini con "max_execution_time = 2000" en mi directorio web de chevereto, pero entonces me dice formulario incompleto.
También añadir set_time_limit (2000); en index.php, pero sigue igual.

¿Alguna ayuda de qué estoy haciendo mal?

Gracias
 
peperfus said:
Hola.

Me pasa lo mismo. También uso 1&1.

El max_execution_time está en 50000 según phpinfo().

He probado lo del .htaccess, pero me da internal server error.
Me he creado un php.ini con "max_execution_time = 2000" en mi directorio web de chevereto, pero entonces me dice formulario incompleto.
También añadir set_time_limit (2000); en index.php, pero sigue igual.

¿Alguna ayuda de qué estoy haciendo mal?

Gracias

Estas usando la ultima version?
 
Gracias.

Estaba usando la 1.6.

Ahora ya he actualizado a 1.7 y lo he probado, pero . . .


Primero decía out of memory limit...
Luego creé un php.ini en el directorio, con el parámetro memory_limit = 16M

Pero ahora me dice
"Critital error: Max. image size (8Mb) is greater than the value in php.ini (2Mb)"

¿No hay una lista de variables de entorno de php recomendadas?
¿Algún PHP de patrón / de referencia? ¿Alguien que ofrezca su php.ini para partir de ese?

Porque no tengo acceso al php.ini general del servidor y tengo que crearme uno desde cero, en el directorio de chevereto, pero no sé qué variables debo modificar / incrementar . . .

aumentar memory_limit
aumentar max_execution_time
...
¿cuáles más ?


PD: phpinfo() me dice upload_max_filesize = 20M

Gracias por la ayuda.
 
peperfus said:
Gracias.

Estaba usando la 1.6.

Ahora ya he actualizado a 1.7 y lo he probado, pero . . .


Primero decía out of memory limit...
Luego creé un php.ini en el directorio, con el parámetro memory_limit = 16M

Pero ahora me dice
"Critital error: Max. image size (8Mb) is greater than the value in php.ini (2Mb)"

¿No hay una lista de variables de entorno de php recomendadas?
¿Algún PHP de patrón / de referencia? ¿Alguien que ofrezca su php.ini para partir de ese?

Porque no tengo acceso al php.ini general del servidor y tengo que crearme uno desde cero, en el directorio de chevereto, pero no sé qué variables debo modificar / incrementar . . .

aumentar memory_limit
aumentar max_execution_time
...
¿cuáles más ?


PD: phpinfo() me dice upload_max_filesize = 20M

Gracias por la ayuda.

El que pongas tu php.ini en el directorio no significa nada, al menos que sea el php.ini que lee el servidor cuando corre php. Intenta modificando esos valores por htaccess.
 
Última versión en uso y valores en htaccess.

Internal Server Error.

:(

Este es mi phpinfo.

(deshabilitados los cambios en htaccess)

Lo que me extraña mucho, es que los parámetros de límite de memoria y tiempo de ejecución son bastante altos. 40M y 50000 respectivamente. Tanto en local como en master.

¿Qué es lo que me está limitando?

Gracias
 
Problema de servidor, no se más de el ni el debug asi que poco te puedo ayudar.
 
alguien resolvio el problema de subir archivos de dimensiones grandes? como lo hizo?

Ok para los que usan 1and1 esta es la solución:

en el root de chavereto, agregar en la 1era linea del archivo .httaccess lo siguiente:

AddType x-mapp-php5 .php

suban o guarden su archivo y ahora si podran subir las imagenes de dimensiones grandes.
Disfruten!

Saludos,
 
Back
Top