Open GoogleCodeExporter opened 9 years ago
I successfully reproduced it. These warnings may appear on first run and when
option
`open_basedir` is set in php configuration file.
HTML-template engine checks for an existent directory before to write a compiled
php-files to `joomla/tmp/gw-joomla-tc`
Delete directory `joomla/tmp/gw-joomla-tc` and overwrite file
`/joomla/components/com_glossword/core/gw_includes/class.template3.php`
with attached.
Original comment by dmitry.s...@gmail.com
on 25 May 2010 at 11:49
Attachments:
Thanks for your answer - the solution works, indeed, but now the script returns
the
error of missing files in gw-joomla-tc (which is obvious, as I've removed them,
however I'd expected that the script would put them there again...)
--code--
Warning: file_put_contents(/home/users/fnm/public_html/e-lekcje/tmp/gw-joomla-
tc/code-items.browse.php) [function.file-put-contents]: failed to open stream:
No
such file or directory in /home/users/fnm/public_html/e-
lekcje/components/com_glossword/core/gw_includes/class.template3.php on line
495
Original comment by greg.wil...@gmail.com
on 26 May 2010 at 8:13
problem solved - I've created this directory, and CHMODded it to 777;
now it works perfect
(btw: I've done a Polish translation for the component - should I e-mail the
XML file
to you?)
Original comment by greg.wil...@gmail.com
on 26 May 2010 at 9:26
Original issue reported on code.google.com by
greg.wil...@gmail.com
on 25 May 2010 at 1:02