Hi Everyone,
I'm using v5.3 screen customization plugin and projeQtor v9.0.2. Once I create a custom field and want to delete it reuslts in and error (attachment #1) and I don't have an option to create custom lists.
I would appreciate any kind of help.
ThanksHi Everyone,
I'm using v5.3 screen customization plugin and projeQtor v9.0.2. Once I create a custom field and want to delete it reuslts in and error (attachment #1) and I don't have an option to create custom lists.
I would appreciate any kind of help.
Thanks
Hi,
About remove field issue, please post error logged in projeqtor log file
About no list icon, it is just hidden.
You may get it on the right of save icon.
We'll publish a wrokaround in V9.0.3 and a final fix in nect plugin version
There's nothing in the log file, I only get the error in the console. About the list, how do I make it visible?
Maybe you'll find error in Apache error log file.
Does this help?
[17-Jan-2021 13:32:10 America/New_York] PHP Fatal error: Cannot use empty array elements in arrays in /home/sdalaska/public_html/eeispm/model/custom/Location.php on line 54
Please poste here file /home/sdalaska/public_html/eeispm/model/custom/Location.php
(you'll have to zip it to post it here)
Did you manage to find a fix?
Hi,
On line 55, remove the double comma (leave only one)
"name"=>"required",,"test"=>""
will become
"name"=>"required","test"=>""
NB : source of issue will be fixed on V9.0.3
That solved my issue! Thanks a ton
