Search found 6215 matches

by support
13 Apr 2024, 08:34
Forum: Discussion
Topic: Export templates - Unknown column 'label_size' in 'field list'
Replies: 9
Views: 116

Re: Export templates - Unknown column 'label_size' in 'field list'

run next to add column save_as

Code: Select all

ALTER TABLE `app_ext_export_templates` ADD `save_as` VARCHAR(32) NOT NULL AFTER `template_filename`;
by support
11 Apr 2024, 18:17
Forum: Discussion
Topic: Email Sending Rules and Email Notifications Issue
Replies: 2
Views: 46

Re: Email Sending Rules and Email Notifications Issue

Make sure subject and body is entered. Also try to send directly to email address not to user.
by support
11 Apr 2024, 18:16
Forum: Discussion
Topic: Export templates - Unknown column 'label_size' in 'field list'
Replies: 9
Views: 116

Re: Export templates - Unknown column 'label_size' in 'field list'

Then try to add this one under phpmyadmin

Code: Select all

ALTER TABLE `app_ext_export_templates` ADD `label_size` VARCHAR(16) NOT NULL AFTER `type`;
by support
11 Apr 2024, 07:51
Forum: Discussion
Topic: Database error when adding a Form Tab
Replies: 3
Views: 56

Re: Database error when adding a Form Tab

You have to update database /install/autoupdate/from_3.4_to_3.5.php
For more information see https://docs.rukovoditel.net/index.php?p=63
by support
10 Apr 2024, 16:53
Forum: Discussion
Topic: Export templates - Unknown column 'label_size' in 'field list'
Replies: 9
Views: 116

Re: Export templates - Unknown column 'label_size' in 'field list'

Try to run next script. Just download /install folder and open next urls in browser. /install/autoupdate/from_2.7_to_2.8.php /install/ext_autoupdate/from_2.7_to_2.8.php /install/autoupdate/from_2.8_to_2.9.php /install/ext_autoupdate/from_2.8_to_2.9.php /install/autoupdate/from_2.9_to_3.0.php /instal...
by support
10 Apr 2024, 11:26
Forum: Discussion
Topic: Export templates - Unknown column 'label_size' in 'field list'
Replies: 9
Views: 116

Re: Export templates - Unknown column 'label_size' in 'field list'

this column was added in 2.8 Make sure you have run this /install/ext_autoupdate/from_2.7_to_2.8.php For more details you can see https://docs.rukovoditel.net/index.php?p=63 If app said "Already done" then you can manually add this column by run query in phpmyadmin ALTER TABLE `app_ext_exp...
by support
10 Apr 2024, 08:41
Forum: Bug Report version 3.5.3
Topic: SQL Injection in Users Login Log
Replies: 2
Views: 133

Re: SQL Injection in Users Login Log

To find any XSS, SQL Injection etc, please login as not admin user. I did not add any protection for admin user. Because admin can add own PHP, JS, HTML code for app.
by support
10 Apr 2024, 08:39
Forum: Bug Report version 3.5.3
Topic: Stored Cross-Site Scripting (XSS) in users_alerts
Replies: 3
Views: 92

Re: Stored Cross-Site Scripting (XSS) in users_alerts

As I said before vulnerability - if not admin user can add something like this . There is PHP code and JS code field type and ADMIN user can add any code there too. And this is not vulnerability too, because this is how app works. Admin can add own custom code for app. So to find any XSS, please log...
by support
10 Apr 2024, 08:36
Forum: Bug Report version 3.5.3
Topic: Stored Cross-Site Scripting (XSS) in configuration/custom_html
Replies: 3
Views: 71

Re: Stored Cross-Site Scripting (XSS) in configuration/custom_html

But you are admin and app allows you add any code. It's all your responsibility.
Vulnerability - if not admin user can add something like this.