Jump to content

ERROR with module (settings / translation)


Recommended Posts

Hi 
 
I have version 1.6.0.6 and module when I click configure, in whatever module is, presents a window with these errors:

 

Notice the line of the file 139  /var/www/vhosts/***.com/httpdocs/cache/smarty/compile/5c/1b/52/5c1b52973be05be3d1d084c39b44fef31dd24c34.file.form.tpl.php
[8] Undefined index: name

Notice the line of the file 150 /var/www/vhosts/***.com/httpdocs/cache/smarty/compile/5c/1b/52/5c1b52973be05be3d1d084c39b44fef31dd24c34.file.form.tpl.php
[8] Undefined index: name

Notice the line of the file 1142  /var/www/vhosts/***.com/httpdocs/cache/smarty/compile/5c/1b/52/5c1b52973be05be3d1d084c39b44fef31dd24c34.file.form.tpl.php
[8] Undefined index: name

Notice the line of the file 1142  /var/www/vhosts/***.com/httpdocs/cache/smarty/compile/5c/1b/52/5c1b52973be05be3d1d084c39b44fef31dd24c34.file.form.tpl.php
[8] Undefined index: 

 

 

Does anyone know where and how to fix this? 
 
 
Although the modules, when I click to translate modules shows this error:
Warning! Your PHP configuration is limiting the maximum number of fields allowed in a form 
1000 for max_input_vars. 
Please ask your hosting provider to increase this limit to at least 2096, or will have to edit the translation files.

 

Does anyone know where I can change this? Is there any file in FTP access where you can change the limit? Asks here in 2096. But I get more?

Edited by promaniaeurope (see edit history)
Link to comment
Share on other sites

 

Hi 
 
I have FTP access. And in meeting / httpdocs a file name. Htaccess. But my question is whether this is the same file and line where the cervix: max_input_vars = 4000 
 
Below sending the information I have on file. Is this file? If it is, where lap this line? It is glued to the bottom, but it gave an error and did not yield to open the BO.
 
 
# ~~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
 
<IfModule mod_rewrite.c>
<IfModule mod_env.c>
SetEnv HTTP_MOD_REWRITE On
</IfModule>
 
RewriteEngine on
RewriteRule . - [E=REWRITEBASE:/]
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
 
#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
 
max_input_vars php_flag 4000 (That was how I added the line.)
 
 
What about the other errors, you have a solution? 
 
I'm thinking erase everything and reinstall again. I'm losing so much time with errors, so many problems with this version of Prestashop. Will I lose settings like colors, font size of the front office ... But you can copy any file to save the changes I made in the front office? And it also has a module modificquei, but if you install it again, will I lose the changes I made in this module. I copy that file to save this module with the changes I made?
Edited by promaniaeurope (see edit history)
Link to comment
Share on other sites

Deleted everything and went back to install again. But the problem is the same. 

 

Recent version. Same problem. 

 

Does anyone know where and how to resolve this error Prestashop?

 

Warning! Your PHP configuration is limiting the maximum number of fields allowed in a form 

1000 for max_input_vars. 

Please ask your hosting provider to increase this limit to at least 2096, or will have to edit the translation files.Warning! Your PHP configuration is limiting the maximum number of fields allowed in a form 

1000 for max_input_vars. 

Please ask your hosting provider to increase this limit to at least 2096, or will have to edit the translation files.

 


There was an update. 

I installed the latest. Blacked out and went back to install. But the errors are the same. Only errors and problems are enough for me to have to make certain decisions, as in nowhere nobody can help me. It is unfortunate and very sad.

Conclusion: solved nothing because nobody helps.

Edited by promaniaeurope (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...