Перейти к содержимому


Фотография
- - - - -

Not able to add new element to a certain type


Лучший Ответ Kess , 30 November 2013 - 21:32

Ok, so let's try to increase "max_input_vars" to 2000. Also, check if you have "suhosin.post.max_vars" and "suhosin.request.max_vars" variables set. If yes, then change them to 2000 as well. After that check php information page to be sure that changes have been applied. Then try to add new elements.

 

If this will not help you with an import, then it will be better to make a new topic about that problem.

Перейти к сообщению


  • Закрытая тема Тема закрыта
Сообщений в теме: 4

#1 tkdas

tkdas

Отправлено 30 November 2013 - 04:41

Hi, 

 

I have suddenly started seeing some unstable behavior. 

When I try to add a new element to an existing type (card), I am not able to add any new elements. 

For all other types, I am able to add new types. 

I already have several elements assigned to Card type in the past. But now, suddenly it is neither allowing to add any element or delete any elements. When I click the save button it is directly going to the administration index page. 

This is surprising. I did a database re-indexing, but still no benefits. Kindly advise. 

 

Regards, 


  • 0

#2 Kess

Kess

Отправлено 30 November 2013 - 16:15

Hello,

 

How many elements does this item type have? If there is a lot of them, sometimes your hosting limits can be a problem. Also, please, check the value of "max_input_vars" in the PHP information section of Joomla System information:

 

hua_200x0.png


Сообщение отредактировал Kess: 30 November 2013 - 16:29

  • 0

#3 tkdas

tkdas

Отправлено 30 November 2013 - 19:41

Thanks a lot for your help. It has around 40 to 50 elements. 

Which are the php/hosting server variables that I need to change. Can you please guide.

I have full control over mosst of the parameters in my VPS and should be able to update. 

max_input_vars is set to 1000. 

 

On another note: I have started seeing that the jbzoo csv import function is also failing while the zoo import function seems to work. 

i am not sure if this is due to the same reason. should i raise a separate query for the csv import issue.


  • 0

#4 Kess

Kess

Отправлено 30 November 2013 - 21:32   Лучший Ответ

Ok, so let's try to increase "max_input_vars" to 2000. Also, check if you have "suhosin.post.max_vars" and "suhosin.request.max_vars" variables set. If yes, then change them to 2000 as well. After that check php information page to be sure that changes have been applied. Then try to add new elements.

 

If this will not help you with an import, then it will be better to make a new topic about that problem.


Сообщение отредактировал Kess: 30 November 2013 - 21:33

  • 0

#5 seabusch

seabusch

Отправлено 04 December 2013 - 17:55

Hi,

my provider is Hosteurope. and I solved a similar problem with a .htaccess entry:

 

php_value max_input_vars 99999  
php_value suhosin.post.max_vars 99999
php_value suhosin.request.max_vars 99999

 

same as kess recommended.

 

all the best


  • 0




Click to return to top of page in style!