-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
website only shows white page on admin and frontpages and more #1
Comments
I get a white screen on ubuntu18 and this error message on the main screen
|
That's better than what I got, I get nothing when I try to go to the admin panel. I think perhaps this project is broken and too old to work. Many hours wasted on trying to get this to work. |
look above the answer is given on the first post. it's sudo apt install php7.3-memcache php7.3-memcached memcached |
It's work for me |
Hello !! I'm trying to access AdminPortal but I just get a blank screen. I've tried
But I still get a blank screen. in screen -r debug I get the following error YiiMP Information The site page loads normally, only AdminPortal remains blank. Any ideas or can you indicate where I should start looking please |
@bforemanl @DirtyHarryDev I'm facing same issues. In past it was working for me but now when I try to install it's showing me this blank page error. |
First of all congrats on your work, I really like it and appreciate the hard work going into it.
When confronted with white pages on both admin pages and front pages I investigated and found the memcache was not installed. The following line installed it and took the problem away.
sudo apt install php7.3-memcache php7.3-memcached memcached
Maybe you can work it into your script.
Could you also write a little but more on installation of the coins. As even thought I get the coins working with the startup line provided and the config adjusted and localhost or 127.0.0.1 set and the firewall adjusted or even on or off the coins will not connect to the website. I am beginning to thing the coins should be owned by yiimp-data ?
The text was updated successfully, but these errors were encountered: