Page 1 of 1

Couldn't open Panel after Serverchanging

Posted: 26 Mar 2018, 08:06
by pleibling
Hello,

i move my gallery to a new Server (www.michaelknauft.de). For this i do:
  • Copy my files to the new Server.
  • Change DNS.
  • Change owner to www-data:www-data (recursive).
  • Change Rights to 755 (recursive).
  • Use the same Apache config like my other Gallery (thats works perfekt: https://galerie.leibling.de - changed it with the same way some month ago).
  • Renew Siteconfig (a2dissite xxx, a2ensite xxx, reload service).
  • Delete Browsercache and Namecache.
  • Reload Browser.
Now i can open the Page and it works - except the Panel. I get after Login an clear White page and Error 500. The Settings of the Apache Configuration is the same like the Working Site.

How can i repair the Panel?

Thanks a lot for your help.

Re: Couldn't open Panel after Serverchanging

Posted: 26 Mar 2018, 09:28
by mjau-mjau
Your new server is missing MCRYPT extension used to encrypt login:
Image

If you update to latest release X3.24.3, I don't think you even need mycrypt.

Re: Couldn't open Panel after Serverchanging

Posted: 26 Mar 2018, 09:46
by pleibling
Thanks for your fast Reply.

Strange - it is the same configuration like my other Site.

How can i update without Access to Panel?

Thanks a lot for your Help.

Re: Couldn't open Panel after Serverchanging

Posted: 26 Mar 2018, 10:07
by pleibling
Ok, i updated via FTP and Shell - but it doesn't solve the Problem.

After then i install mcrypt Support, now it works fine :).

Problem solved :).

Re: Couldn't open Panel after Serverchanging

Posted: 27 Mar 2018, 04:00
by mjau-mjau
pleibling wrote:How can i update without Access to Panel?
Normally, you can just use the X3 updater script:
https://www.photo.gallery/docs/help/updating/
pleibling wrote:After then i install mcrypt Support, now it works fine :).
Great!