Post install blank white screen

Post Reply
aswigon
Newbie
Newbie
Posts: 8
Joined: Tue Nov 28, 2017 7:13 am
Location: Brisbane
Station model: Davis Pro 2
Software: Cumulus
Contact:

Post install blank white screen

Post by aswigon » Tue Nov 28, 2017 11:14 pm

Hi everyone. New to Meteotemplate and having a slight issue with the install process.

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
My page URL and path are configured correctly but for some reason it seems to be using the full host pathing. Have I done something wrong?

MySQL appears to be connecting correctly and I was able to create the base table.

PHP version = 5.6
Image

User avatar
Jachym
Site Admin
Site Admin
Posts: 1686
Joined: Fri Aug 18, 2017 10:12 pm
Location: Brno, Czech Republic
Station model: WH1080
Software: Meteobridge
Contact:

Re: Post install blank white screen

Post by Jachym » Wed Nov 29, 2017 12:35 am

Hi,
the full path is intentional and should work, do you use your own server or do you use external webhosting?

aswigon
Newbie
Newbie
Posts: 8
Joined: Tue Nov 28, 2017 7:13 am
Location: Brisbane
Station model: Davis Pro 2
Software: Cumulus
Contact:

Re: Post install blank white screen

Post by aswigon » Wed Nov 29, 2017 10:31 am

External hosting.
Image

User avatar
Jachym
Site Admin
Site Admin
Posts: 1686
Joined: Fri Aug 18, 2017 10:12 pm
Location: Brno, Czech Republic
Station model: WH1080
Software: Meteobridge
Contact:

Re: Post install blank white screen

Post by Jachym » Wed Nov 29, 2017 10:50 am

I would first check the permissions and then if that does not help ask your provider

aswigon
Newbie
Newbie
Posts: 8
Joined: Tue Nov 28, 2017 7:13 am
Location: Brisbane
Station model: Davis Pro 2
Software: Cumulus
Contact:

Re: Post install blank white screen

Post by aswigon » Wed Nov 29, 2017 11:12 pm

Is there any recommendations on permissions requirements based on files / directories? I am assuming things like the config file and install folder should have different permissions to the main files?
Image

aswigon
Newbie
Newbie
Posts: 8
Joined: Tue Nov 28, 2017 7:13 am
Location: Brisbane
Station model: Davis Pro 2
Software: Cumulus
Contact:

Re: Post install blank white screen

Post by aswigon » Thu Nov 30, 2017 12:47 pm

I scrapped the whole template folder and re-extracted. All working now so not sure what was going on.,

Now on to the customisation process!

Thanks for your help.
Image

User avatar
Jachym
Site Admin
Site Admin
Posts: 1686
Joined: Fri Aug 18, 2017 10:12 pm
Location: Brno, Czech Republic
Station model: WH1080
Software: Meteobridge
Contact:

Re: Post install blank white screen

Post by Jachym » Thu Nov 30, 2017 1:17 pm

great, servers sometimes behave very oddly :D

Post Reply