Yiimp-Server-Installer
Yiimp-Server-Installer copied to clipboard
website only shows white page on admin and frontpages and more
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 ?
I get a white screen on ubuntu18
and this error message on the main screen
{main}Error: Call to undefined function memcache_get()
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
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
sudo apt install php7.3-memcache php7.3-memcached memcached
But I still get a blank screen.
in screen -r debug I get the following error
[2022-06-26 19:33:54] front end error 170.xxx.xxx.254 [2022-06-26 19:33:54] 170.xxx.xxx.254: CWebApp: Unable to resolve the request "AdminPortal".
YiiMP Information
Main: running Daemon Directory: /home/yiimp-data/wallets Blocks: running YiiMP Directory: /home/yiimp-data/yiimp/site Loop2: running Hint: To view a screen type, screen -r main|loop2|blocks|debug Debug: running Hint: To detach from a screen type, ctrl+a+d
The site page loads normally, only AdminPortal remains blank.
Any ideas or can you indicate where I should start looking please
Hello !!
I'm trying to access AdminPortal but I just get a blank screen.
I've tried
sudo apt install php7.3-memcache php7.3-memcached memcached
But I still get a blank screen.
in screen -r debug I get the following error
[2022-06-26 19:33:54] front end error 170.xxx.xxx.254 [2022-06-26 19:33:54] 170.xxx.xxx.254: CWebApp: Unable to resolve the request "AdminPortal".
YiiMP Information
Main: running Daemon Directory: /home/yiimp-data/wallets Blocks: running YiiMP Directory: /home/yiimp-data/yiimp/site Loop2: running Hint: To view a screen type, screen -r main|loop2|blocks|debug Debug: running Hint: To detach from a screen type, ctrl+a+d
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.