Hi all
Since I updated to version 12.1.0 everything loads faster, that's good, however sometimes what can be seen in the attached video happens, the page takes a long time to load.
Does the same thing happen to someone else? have you been able to solve?
Regards
- 532
Hi all
In the create person form I added a multiple selection field that gets the information from the "Areas de trabajo" data list.
In order to do this, I added a column to the bx_persons_data table, I created the field "Areas_de_trabajo" type bigint (20). I honestly don't know why I created the field with that type.
The issue is, the selection that a person makes is saved iin DB as a number, for example 33554432 or 195, etc. My question is how does the software (UNA) to translate that number to one or more specific workspaces from the list of "Areas de trabajo" created ?
I hope someone can guide me.
Thank you.
- 712
-
Thanks LeonidS, I understand now.
Anyway the query is the same. That is, the UNA platform works correctly, I can correctly view the information selected by the person in the form. No problem with this.
My question is how I have to do (running my own software) to translate that value saved in the bigint field to the values selected by a person, that is, how does UNA do it?
Thanks. -
The values are stored in the database field as a binary number. In inc/classes/BxDolForm.php, you will find the passSet function that takes the array of values and creates the number that is stored. There is also the displaySet function that takes the stored database value and translates it into the original array of values.
-
Thank you Jerome Mingo
It's what I needed to know.
Hi UNA team
What is the programmer profile that is needed to understand the code of the UNA platform and to develop modules that interact with it? what skills are necessary?
Thanks.
- 817
-
- · Claudio Acosta
- ·
-
- · Jose Sadel
- ·
For sure PHP and MySQL for the backend, JavaScript, HTML and CSS for frontend.
Architecture
UNA is build using PHP and MySQL as backend, for the frontend we used HTML, CSS and Javascript, you can find more information about UNA architecture here.
-
Thanks Jose Sadel
I thought that other technologies were used in addition to those mentioned.
Regards.
Hello UNA team
I share this in case it helps you.
From one moment to another my page stopped working, gave an error: "HTTP ERROR 500".
I contacted my hosting (TMD Hosting), they enabled debug to investigate and then this message appeared when entering the web page:
"Parse error: syntax error, unexpected 't_family' (T_STRING), expecting ')' in /home/hypatiac/tnoa.com.ar/cache/db_sys_options_2a0923ba3a7029876fc838cad4616393.php on line 534
Fatal error: Exception thrown without a stack frame in Unknown on line 0 "
Finally, they solved the problem by modifying a line of code. Here is the change they made:
"We would like to inform you that we have changed the code in the file /home/hypatiac/tnoa.com.ar/cache/db_sys_options_2a0923ba3a7029876fc838cad4616393.php:
from
'bx_protean_menu_page_font_family(t_family)' => 'Arial, sans-serif',
to
'bx_protean_menu_page_font_family' => 'Arial, sans-serif',"
Regards
- 905
-
-
·
LeonidS
- ·
Hello Claudio Acosta !
Please remember this fix and try to clear the cache. Provide us plz what will you get.
-
·
LeonidS
-
LeonidS
I'm not understanding what you want me to do.
Could you clarify?
Hi all
When I paste text with icons in an update, when I publish it appears empty. However, if I publish the same text and icons in an update in a.io, the publication is done, sometimes without the icons and other times with them.
I share video.
Can this happen because I don't have Froala installed?
Thanks.
- 917
-
Hi Claudio Acosta !
Yes, better to check every table.
-
It's better to check all database table and fields, but for this particular case it's `bx_timeline_events` table and `content` field
-
Thanks Alex T⚜️
Grand Master
Total points: 1350.5
@Claudio Acosta please try to enable Profiler module and see where is the longest delay, so maybe it's some block or something else. If it isn't helping, please send me access to your site(SSH & Studio) via Messenger.
Hi @Alex T⚜️
I installed the Profiler app, but I immediately deactivated it because I saw that it generated problems for me when entering Studio. For example, I did not finish loading "Host tools" and "Caché" and that made me mistrust.
I want to clarify that the load delay does not occur at all times, sometimes it does, sometimes it doesn't. I attach a screenshot of another error that occurred a few days ago, then until now it has not occurred again.
Via Messenger I give you the requested access data.
Thank you.
Yes, Profiler can break some thinks, but it shouldn't affect regular users if you set to display it for admins only.