Morning all,I cannot for the life of me workout what is happening here. I’m pretty sure the answer is an easy fix but I’m just banging my head against a wall trying to find it. So hoping someone has seen this before.I have a table called “Notices”. Note the “N” at the beginning.
I do a compile and the resulting .php files have a lowercase “n” instead of an upper case “N”. So when it is referenced it produces “URL not found”. Change the “n” to a “N” in the URL and works fine. The table name looks fine in table options and the variable name for the table under Properties is fine as well. Just basically generates a lowercase “n” instead of the “N” the table is actually called.Any ideas much appreciated.TIA
Steve.
There’s an option in phpmaker compile page to force filenames to lowercase.
Check if its selected
And there is it is!!! Thankyou so much sticcono. I have been banging on that for a day and knew that it must be something simple.
Not even sure how it got turned on but turning it off solved my problem.