ini file parameter name causes read error

If you have found a bug please describe it here
Post Reply
eureka
Posts: 204
Joined: 08 Mar 2016, 22:18

ini file parameter name causes read error

Post by eureka »

I have been testing a basic Actiona script which reads parameters from a standard *.ini file.
Actiona 3.9.1 running in Ubuntu 16.04.

I was seeing the error message on running the script to the point of reading parameter from *.ini file:

“Script line 2:Unable to read the file.”

I checked *,ini file syntax and permissions and they seemed fine.

I pinned down this error to parameters having names starting with “cmd”

cmd1=
cmd2=
cmd3=

When I changed parameter names to exclude “cmd” at start of parameter name there were no file read error messages seen.

Could it be that the string “cmd” at start of a parameter name in *.ini causes this error?
User avatar
Jmgr
Admin
Posts: 1649
Joined: 07 Dec 2005, 15:45
Contact:

Re: ini file parameter name causes read error

Post by Jmgr »

Thanks for the bug report, but I cannot reproduce this issue here. Could you post a .ini file that triggers this error here as an attachment?
"My software never has bugs. It just develops random features."
Post Reply