Closed mirfansulaiman closed 2 years ago
Hi there,
Can you please try the following and report back?
select count(*) from url_route
returns non 0select val from sysconfig where id='routes'
returns a value other than null
or false
mysql < /etc/mysql-init.sql
and see if you get any errorsHi @proditis ,
Here is the output:
select count(*) from url_route
select val from sysconfig where id='routes'
mysql < /etc/mysql-init.sql
Thank you for the provided info @mirfansulaiman,
I guess the previous commands did not fix the problem :smiling_face_with_tear: ?
If not please try the following:
edit:
I just noticed that your database is called ctftiket
and not echoCTF
. If this is indeed the name of your database edit the mysql-init.sql
and replace the echoCTF
references with your database name (eg ctftiket
). Dont forget to reimport mysql-init.sql
if you made changes.
Hi @proditis ,
I just recreated the frontend app and still not working :'( it seems the route URL is missing on the frontend.
This is not helping unfortunately.
Did you follow my previous instructions? Is the database still named ctftiket
? have you edited the mysql-init
as instructed?
Yes, I'm following your instruction even database name ctftiket
or echoCTF
.
The url rules are kept on memcache. If your database is not properly configured then there will be no url rules loaded there, just as your case.
mysql-init.sql
?SELECT memc_get('sysconfig:routes');
CALL init_mysql();
SELECT memc_get('sysconfig:routes');
Closing this due to lack of information. Feel free to open a new issue if you're still having issues.
Hi Team,
I am facing issues after manual installation, I followed this step https://echoctfred.readthedocs.io/INSTALL-LINUX/ and got an error after the installation was completed when opened the frontend page, for every page I got an error 404.
Do you have any solution to fix that? or did I miss something?
OS: Debian 10 php: 7.2 composer: 2.2.4