Copied to dir /web/phpopenchat/ on my hosted site.
Got the welcome to phpopenchat installation screen, but no theme and no images, trying to go futher gives me the following errors!
Warning: get_language_template() [function.get-language-template.html]: Unable to access /data/web/themarquee.co.za/data/web/phpopenchat/include/templates/openchat/php.tpl.en in /data/web/themarquee.co.za/data/web/phpopenchat/include/class.Template.inc on line 248
Warning: get_language_template(/data/web/themarquee.co.za/data/web/phpopenchat/include/templates/openchat/php.tpl.en) [function.get-language-template.html]: failed to open stream: No such file or directory in /data/web/themarquee.co.za/data/web/phpopenchat/include/class.Template.inc on line 248
Warning: get_language_template() [function.include.html]: Failed opening '/data/web/themarquee.co.za/data/web/phpopenchat/include/templates/openchat/php.tpl.en' for inclusion (include_path='') in /data/web/themarquee.co.za/data/web/phpopenchat/include/class.Template.inc on line 248
please help!
Cheers
Pieter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Copied to dir /web/phpopenchat/ on my hosted site.
Got the welcome to phpopenchat installation screen, but no theme and no images, trying to go futher gives me the following errors!
Warning: get_language_template() [function.get-language-template.html]: Unable to access /data/web/themarquee.co.za/data/web/phpopenchat/include/templates/openchat/php.tpl.en in /data/web/themarquee.co.za/data/web/phpopenchat/include/class.Template.inc on line 248
Warning: get_language_template(/data/web/themarquee.co.za/data/web/phpopenchat/include/templates/openchat/php.tpl.en) [function.get-language-template.html]: failed to open stream: No such file or directory in /data/web/themarquee.co.za/data/web/phpopenchat/include/class.Template.inc on line 248
Warning: get_language_template() [function.include.html]: Failed opening '/data/web/themarquee.co.za/data/web/phpopenchat/include/templates/openchat/php.tpl.en' for inclusion (include_path='') in /data/web/themarquee.co.za/data/web/phpopenchat/include/class.Template.inc on line 248
please help!
Cheers
Pieter
try to replace all occurrences of
$_SERVER['SCRIPT_NAME']
with
$_SERVER['REQUEST_URI']
within /path/to/poc/include/class.Templates.inc
HTH
-micha
Thanks!
That worked!
Worked for me as well ...