
Hi Steve,
I'm getting following error message (in java console of FireFox) when trying to enter a new "PlateStockSize" or "PSName":
"Error: unterminated regular expression literal
Source File: http://10.3.0.202/dataface/plone_javascripts.js
Line: 816, Column: 15
Source Code:
Fatal error: Attempt to get relationship nonexistent 'PlateStockSizes' from table 'PlateStockSizes'"
Please find below a snip from my fields.ini
-------------------
[PlateName]
widget:type = select
vocabulary = PSNames
widget:editvalues = 1
[PlateSize]
widget:type = select
vocabulary = PlateStockSizes
widget:editvalues = 1
-------------------
...and my valuelists.ini
-------------------
[PSNames]
__sql__ = "select PlateNameID, PlateName from PlateStockNames ORDER by PlateName"
[PlateStockSizes]
__sql__ = "select PlateSizeID, PlateSize from PlateStockSizes ORDER by PlateSize"
-------------------
All tables are in the same database, but there's no relationships.ini. Maybe the missing relationships.ini is already the reason for above error?
TIA for your help
kind regards
meikel
I'm getting following error message (in java console of FireFox) when trying to enter a new "PlateStockSize" or "PSName":
"Error: unterminated regular expression literal
Source File: http://10.3.0.202/dataface/plone_javascripts.js
Line: 816, Column: 15
Source Code:
Fatal error: Attempt to get relationship nonexistent 'PlateStockSizes' from table 'PlateStockSizes'"
Please find below a snip from my fields.ini
-------------------
[PlateName]
widget:type = select
vocabulary = PSNames
widget:editvalues = 1
[PlateSize]
widget:type = select
vocabulary = PlateStockSizes
widget:editvalues = 1
-------------------
...and my valuelists.ini
-------------------
[PSNames]
__sql__ = "select PlateNameID, PlateName from PlateStockNames ORDER by PlateName"
[PlateStockSizes]
__sql__ = "select PlateSizeID, PlateSize from PlateStockSizes ORDER by PlateSize"
-------------------
All tables are in the same database, but there's no relationships.ini. Maybe the missing relationships.ini is already the reason for above error?
TIA for your help
kind regards
meikel