• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved My website is down ...

Gaylord

New Pleskian
Hello,

Today, without manipulation, I have this error : " Base table or view not found: 1146 Table 'psa.sessions' doesn't exist, query was: DESCRIBE `sessions` "

I can't connect to my plesk manel ... but my website (dometech.fr) work true

I restart panel with SSH :
# /etc/init.d/psa stopall
# /etc/init.d/psa start

Now, I can access in my Plesk Panel,
but my website is down :(

Can you help me ?
 
Sorry for my rapid response.

I read this : https://kb.plesk.com/en/119053

I restart nginx :

root@ns321003:/var/log/plesk# service nginx status
● nginx.service - Startup script for nginx service
Loaded: loaded (/lib/systemd/system/nginx.service; enabled)
Active: failed (Result: exit-code) since mer. 2016-12-07 11:32:17 CET; 25min ago
Process: 1026 ExecStartPre=/usr/sbin/nginx -t (code=exited, status=1/FAILURE)
Process: 931 ExecStartPre=/usr/bin/test $NGINX_ENABLED = yes (code=exited, status=0/SUCCESS)

déc. 07 11:32:16 ns321003.ip-37-187-154.eu nginx[1026]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
déc. 07 11:32:17 ns321003.ip-37-187-154.eu nginx[1026]: nginx: [emerg] bind() to [2001:41d0:a:5a7d::]:443 failed (99: Cannot assign requested address)
déc. 07 11:32:17 ns321003.ip-37-187-154.eu nginx[1026]: nginx: configuration file /etc/nginx/nginx.conf test failed
déc. 07 11:32:17 ns321003.ip-37-187-154.eu systemd[1]: nginx.service: control process exited, code=exited status=1
déc. 07 11:32:17 ns321003.ip-37-187-154.eu systemd[1]: Failed to start Startup script for nginx service.
déc. 07 11:32:17 ns321003.ip-37-187-154.eu systemd[1]: Unit nginx.service entered failed state.
root@ns321003:/var/log/plesk# service nginx start
root@ns321003:/var/log/plesk# service nginx status

● nginx.service - Startup script for nginx service
Loaded: loaded (/lib/systemd/system/nginx.service; enabled)
Active: active (running) since mer. 2016-12-07 11:57:55 CET; 2s ago
Process: 7207 ExecStart=/usr/sbin/nginx (code=exited, status=0/SUCCESS)
Process: 7204 ExecStartPre=/usr/sbin/nginx -t (code=exited, status=0/SUCCESS)
Process: 7201 ExecStartPre=/usr/bin/test $NGINX_ENABLED = yes (code=exited, status=0/SUCCESS)
Main PID: 7208 (nginx)
CGroup: /system.slice/nginx.service
├─7208 nginx: master process /usr/sbin/nginx
└─7209 nginx: worker process

Now my website is work true
Can you explain me ? For the future ^^
 
Back
Top