I have done a heap of reading / searching but can't find anything that matches my exact issue. I am no PHP guru so don't know the next place to look.
Post-install I am only getting a blank white screen. I enabled the error reporting functionality and got the following.
Code: Select all
Warning: include(/home/myhomene/public_html/weather/meteo/scripts/functions.php): failed to open stream: No such file or directory in /home/myhomene/public_html/weather/meteo/header.php on line 48
Warning: include(/home/myhomene/public_html/weather/meteo/scripts/functions.php): failed to open stream: No such file or directory in /home/myhomene/public_html/weather/meteo/header.php on line 48
Warning: include(): Failed opening '/home/myhomene/public_html/weather/meteo/scripts/functions.php' for inclusion (include_path='.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php') in /home/myhomene/public_html/weather/meteo/header.php on line 48
Warning: include(/home/myhomene/public_html/weather/meteo/scripts/headerMetar.php): failed to open stream: No such file or directory in /home/myhomene/public_html/weather/meteo/header.php on line 49
Warning: include(/home/myhomene/public_html/weather/meteo/scripts/headerMetar.php): failed to open stream: No such file or directory in /home/myhomene/public_html/weather/meteo/header.php on line 49
Warning: include(): Failed opening '/home/myhomene/public_html/weather/meteo/scripts/headerMetar.php' for inclusion (include_path='.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php') in /home/myhomene/public_html/weather/meteo/header.php on line 49
Fatal error: Call to undefined function lang() in /home/myhomene/public_html/weather/meteo/header.php on line 68
MySQL appears to be connecting correctly and I was able to create the base table.
PHP version = 5.6

