You need to clear cache
cd /var/www/html
sudo ./clear_cache.sh
SUPLA server on shared host
-
- Posts: 20
- Joined: Tue Sep 27, 2016 6:23 am
I get this:
Is rebooting RPi clear the cache?I do this but the problem exist!
Is rebooting RPi clear the cache?I do this but the problem exist!
-
- Posts: 20
- Joined: Tue Sep 27, 2016 6:23 am
the file /var/www/html/app/config/parameters.yml does not contain valid YAML.
unable to parse at line 10(near "mailer_host:smtp.gmail.com ").
unable to parse at line 10(near "mailer_host:smtp.gmail.com ").
-
- Posts: 19039
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
Change
mailer_host:smtp.gmail.com
to
mailer_host: smtp.gmail.com
mailer_host:smtp.gmail.com
to
mailer_host: smtp.gmail.com
-
- Posts: 20
- Joined: Tue Sep 27, 2016 6:23 am
I changed it and clear the cache but still I don't receive any mail
Is there a log file that I can check that why it can't send mail?
Is there a log file that I can check that why it can't send mail?
-
- Posts: 19039
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
You can use original account. Read README.txt
You can also accept new account directly in mysql database
You can also accept new account directly in mysql database
-
- Posts: 20
- Joined: Tue Sep 27, 2016 6:23 am
Before I change parameters.yml file ,I test it and it don't send any mail so I decided to change it.
I do not have enough knowledge and I don't know how to set it up through mysql.
please look at the blew picture and tell me what is wrong.
I do not have enough knowledge and I don't know how to set it up through mysql.
please look at the blew picture and tell me what is wrong.
-
- Posts: 19039
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
mysql -u root -p
use supla;
update supla_user SET enabled = 1, reg_date = NOW(), token = NULL;
exit;
password for user root is "raspberry"
use supla;
update supla_user SET enabled = 1, reg_date = NOW(), token = NULL;
exit;
password for user root is "raspberry"
-
- Posts: 20
- Joined: Tue Sep 27, 2016 6:23 am
I did what you said,after reboot the Pi I see this on my browser:
-
- Posts: 19039
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
update supla_user SET enabled = 1, reg_date = NOW(), token = '';