Menu

#45 en.xml file missing

5.0-3
closed
None
5
2015-09-09
2015-08-11
klockren
No

Env: Gentoo Linux/Apache 2.2.29/PHP 5.6.12

Error started when system was upgraded from 4.2-8 to 5.0-1.

As en.xml is missing, PHP stops executing and phpvirtualbox throws an error (on the Ubuntu servers, the same error exists of course, but PHP keeps on executing code).

From apache error.log:

[Mon Aug 10 13:20:20 2015] [error] [client 172.30.10.y] PHP Warning: file_get_contents(/var/www/localhost/htdocs/phpvirtualbox/languages/en.xml): failed to open stream: No such file or directory in /var/www/localhost/htdocs/phpvirtualbox/endpoints/lib/language.php on line 73, referer: http://172.30.10.x/

Problem was "fixed" by creating a stub en.xml file

<?xml version="1.0" encoding="utf-8"?>
<language>
</language>

Discussion

  • joclauw

    joclauw - 2015-08-11

    I also having this problem.
    I also notices that en.xml is missing, but after looking at the code it looks like that is by design,
    but when the languale is set to 'en' it throws an error. when I change the language for example to 'de' there is no error.
    I did'nt see this problem in version 4.x.

    Maybe useful to known:
    Running on windows server 2012 Standard with IIS 8

     
  • Ian Moore

    Ian Moore - 2015-09-09
    • Group: 5.0-1 --> 5.0-3
     
  • Ian Moore

    Ian Moore - 2015-09-09
    • status: open --> closed
     
  • Ian Moore

    Ian Moore - 2015-09-09

    This should be resolved in 5.0-3

     

Log in to post a comment.