Page 1 of 1

fields.ini

PostPosted: Thu Nov 08, 2012 9:24 am
by mickd
Hi,
Just installed xataface 1.3.3 on ubuntu connecting to a mysql database, just created a simple database and table and created a fields.ini file to change the name of a field, but no matter what I do I can't get this to work...

website is located

/var/www/dbname/
in there is conf.ini, index.php, web.config
I've created a tables directory, then beneath that a directory called the same as the table.
In there I have created the fields.ini file
in this file I have the following

[Date]
widget:label = "Input_Date"
widget:type = "date"

this was just a simple test to see how it works... but when I go to the website, nothing has changed in the layout and the field labels are the same...

Anyone have any idea why this isn't working?

Mick.

Re: fields.ini

PostPosted: Thu Nov 08, 2012 9:41 am
by mickd
It's OK I found it, I was using uppercase when it should have been lower case....

Thanks anyway,
Mick.

Re: fields.ini

PostPosted: Thu Nov 08, 2012 9:42 am
by shannah
Make sure the name of the table's config directory is exactly the same as the table name. It is case sensitive.
Same with the section name in the fields.ini file. Make sure it is exactly the same name as the field. It is case sensitive.