After I changed
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0">
to
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema -instance" version="3.0"></itop_design></itop_design>
there were styles for fields. but the jump buttons are gone.
and when unloading all requests, an error occurs
Failed to issue SQL query: query = SELECT AccessMonitoringSystem.AS __state__, COUNT(DISTINCT COALESCE(AccessMonitoringSystem.id, 0)) AS itop_count FROM access_monitoring_system AS AccessMonitoringSystem WHERE 1 GROUP BY AccessMonitoringSystem. , mysql_errno = 1054, mysql_error = Unknown column 'AccessMonitoringSystem.' in 'field list'
who can help?
Hello,
What did you changed, an iTop file or one of your customization file ?
Each XML file modification should be followed by running the iTop setup...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It looks like there's a mistake in one of your extensions. If I read the message very carefully, it thinks the dot (.) is included in the name of the column. This is very likely not the case, or shouldn't be.
Might be worth to check it out?
Otherwise, share your extension somewhere
Last edit: Jeffrey Bostoen 2023-10-16
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you change the XML reference from 1.0 into 3.0, check the changes that need to be done manually on the XML structure. Not only values under an enum must be changed, at least those 2 are still wrong in your XML:
* Move attribute_code from class lifecycle to class properties fields_semantic/state_attribute
* Move icon from class properties to class style
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Good day!
After I changed
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0">
to
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema -instance" version="3.0"></itop_design></itop_design>
there were styles for fields. but the jump buttons are gone.
and when unloading all requests, an error occurs
Failed to issue SQL query: query = SELECT AccessMonitoringSystem.AS
__state__
, COUNT(DISTINCT COALESCE(AccessMonitoringSystem
.id
, 0)) AS itop_count FROMaccess_monitoring_system
ASAccessMonitoringSystem
WHERE 1 GROUP BYAccessMonitoringSystem
. , mysql_errno = 1054, mysql_error = Unknown column 'AccessMonitoringSystem.' in 'field list'who can help?
Hello,
What did you changed, an iTop file or one of your customization file ?
Each XML file modification should be followed by running the iTop setup...
I added a new class, a new file, then there is a new extension. And after each change I did the installation.
Last edit: Merey Omirbek 2023-10-16
It looks like there's a mistake in one of your extensions. If I read the message very carefully, it thinks the dot (.) is included in the name of the column. This is very likely not the case, or shouldn't be.
Might be worth to check it out?
Otherwise, share your extension somewhere
Last edit: Jeffrey Bostoen 2023-10-16
I don't think there is a grammatical error, most likely I missed something
If you change the XML reference from 1.0 into 3.0, check the changes that need to be done manually on the XML structure. Not only values under an enum must be changed, at least those 2 are still wrong in your XML:
* Move attribute_code from class lifecycle to class properties fields_semantic/state_attribute
* Move icon from class properties to class style
thanks, it helped. I think I've tried...
Apparently I missed something
Last edit: Merey Omirbek 2023-10-19