Search found 3657 matches
- 24 Jan 2021, 19:19
- Forum: Discussion
- Topic: How to add department? (Currently have Support)
- Replies: 1
- Views: 7
Re: How to add department? (Currently have Support)
which department? which field type?
- 24 Jan 2021, 16:46
- Forum: Discussion
- Topic: Can I buy only selected modules?
- Replies: 1
- Views: 19
Re: Can I buy only selected modules?
No, extension is one package. Most of modules are related to each others.
- 24 Jan 2021, 13:59
- Forum: Discussion
- Topic: PHP error after upgrade from 2.7.2 to 2.8
- Replies: 1
- Views: 26
Re: PHP error after upgrade from 2.7.2 to 2.8
global_search function available in extension. Looks like Extension files are missed.
- 24 Jan 2021, 08:23
- Forum: Discussion
- Topic: Error after updating to 2.7
- Replies: 8
- Views: 65
Re: Error after updating to 2.7
I have tried and it says SQL query: ALTER TABLE `app_ext_ipages` ADD `assigned_to` TEXT NOT NULL AFTER `users_groups` MySQL said: Documentation #1060 - Duplicate column name 'assigned_to' It's because you have already run manually ALTER TABLE `app_ext_ipages` ADD `assigned_to` TEXT NOT NULL AFTER `...
- 23 Jan 2021, 21:52
- Forum: Bug Report version 2.8
- Topic: Automated Actions
- Replies: 11
- Views: 164
Re: Automated Actions
are you sure record is removed? maybe this is just not correct redirect?
and which field you update in parent record?
and which field you update in parent record?
- 23 Jan 2021, 18:48
- Forum: Bug Report version 2.8
- Topic: Automated Actions
- Replies: 11
- Views: 164
Re: Automated Actions
Can't reproduce
- 23 Jan 2021, 18:43
- Forum: Discussion
- Topic: Error after updating to 2.7
- Replies: 8
- Views: 65
Re: Error after updating to 2.7
Well, it main you did not update database for extension
See install\db_updates\ext\ext_2.6.sql
You can find updates here. Exclude
from this file and run in phpmyadmin
See install\db_updates\ext\ext_2.6.sql
You can find updates here. Exclude
Code: Select all
ALTER TABLE `app_ext_ipages` ADD `assigned_to` TEXT NOT NULL AFTER `users_groups`;
- 23 Jan 2021, 17:00
- Forum: Discussion
- Topic: Error after updating to 2.7
- Replies: 8
- Views: 65
Re: Error after updating to 2.7
Go to control panel on your hosing and find link to phpmyadmin where you can run query manually.
- 23 Jan 2021, 16:39
- Forum: Bug Report version 2.8
- Topic: attachements on public form error
- Replies: 5
- Views: 44
Re: attachements on public form error
Send link to the form in PM
- 23 Jan 2021, 16:38
- Forum: Discussion
- Topic: Error after updating to 2.7
- Replies: 8
- Views: 65
Re: Error after updating to 2.7
Which version do use before?
Did you update database? If so then just run this query in phpmyadmin
Did you update database? If so then just run this query in phpmyadmin
Code: Select all
ALTER TABLE `app_ext_ipages` ADD `assigned_to` TEXT NOT NULL AFTER `users_groups`;