Bug in 7.1.3 about profile field builder

I was adding a lot of new field in the field builder... and now i get this windows that it dont want to save the last field i add...

so i refresh the page... and now since that if i want to add another item i got : 

Sorry couldn't insert new item. Please check if NEW_ITEM already exists

 

but i dont see any NEW_ITEM in the list of the field that its in my field builder... so how to remove the blank one if i can see it!!!

 

thx

Quote · 23 Jun 2013

Post a full page screenshot of the profile field builder.

so much to do....
Quote · 23 Jun 2013

here is the 2 screenshot that i take

error.jpg · 107.1K · 275 views
error2.jpg · 167.3K · 275 views
Quote · 23 Jun 2013

I asked for a full page screenshot to check it in inactive area.

so much to do....
Quote · 23 Jun 2013

Ok here is the inactive section

error.jpg · 125.3K · 263 views
Quote · 23 Jun 2013

so any idea someone????

Quote · 23 Jun 2013

is there any way to manually delete the truncate field via phpmyadmin

 

Quote · 23 Jun 2013

MySQL a retourné un résultat vide (aucune ligne). ( Traitement en 0.0003 sec ) SELECT * FROM `sys_profile_fields` WHERE `Name` = 'NEW_ITEM' LIMIT 0 , 30

 

doesn't work... it find nothing :(

Quote · 23 Jun 2013

Oh sorry i removed my last answer. I was going to post new answer but you're saying it doens't find anything, hmmm thats strange. Try running this query directly.

ALTER TABLE `Profiles` DROP `NEW_ITEM`;
DELETE FROM `sys_profile_fields` WHERE `Name` = 'NEW_ITEM'; 

And clear cache then check field builder.

so much to do....
Quote · 23 Jun 2013

in phpmyadmin i got this error with that one:

 

Erreur

 

Requête SQL:

 

ALTER TABLE `Profiles` DROP `NEW_ITEM` ;

 

MySQL a répondu: Documentation

#1091 - Can't DROP 'NEW_ITEM'; check that column/key exists

Quote · 23 Jun 2013

ok it works!!!! thx so much i can continu to add my field now ;)

 

thx again!!!!!

Quote · 23 Jun 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.