zimm9r Posted April 12, 2016 Share Posted April 12, 2016 (edited) Hola Foro! Estoy volviendome loco con la traducción de unos módulos en ingles que compré... Me da error en el max_input_vars=1000, a pesar que ya lo haya cambiado a 7000. Necesito alguien que me de una gran idea o solución: Les adjunto 2 imagenes (http://shop.superdruck.com.ar/phpinfo.php) Gracias! Edited April 12, 2016 by zimm9r (see edit history) Link to comment Share on other sites More sharing options...
Fernando1989 Posted April 12, 2016 Share Posted April 12, 2016 Tienes que hablar con tu proveedor de hosting y que te aumente el max_imput_vars a 1000, y si puede a más mejor. Link to comment Share on other sites More sharing options...
Fernando1989 Posted April 12, 2016 Share Posted April 12, 2016 Perdona, tienes razón. Supongo que ya habrás probado en borrar la caché no? Link to comment Share on other sites More sharing options...
zimm9r Posted April 12, 2016 Author Share Posted April 12, 2016 Fernando1989, ya está modificado a 7000 como puse en la descripción... Link to comment Share on other sites More sharing options...
zimm9r Posted April 12, 2016 Author Share Posted April 12, 2016 Si, me olvide de aclarar eso; Ya vacíe el cache e hice todo lo que habría que hacer según "el manual". Link to comment Share on other sites More sharing options...
Fernando1989 Posted April 12, 2016 Share Posted April 12, 2016 Añade al .htaccess php_value max_input_vars 5000 Link to comment Share on other sites More sharing options...
FranIFS Posted April 12, 2016 Share Posted April 12, 2016 (edited) Con lo que te han dicho para el .htaccess lo que estás haciendo es bajar el valor que seteaste en el php.ini (7000) así que no entiendo muy bien porque lo plantean... ¿El problema persiste? Edited April 12, 2016 by FranIFS (see edit history) Link to comment Share on other sites More sharing options...
Fernando1989 Posted April 12, 2016 Share Posted April 12, 2016 Añade al .htaccess php_value max_input_vars 5000 Rectifico. Pon php_value max_input_vars 7000 Link to comment Share on other sites More sharing options...
zimm9r Posted April 12, 2016 Author Share Posted April 12, 2016 Tengo varios .htaccess me imagino que me decís al que tengo en la carpeta raíz... Este es el código que tengo adentro pero no se donde poner lo de max_input_vars: # ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums <IfModule mod_rewrite.c> <IfModule mod_env.c> SetEnv HTTP_MOD_REWRITE On </IfModule> RewriteEngine on #Domain: shop.superdruck.com.ar RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api$ api/ [L] RewriteRule ^api/(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L] RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] # AlphaImageLoader for IE and fancybox RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] # Dispatcher RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] </IfModule> AddType application/vnd.ms-fontobject .eot AddType font/ttf .ttf AddType font/otf .otf AddType application/x-font-woff .woff <IfModule mod_headers.c> <FilesMatch "\.(ttf|ttc|otf|eot|woff|svg)$"> Header add Access-Control-Allow-Origin "*" </FilesMatch> </IfModule> #If rewrite mod isn't enabled ErrorDocument 404 /index.php?controller=404 # ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again # start ~ module watermark section <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteRule [0-9/]+/[0-9]+\.jpg$ - [F] </IfModule> # end ~ module watermark section Link to comment Share on other sites More sharing options...
Fernando1989 Posted April 12, 2016 Share Posted April 12, 2016 Al principio o al final del archivo. Ponla debajo de "# end ~ module watermark section" por ejemplo (la última línea). Prueba y dinos si te funciona así. Link to comment Share on other sites More sharing options...
zimm9r Posted April 15, 2016 Author Share Posted April 15, 2016 Esta es la respuesta del hosting: "I could see that the website is loading with a 503 Overloaded error so that is not an issue with the max_input_vars=1000 that is an issue with the application only." Entonces... hay alguna forma de chequear esto? Hay soporte de prestashop? Alguien sabe? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now