Hi,
To start off, Iâm running SuiteCRM version 7.5.3 and Sugar Version 6.5.23 (Build 1061).
My issue is when I go into Studio, click a module , select fields and then select âAdd Fieldâ I get an error message. The message is as follows:
I get this same error for every module, simply switch out âAOS_Productsâ for the name of whichever module Iâd be trying to add a field to. I did not implement this system so I am a little lost. From trying to trace through the code to find any declarations of âAOS_Productsâ or any other module name, I have not been able to find where such a declaration would fit or if it was ever declared somewhere at all.
Iâve seen some similar issues to this problem on here which people have responded with to disable errors. Having tried adding something like
display_errors = Off;
to the ini file, I have had no success. Maybe I am using the wrong syntax or placing it in the wrong place of the file?
Any help would be greatly appreciated,
Thanks.