I have a module created by admin generator with a calendar input provided by object_input_date_tag function.
In production server, I turned on "open_basedir" for security reasons and I have PHP Warning in edit page of this module:
Warning: is_readable() [function.is-readable]: open_basedir restriction in effect.
File(/web//sf/calendar/lang/calendar-fr.js) is not within the allowed path(s):
(/var/www/***:/tmp) in /var/www/***/ftp/www-preprod/lib/symfony/helper/FormHelper.php on line 745
I have tried to display sfConfig::get('sf_symfony_data_dir') but it returns a void string.
Symfony was installed via svn externals on 1.1 trunk, everything is up-to-date.