Supla-Cloud-Server

bouali
Posts: 25
Joined: Tue Mar 07, 2017 12:17 pm

Post

i have sent it in private
bouali
Posts: 25
Joined: Tue Mar 07, 2017 12:17 pm

Post

thank you very much pzygmunt for your help i have solved the problem
emiliakowalski
Posts: 74
Joined: Mon Jul 03, 2017 2:50 pm

Post

THIS IS THE REASON MY APP IS NOT CONNECTING WITH THE SERVER PLEASE HELP ME OUT
You do not have the required permissions to view the files attached to this post.
emiliakowalski
Posts: 74
Joined: Mon Jul 03, 2017 2:50 pm

Post

can you help me bouli
bouali
Posts: 25
Joined: Tue Mar 07, 2017 12:17 pm

Post

emiliakowalski
Posts: 74
Joined: Mon Jul 03, 2017 2:50 pm

Post

why there is ssl 3 error i have tried to compile with new openssl version but failed give error no function of ssl3 method defined
User avatar
pzygmunt
Posts: 19400
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków

Post

Code: Select all

cd /usr/src
sudo mkdir openssl
sudo wget https://www.openssl.org/source/openssl-1.0.1t.tar.gz
sudo tar zxvf openssl-1.0.1t.tar.gz
cd openssl-1.0.1t
sudo ./config --prefix=/usr/src/openssl shared
*edit Makefile and remove no-ssl2 flags
sudo make depend
sudo make install
sudo cp /usr/src/openssl/lib/*.so /usr/lib/supla-server/
sudo rm -rf cp /usr/src/openssl
emiliakowalski
Posts: 74
Joined: Mon Jul 03, 2017 2:50 pm

Post

solved
emiliakowalski
Posts: 74
Joined: Mon Jul 03, 2017 2:50 pm

Post

i used this command to create schema in supla database

$ php app/console doctrine:schema:create

used latest version supla 2.0

but app giving error of " BAD CREDENTIALS"

so i checked supla-server, error is there is no no such table in database do i need to create new tables manually.

There is no such table in database --------------supla.supla_v_device_accessid-------------
You do not have the required permissions to view the files attached to this post.
User avatar
pzygmunt
Posts: 19400
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków

Post

Use attached one.
You do not have the required permissions to view the files attached to this post.

Return to “Help”