It’s a promising tool but not working for me

Archived from the Xataface Developers forum.

quintangai — Sun Feb 27, 2011 10:04 am

Hi,
I found this promising tool and watched the video and read most of the site…
It looks like something very useful to me and I’ll like to give it a try, so I followed all instructions and proved from a wamp local machine…
All seem to be OK, I get the installed properly page but when I get into the main page and try to make a new project I get the following message :

Warning: require_once(HTML/Common.php) [function.require-once]: failed to open stream: No such file or directory in K:\wamp\www\xataface\HTML\QuickForm.php on line 23

Fatal error: require_once() [function.require]: Failed opening required ‘HTML/Common.php’ (include_path=’.:lib’) in K:\wamp\www\xataface\HTML\QuickForm.php on line 23

I also would love to make it work and translate the ini files to my mother tongue “catalan”, I have seen the many languages on the lang folder… how should I name my ini file ?? ca.ini or ca-ES.ini ?? and How would xataface know what is the language I prefer ??

thanks for your comments
Quin


shannah — Sun Feb 27, 2011 11:30 am

  1. Try using the manual install if you cannot get the installer working. See
    http://xataface.com/wiki/How_to_build_a … es_of_code
    for an example.

  2. For catalan, Xataface just uses the 2-character language codes, so the catalan ini file would be ca.ini. See
    http://xataface.com/wiki/Contribute_to_ … on_Project
    for some hints on translation.

-Steve


jvinolas — Mon Mar 21, 2011 6:18 am

quintangai wrote:I also would love to make it work and translate the ini files to my mother tongue “catalan”, I have seen the many languages on the lang folder… how should I name my ini file ?? ca.ini or ca-ES.ini ?? and How would xataface know what is the language I prefer ??
Quin

I have done a partial translation to Catalan. Here it is:


shannah — Tue Mar 22, 2011 10:40 am

Thanks for this. I’ll incorporate this into the next release.

-Steve