"decoded" instead of variable

In my code I have several URLs that are stored in a variable. When I check in my “live” setting (wampserver) all is ok, but in the compiled version when I click on a (variable)link it opens a new page because the URL is now named “decoded”.
Even if I un-select php protection for that file it still happens.

That’s interesting. Do you think you could share a small example of your code that would let us reproduce the problem?

I see what I did now… I used “basename(FILE)” and thats gets "translated to “decoded” instead of the name of the file “basename(FILE)” is in.

1 Like

OK, makes sense. Not a bug in ExeOutput then.