Hi
Don't know if this is the right place to ask, but my hosting company decided to upgrade to PhP 5.4.3 since then we could log on to the website but whenever you try to click on anything in the site, you get a "Server 500" error. I had the guys from the host have a look to see what's going on and all they could give me is the following. "
] PHP Fatal error: require(): Failed opening required 'includes/languages/.php' (include_path='.:/usr/local/share/pear') in /var/www/vhosts/t/p/10313708_m5435720/includes/application_top.php on line 279
The piece of code its moaning about is this in application_top.php
require(DIR_WS_LANGUAGES . $language . '.php');
The error says "Failed opening required 'includes/languages/.php There's no such file.
[root@
www /var/www/vhosts/t/p/10313708_m5435720/includes/languages]# ls -la total 20
drwxr-xr-x 3 www nogroup 512 Jun 7 16:38 .
drwxr-xr-x 8 www nogroup 512 Jun 7 16:38 ..
drwxr-xr-x 4 www nogroup 1536 Jun 7 16:38 english
-rw-r--r-- 1 www nogroup 12734 Jun 7 16:38 english.php
Will any one be able to help with this?
Thanks