-
Hello @Romulus !
In this part it looks like the new field has been created only in the sys_form_inputs table. Try to delete it and create again. BTW - under what name did you try to add it? I mean next time it's better to use the name without [] symbols.
-
I deleted the new Skill "Architect" from skills field and added it several times, it doesn't work, the error is always the same. Also i tray to inactivate persons module and reactivate again. The skill field cannot be populated from the profile with more skills, users cannot add their skills. It is a module programming error. Otherwise it seems to work well. I will do other tests with other functionalities.
-
After disable and enable the module persons again, Skill architect compiles correctly and not more errors in the db, but the other fields are no longer visible correctly. I have to delete the architect field from the profile and recompile the language so that the html info block can be visualized correctly. If you have any idea what I could do about this I would be grateful. I will deactivate and reactivate the account module, maybe it has something to do with it. it seems that some modules after being installed have to be activated and reactivated again to work correctly.
this is how its look like the profile info after a user add a new skill : Info __icon__ __image__ Skills: Name: Architect 0 __icon__ __image__ Upload a profile picture: a:1:{i:0;s:23:"bx_persons_picture_crop";} __icon__ __image__ Gender: Man __icon__ __image__ Age: 49 __icon__ __image__ Name: Romulus __icon__ __image__ Status: Active __icon__ __image__ IP: 127.0.0.1 __icon__ __image__ Last account activity: a few seconds ago __icon__ __image__ Added: 20 May 2024 __icon__ __image__ Updated: 6 Jun 2024 __icon__ __image__ Friends count: 5 __icon__ __image__ Followers count: 5
-
going to
www.exemple.com/studio/module.php?name=bx_developer&page=forms&form_page=fields
i select filter persons, edit person view If I want to click on the edit field "skills" button in developer, it does not open, I cannot see what is in it. I can modify the other fields or view them, but I think this one has a problem somewhere in the database or in the code. Also from filter Full viev person the field skills edit buton dont open any window. in the db
SELECT * FROM `bx_persons_skills`
MySQL returned an empty result set (i.e. zero rows). (Query took 0.0001 seconds.)
skill_id skill_name content_id
This is how the tables with the three columns look.
i i add from the profile edit skill Arhitect i wil have this valuie in the table t
SELECT * FROM `bx_persons_skills`
6 Architect 1
so the problem is in the code somewhere., the skill go in the table