xavatar / yiimp_install_scrypt

Install Script for Yiimp on Ubuntu Server 16.04 / 18.04
https://www.xavatar.com
94 stars 248 forks source link

not able to access admin panel #18

Closed UbuntuEvangelist closed 5 years ago

UbuntuEvangelist commented 5 years ago

i have used this script and did all as says but not able to access admin it shows a white page Screenshot from 2019-09-10 20-13-02

ytconvertermp3 commented 5 years ago

I got the same problem. Did you fixed it ?

UbuntuEvangelist commented 5 years ago

@ytconvertermp3 no not yet

ytconvertermp3 commented 5 years ago

okay so i got it solved. it was a pretty easy solution. in the documentation is states

go to /var/web/serverconfig.php : update this file to include your public ip (line = YAAMP_ADMIN_IP)

in stead of your public ip try your ip4 adress. You can change it by sudo nano /var/web/serverconfig.php

UbuntuEvangelist commented 5 years ago

@ytconvertermp3 yes i did it but not work. my public ip address is: http://71.202.93.177/ and during setup i use /site/admin to show admin dashboard but not work.

Screenshot from 2019-09-15 00-59-31

xavatar commented 5 years ago

It's written in the readme or Wiki (https://github.com/xavatar/yiimp_install_scrypt/wiki) :

YOU MUST UPDATE THE FOLLOWING FILES :

/var/web/serverconfig.php : update this file to include your public ip (line = YAAMP_ADMIN_IP) to access the admin panel (Put your PERSONNAL IP, NOT IP of your VPS). update with public keys from exchanges. update with other information specific to your server..
LinuxDevSecOps commented 5 years ago

YIIMP

I am also facing same problem. I updated public ip and also applied second solution from this link https://github.com/xavatar/yiimp_install_scrypt/wiki

But not solved. It admin panel returning a blank page. Please advice

Tech1k commented 4 years ago

I know this is an old and closed issue, but @LinuxDevSecOps have you tried navigating to '/site/common' or '/site/adminpanel'?

That was my issue. I couldn't access my dashboard without going to /site/adminpanel.

ZippyStar13 commented 3 years ago

I know this is an old and closed issue, but @LinuxDevSecOps have you tried navigating to '/site/common' or '/site/adminpanel'?

That was my issue. I couldn't access my dashboard without going to /site/adminpanel.

Thank you for this!! I was stumped. I appreciate the help!