Exchange Rates Factory for Romania 1.5
would be nice if it would work ..., May 21, 2007 |
Nice idea - only that it does not really work ...
I have tried to install it under joomla 1.5 (was supposed to be compatible, right?) and the only thing I get are errors, errors errors ...
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/curs) is not within the allowed path(s): (/tmp:/bin:/usr:/is/htdocs/...) in /is/htdocs/.../www/site/modules/mod_cursvalutar/mod_cursvalutar.php on line 22
[editor: snip more errors]
?!?!
PS: OK, with a little bit of hacking I got it working ...
Try to replace
"define(CURS_MODULE_DIR,$mosConfig_cachepath."/curs");"
through "define(CURS_MODULE_DIR,$mosConfig_absolute_path."/modules/mod_cursvalutar/curs");"
in "mod_cursvalutar.php"
and you might also get it working :-)
|
|