You need to find it. In entityDefs.
Announcement
Collapse
No announcement yet.
Problem after upgrading from v7.3.4 to v7.4
Collapse
X
-
You have a link "aimsuns" in User.json. It declares that there's a foreign link "users" on Aimsun side. But in Aimsun.json there's no "users" link. You might have removed it somehow.
Either remove the link in User.json or add a needed link manually in Aimsun.json.
Comment
-
Originally posted by yuri View PostYou have a link "aimsuns" in User.json. It declares that there's a foreign link "users" on Aimsun side. But in Aimsun.json there's no "users" link. You might have removed it somehow.
Either remove the link in User.json or add a needed link manually in Aimsun.json.
I entered in the site. It asked me to disable de maintenance mode, I did it, enabled the cron and cache in preferences. After saving, it took a long time to respond, gave timeout in the crm window, and now this is the error when doing php command.php rebuild...
Code:PHP Fatal error: Uncaught RuntimeException: Bad data stored in 'data/config.php. in /var/www/html/espocrm/application/Espo/Core/Utils/Config/ConfigFileManager.php:97 Stack trace: #0 /var/www/html/espocrm/application/Espo/Core/Utils/Config.php(299): Espo\Core\Utils\Config\ConfigFileManager->getPhpContents() #1 /var/www/html/espocrm/application/Espo/Core/Utils/Config.php(286): Espo\Core\Utils\Config->load() #2 /var/www/html/espocrm/application/Espo/Core/Utils/Config.php(97): Espo\Core\Utils\Config->getData() #3 /var/www/html/espocrm/application/Espo/Core/Container/ContainerBuilder.php(168): Espo\Core\Utils\Config->get() #4 /var/www/html/espocrm/application/Espo/Core/Application.php(62): Espo\Core\Container\ContainerBuilder->build() #5 /var/www/html/espocrm/application/Espo/Core/Application.php(54): Espo\Core\Application->initContainer() #6 /var/www/html/espocrm/command.php(35): Espo\Core\Application->__construct() #7 {main} thrown in /var/www/html/espocrm/application/Espo/Core/Utils/Config/ConfigFileManager.php on line 97
Any idea why?
Comment
-
yuri, now I'm having an error in History sideview of opportunities.
This is the log:
Code:[2023-04-06 22:01:49] ERROR: (21000) SQLSTATE[21000]: Cardinality violation: 122 2 The used SELECT statements have a different number of columns; GET /Activities /Opportunity/641e066e0be648006/activities; line: 76, file: /var/www/html/espocrm /application/Espo/ORM/Executor/DefaultSqlExecutor.php [2023-04-06 22:01:49] ERROR: (21000) SQLSTATE[21000]: Cardinality violation: 122 2 The used SELECT statements have a different number of columns; GET /Activities /Opportunity/641e066e0be648006/history; line: 76, file: /var/www/html/espocrm/ap plication/Espo/ORM/Executor/DefaultSqlExecutor.php
Comment
Comment