Yiimp-Server-Installer icon indicating copy to clipboard operation
Yiimp-Server-Installer copied to clipboard

website only shows white page on admin and frontpages and more

Open 2bd-dev opened this issue 3 years ago • 6 comments

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 ?

2bd-dev avatar Mar 28 '21 11:03 2bd-dev

I get a white screen on ubuntu18

and this error message on the main screen

{main}Error: Call to undefined function memcache_get()

nuro-project avatar Jul 10 '21 22:07 nuro-project

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.

mitchngwen avatar Aug 30 '21 03:08 mitchngwen

look above the answer is given on the first post. it's sudo apt install php7.3-memcache php7.3-memcached memcached

bforemanl avatar Sep 20 '21 01:09 bforemanl

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

rakibulinux avatar Feb 09 '22 02:02 rakibulinux

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

edcomrocha avatar Jun 26 '22 19:06 edcomrocha

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.

rakibulinux avatar Sep 29 '23 01:09 rakibulinux