reynico / raspberry-noaa

Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
https://github.com/reynico/raspberry-noaa
GNU General Public License v3.0
180 stars 56 forks source link

[Error] Changing Webpage Language Not Successful #70

Closed MihajloPi closed 3 years ago

MihajloPi commented 3 years ago

Hi, I've tried to change webpage language from Spanish to English by changing Config.php file, but the webpage is still in Spanish. Any ideas?

<?php return (object) array( 'base_url' => '/images/', 'img_per_page' => 12, 'lang' => 'en' ); ?>

tomamdy commented 3 years ago

<?php return (object) array( 'base_url' => '/images/', 'img_per_page' => 12, 'lang' => 'en');?>

For me, that works ok. May be pressing in Your browser F5, that refreshs our browser.

Tom

MihajloPi commented 3 years ago

Yes, I refreshed my browser multiple times, even rebooted Raspberry Pi, but it's still in Spanish.

tomamdy commented 3 years ago

Should I sent You my Config.php?

MihajloPi commented 3 years ago

Yes, thank you!

tomamdy commented 3 years ago

config.txt

tomamdy commented 3 years ago

Make extension php

MihajloPi commented 3 years ago

I copied everything, renamed it Config.php but website is still in Spanish.

Capture

reynico commented 3 years ago

Hi!

Keep in mind that you need to edit the Config.php inside /var/www/wx/

MihajloPi commented 3 years ago

Ohhh so that was the problem! I totally forgot about /var/www/wx/ path! Thank you!