Create “update” in mobile app leads to an error
When I use the main menus of mobile app at the bottom of the screen; it works well for adding everything (e.g, poll, discussion, etc); however, if I add an “update” (in the video below we labeled “short post”), it gives an error saying (page not found).
see video below please. Error log file attached as well.
Any help please?
@LeonidS
-
- · Tajrebatee
- ·
By the way this error occurs here too, in this very app. Try to creat a short post from the plus sign in the bottom and same error occur.
-
-
·
LeonidS
- ·
Hello @Tajrebatee !
This trouble has been fixed here https://github.com/unacms/una/issues/4976
-
·
LeonidS
-
Thank you so much!!
-
@Leonid S is it OK to change the code in the file only (which didn't fix the problem for me), or I need to disable and enable the timeline module (given the nature of the file edited)? can you kindly advise?
-
You may correct this record (sys_add_content_links) in the sys_menu_items table.
-
Can you please clarify for me, which record should be corrected?
-
You need to execute the following MySQL query in your UNA database:
UPDATE `sys_menu_items` SET `link`='page.php?i=timeline-view&profile_id={member_id}' WHERE `set_name`='sys_add_content_links' AND `module`='bx_timeline' LIMIT 1
Then clear all cache via the Studio->Dashboard.