215 Posts
cubist
9 years ago
1
Topic

I was getting this warning message when editing a form content type using version 2.5.28 and Seblod 3.1:

The most recent request was denied because it contained an invalid security token. Please refresh the page and try again.

Doing that did NOT clear the message, so....

I upgraded Joomla and Seblod, cleared cache, deleted all session logs and opened in a new browser BUT still getting that message. And ...

  • I can NOT edit the form (for the most part)... 
  • I can edit a field already placed in the form but I can NOT add new fields or move any into a panel (they won't stay after a save)
  • Clicking "Save and Close" does NOT does not do what it says. It attempts to save but does NOT close.

Any ideas or help would be greatly appreciated. 

Thx

Get a VIP membership
215 Posts
cubist
9 years ago
0
Level 1

I think I found the solution.

Setting these in PHP.ini or HTACCESS solved it.

Directive Recommended Actual
max_file_uploads 50 20
max_input_vars 3000 1000

I used this HTACCESS and set the proper settings in php.ini

<IfModule mod_suphp.c>
suPHP_ConfigPath /home/xxxx <-- you may need a different line here
<Files php.ini>
order allow,deny
deny from all
</Files>
</IfModule>

Get a Book for SEBLOD