- Posts: 4
COMMUNITY FORUM
extra fields problem
- cristian
-
Topic Author
- Offline
- New Member
Any idea what cause this? Is a limitation in options for a single extra field?
thanks,
Cristian
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Can you provide me the entire error code?
Please Log in or Create an account to join the conversation.
- cristian
-
Topic Author
- Offline
- New Member
- Posts: 4
If i try to enter a new value on this specific extra field (with more than 200 options) thats the outcome.
but its working very fine if the same procedure is made on other extra field with just a few options.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
The type of the column is text so you can experiment by backing up the database and changing the type to longtext.
PS. Backup :)
Please Log in or Create an account to join the conversation.
- cristian
-
Topic Author
- Offline
- New Member
- Posts: 4
It still give me a blank page with INVALID TOKEN.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
This will provide more details.
Please Log in or Create an account to join the conversation.
- pauljw
-
- Offline
- New Member
- Posts: 10
How did you fix it? Can you please share?
I have the same problem; when I want to add an option first I need to delete one, otherwise i get that 'invalid token' error.
Setting the value from TEXT to LONGTEXT didn't work for me too.
Simply doing a database fix and clean site cache (as advised at www.joomlaworks.net/forum/k2-en/35061-invalid-token-after-add-an-option-extra-fields-k2) didn't do the trick too.
Regards,
Paul
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Any 3rd party extensions?
Please Log in or Create an account to join the conversation.
- pauljw
-
- Offline
- New Member
- Posts: 10
3rd party extensions for k2 you mean? Could I give you a login for our development site (which uses k2 2.8.0)?
Regards,
Paul
Please Log in or Create an account to join the conversation.
- pauljw
-
- Offline
- New Member
- Posts: 10
Option A is deleted > K2 item '1' gets Extra field 'option B' that doesnt make sense. Please advise how to fix.
Regards,
Paul
Please Log in or Create an account to join the conversation.
- cristian
-
Topic Author
- Offline
- New Member
- Posts: 4
See your cpanel >phpMyadmin>database name>search for k2 extra field in your structure >choose edit to the extra that you want to add options then add it manually.
Sorry I have no other solution.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Please Log in or Create an account to join the conversation.
- pauljw
-
- Offline
- New Member
- Posts: 10
Please Log in or Create an account to join the conversation.
- pauljw
-
- Offline
- New Member
- Posts: 10
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Please Log in or Create an account to join the conversation.
- pauljw
-
- Offline
- New Member
- Posts: 10
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Step 2) LONGTEXT or MEDIUMTEXT are not doing the trick, right?
Clear all caches and try again.
Step 3) There are some tweaks mentioned in this post
www.ostraining.com/blog/joomla/invalid-token/
Please Log in or Create an account to join the conversation.
- pauljw
-
- Offline
- New Member
- Posts: 10
i cleared cache and expired cache after that I did this:
Redirect www to non-www
RewriteCond %{HTTP_HOST} ^www.yourdomain.com [NC]
RewriteRule ^(.*)$ yourdomain.com/$1 [L,R=301]
If you had a "RewriteEngine On" in your htaccess file already, insert the above code just after the line reading: "RewriteEngine On".
(www.ostraining.com/blog/coding/non-www-to-www/)
That didn't do the trick too..
Other ideas at www.ostraining.com/blog/joomla/invalid-token/ weren't very useful too i guess to solve this specific issue.
Do you have any other clues on how to solve? Can I send you login of our test environment?
Please Log in or Create an account to join the conversation.
- pauljw
-
- Offline
- New Member
- Posts: 10
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Please Log in or Create an account to join the conversation.