I have a PROBLEM

Hi guys I have a problem. When I do get an import error with the text:

NOTICE: [8] Use of undefined constant acl - assumed ‘acl’ on line 30 in file /home/utstonec/public_html/suitecrm/modules/acl_fields/fields_logic.php

who are faced with similar?

I put a file that is referenced by the error

Thank you

Simply modify your php.ini on your server to supress warnings and notices, these will not affect the running of the application or restrict use of functionality if suppressed.

Thanks,

Will.

1 Like

Thanks for the answer, but I can not find this file. Could you help me with this? As it is the name of this file?

Thanks,

Simply modify your servers php.ini file(different location for different web services used such as nginx/apache etc.) and make the modification so that notices and warnings are suppressed/do not show. Please search the forums or google if you need more information on how to do this.

Thanks,

Will.