Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 4 online users. » 0 Member(s) | 1 Guest(s) Applebot, Bing, Google
|
Latest Threads |
Finetuning the way you se...
Forum: coreBOS Development
Last Post: alexandy40d
12-06-2024, 07:38 AM
» Replies: 4
» Views: 8,145
|
MariaDB Version
Forum: Administrator Support
Last Post: joebordes
11-01-2024, 11:49 AM
» Replies: 1
» Views: 645
|
Product Catalog / parts c...
Forum: Modules/Extension Support
Last Post: joebordes
09-15-2024, 09:40 AM
» Replies: 1
» Views: 1,115
|
Challenges and Best Pract...
Forum: coreBOS Development
Last Post: wishforbes
08-30-2024, 04:21 PM
» Replies: 0
» Views: 728
|
PRODUCTS IN ACCOUNTS BY O...
Forum: User Support
Last Post: jonathanmoore858
08-03-2024, 04:14 PM
» Replies: 4
» Views: 2,781
|
Zapier | Integration
Forum: Modules/Extension Support
Last Post: bernardgbailey
07-29-2024, 11:45 PM
» Replies: 7
» Views: 9,872
|
Versión PHP recomendada
Forum: International
Last Post: joebordes
07-04-2024, 05:42 PM
» Replies: 7
» Views: 3,360
|
Could Someone Give me Adv...
Forum: Open Discussions
Last Post: joebordes
06-27-2024, 08:32 AM
» Replies: 1
» Views: 1,712
|
RESTRICTED FILE
Forum: Administrator Support
Last Post: inspectorflint
06-22-2024, 08:08 AM
» Replies: 7
» Views: 5,689
|
GENDOC imágenes
Forum: Open Discussions
Last Post: joebordes
06-02-2024, 05:11 PM
» Replies: 4
» Views: 2,050
|
|
|
[solved] error at recreated a database |
Posted by: rslemer - 05-05-2018, 02:46 PM - Forum: Administrator Support
- Replies (2)
|
|
I moved my database from my default server to another.
But in import, mySQL show error at key in vtoger_cbupdater table
ERROR 1071 (42000) at line 2216: Specified key was too long; max key length is 1000 bytes
At this point
CREATE TABLE `vtiger_cbupdater` (
`cbupdaterid` int(11) NOT NULL DEFAULT '0',
`cbupd_no` varchar(26) DEFAULT NULL,
`author` varchar(83) DEFAULT NULL,
`filename` varchar(218) DEFAULT NULL,
`pathfilename` varchar(218) DEFAULT NULL,
`classname` varchar(183) DEFAULT NULL,
`execstate` varchar(56) DEFAULT NULL,
`systemupdate` varchar(3) DEFAULT NULL,
`blocked` varchar(3) DEFAULT NULL,
`perspective` varchar(3) DEFAULT NULL,
`execdate` date DEFAULT NULL,
`execorder` int(11) DEFAULT NULL,
PRIMARY KEY (`cbupdaterid`),
UNIQUE KEY `findupdate` (`filename`,`classname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
How I can solved that?
|
|
|
Ticket created by mail converter |
Posted by: rslemer - 05-05-2018, 02:15 PM - Forum: Administrator Support
- Replies (1)
|
|
One situation when I use a mail converter to created a new tickets, is my requirement to know if a email sender is a contact already in my coreBOS or not.
I wish, created a workflow when email is found in my database and another workflow for email not is found.
I suggest system created a flag to setting this.
Today there two other flags, important and much useful like as "Converted by a lead" and "Created by Portal" ( for example ... ), permited us setting a different workflow since a flag
|
|
|
Fail to close task from to dos page |
Posted by: addady2 - 04-25-2018, 02:21 PM - Forum: Administrator Support
- Replies (2)
|
|
Hello,
On my installation it fail to close task from to dos main page:
index.php?action=index&module=cbCalendar
When the user press the "close" link in the right side "Close | edit | del " of the line. there is a server error in the background:
Quote:[25-Apr-2018 14:10:29 UTC] PHP Warning: require(user_privileges/user_privileges_.php): failed to open stream: No such file or directory in /home/crm/regulation/include/utils/UserInfoUtil.php on line 3745
[25-Apr-2018 14:10:29 UTC] PHP Fatal error: require(): Failed opening required 'user_privileges/user_privileges_.php' (include_path='/home/crm/regulation/include/htmlpurifier/library:.:/opt/remi/php56/root/usr/share/pear:/opt/remi/php56/root/usr/share/php:/usr/share/pear:/usr/share/php') in /home/crm/regulation/include/utils/UserInfoUtil.php on line 3745
It look for missing file "user_privileges/user_privileges_.php"
How to fix it?
|
|
|
|