That's really weird... I have no idea why it would give you that error if the file is in your admin folder. It shouldn't give you a "Page cannot be displayed" error if the file exists.
You could do the queries manually instead. This post has a zip file with the queries you can run though phpMyAdmin -
https://vborg.vbsupport.ru/showthrea...513#post318513
Just follow the instructions in the post and that way should work. Oh, before you run the weather_template.php file though, open it and look for:
$DB_site->query("INSERT INTO setting VALUES (NULL,50,'Show Weather?','showweather','0','Show the weather forcast on your homepage.','yesno','21');");
Change the '21' at the end of that to '27'