10 years ago
18
Topic
Hello

Joomla 3.2.2 with Seblod 3.2.2

Storage fields - Standard / Free

I have error: "Data integrity check failed, you are not allowed to save this item."

Please help me!

Best regards.
Get a Book for SEBLOD
10 years ago
0
Level 1
In Seblod 3.3.0 I have the same error: "Data integrity check failed, you are not allowed to save this item."
What is going on?
10 years ago
2
Level 1
In storage set to none or standard/article or stadnard/user i have the same error... Once an hour I can save the form but not often (even from different computers).
10 years ago
1
Level 2
I found this mistake too. What I realised, you shouldn't use (override) standard Joomla fields like password,username,password2, name etc. Anyhow I guess you can disable integrity check in the form configuration (just fill needed fields names)
117 Posts
root
10 years ago
0
Level 3
Hello,
I'm having same problem with Joomla 3.2.3 and latest Seblod 3.3.2.

I tried with the option from "Site Form -> Configuration -> Data integrity -> Exclude Fields". I puted there all the site form fields, separated by coma or separated by space and is not working for me in any way. When I edit and save the article I'm always getting "data integrity check failed" error.

Does anyone know how fields must be separated?
Regards.
10 years ago
1
Level 1
Where in the backend do you enter the fields that you don't want to be checked?

I was just searching on Seblod 2.3.9.2 install and couldn't find anything.
117 Posts
root
10 years ago
0
Level 2
Hi geeber,

I'm not sure seblod 2.3.9.2 had this option. In last versions you can find this at "Site Form - Configuration" tab of your content type. But I still don't know if there must be field IDs or field names, and how they must be separated.

Anyway I noticed disabling Search Engine Friendly URLs under Global configuration - SEO Settings it works fine, so this must be a bug of Seblod.

Any help will be appreciated.
Best regards.
117 Posts
root
10 years ago
2
Level 1
You can read here something about this
693 Posts
rpoy
10 years ago
1
Level 2
Hi Everyone,

I thought we may have solved the issue by cleaning out the cache and closing down browser windows.  But if Rafaello has tested it on different computers, and the issue is still exists then it must be something else.  Unless Rafaello has several windows open on the other computer as well. 

How many browser windows does everyone have open on the same form?

Can others verify if disabling  Search Engine Friendly URLs does the trick?

thanks,

Randy

84 Posts
Skepsis
9 years ago
0
Level 3

Yes I can confirm that. A really annoying problem!

147 Posts
MtnPavlas
9 years ago
0
Level 1

Randy's last post is 2 months old but since no one answered his questions and since I am now encountering the issue, I thought I'd reply.

I have tried the following: remove any Joomla native article fields from the form, disabled SEO-friendly setting in Joomla Global Configuration, ensured user permissions are sufficient, etc. I'm using Seblod 3.3.5 and Joomla 3.3.0.

This only happens to me for one content type and only on edit (not on submission).

Any ideas what else I could check on? Thanks a ton, P

179 Posts
carin
9 years ago
4
Level 1

... still no fix in 3.5.0

9 years ago
3
Level 2

:-( same error here with Joomla 2.5.28 and seblod 3.5 :-(

9 years ago
2
Level 3

solved this error by removing a closing div-tag...  :-( :-)

Ken
9 years ago
1
Level 4

Where was the div tag? If you don't mind sharing...

9 years ago
0
Level 5

Hello Ken,

it's not a generic div which bring a generic error, it's more a box add too by error.

You can check that by looking at the source code of your page in firefox, and all bad tags (unclosed, not open,..) are in red color.


Regards.

Lionel

8 years ago
0
Level 1

I had the same problem on a frontend article manager...i think i searched about 3 days for a solution and tryed everything i had found on this forum:

Just 1 Browser openend with the form
Turned off Chache, Global and Plugin
Cleard Browser Chache 100 Times
Created the Site Form new 
Created the Search New

Nothing worked the i found this :  Seblod component caching problem (and fix)

And this finally worked for me and i had no problems after that...

Can someone from the DEV Team tell me if this is a good solution or not?

Line 24 in libraries/cck/base/form/store_inc.php

if ( $id && $preconfig['id'] ) {
     $session->clear( 'cck_hash_'.$unique );
     $hashed=$hash ;
}

Line 90 in libraries/cck/base/form/store_inc.php

if ( isset( $field->restriction ) && $field->restriction ) {
$field->authorised=JCck::callFunc_Array( 'plgCCK_Field_Restriction'.$field->restriction, 'onCCK_Field_RestrictionPrepareStore', array( &$field, &$config ) );
         if ( !$field->authorised ) { continue; $hashed=$hash ; }
}

i added $hashed=$hash;

19 Posts
greenmar
8 years ago
0
Level 1

I also need a solution. The form is open in one tab, but the error occurs again and again

7 years ago
0
Level 1

Hi,

I have the same probem:

I tried libraries/cck/base/form/store_inc.php modification as seen above.

But nothing, I have the same error (just in editing not for submiting new one form): "

  • Data integrity check failed, you are not allowed to save this item."

Someone found how to solve the issue?

Thanks

Get a Book for SEBLOD