• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

MyAAC v1.0

Yah. But...
I have downloaded everything from zero. Your acc and OTBR.
Also reseted all database. But get errors. The site works, but when I click on login, get:

PHP:
2025/03/03 11:21:09 [error] 172074#172074: *2920 open() "/var/www/html/index.php/account/manage" failed (20: Not a directory), client: 191.36.184.232, server: _, request: "GET /index.php/account/manage HTTP/1.1", host: "177.54.147.173", referrer: "http://177.54.147.173/"
2025/03/03 11:21:10 [error] 172074#172074: *2920 open() "/var/www/html/index.php/account/manage" failed (20: Not a directory), client: 191.36.184.232, server: _, request: "GET /index.php/account/manage HTTP/1.1", host: "177.54.147.173", referrer: "http://177.54.147.173/"
2025/03/03 11:21:10 [error] 172074#172074: *2920 open() "/var/www/html/index.php/account/manage" failed (20: Not a directory), client: 191.36.184.232, server: _, request: "GET /index.php/account/manage HTTP/1.1", host: "177.54.147.173", referrer: "http://177.54.147.173/"
2025/03/03 11:21:10 [error] 172074#172074: *2920 open() "/var/www/html/index.php/account/manage" failed (20: Not a directory), client: 191.36.184.232, server: _, request: "GET /index.php/account/manage HTTP/1.1", host: "177.54.147.173", referrer: "http://177.54.147.173/"
2025/03/03 11:21:10 [error] 172074#172074: *2920 open() "/var/www/html/index.php/account/manage" failed (20: Not a directory), client: 191.36.184.232, server: _, request: "GET /index.php/account/manage HTTP/1.1", host: "177.54.147.173", referrer: "http://177.54.147.173/"
2025/03/03 11:21:11 [error] 172074#172074: *2920 open() "/var/www/html/index.php/account/manage" failed (20: Not a directory), client: 191.36.184.232, server: _, request: "GET /index.php/account/manage HTTP/1.1", host: "177.54.147.173", referrer: "http://177.54.147.173/"

even with dev state it dont show properly.
The site works at I click on accountmanagent.

PHP:
const MYAAC = true;
const MYAAC_VERSION = '1.2';


You can see, site works but when click on login. Error appears. Also admin page work normally.

I really don't know what I'm doing wrong.
 
Yah. But...
I have downloaded everything from zero. Your acc and OTBR.
Also reseted all database. But get errors. The site works, but when I click on login, get:

PHP:
2025/03/03 11:21:09 [error] 172074#172074: *2920 open() "/var/www/html/index.php/account/manage" failed (20: Not a directory), client: 191.36.184.232, server: _, request: "GET /index.php/account/manage HTTP/1.1", host: "177.54.147.173", referrer: "http://177.54.147.173/"
2025/03/03 11:21:10 [error] 172074#172074: *2920 open() "/var/www/html/index.php/account/manage" failed (20: Not a directory), client: 191.36.184.232, server: _, request: "GET /index.php/account/manage HTTP/1.1", host: "177.54.147.173", referrer: "http://177.54.147.173/"
2025/03/03 11:21:10 [error] 172074#172074: *2920 open() "/var/www/html/index.php/account/manage" failed (20: Not a directory), client: 191.36.184.232, server: _, request: "GET /index.php/account/manage HTTP/1.1", host: "177.54.147.173", referrer: "http://177.54.147.173/"
2025/03/03 11:21:10 [error] 172074#172074: *2920 open() "/var/www/html/index.php/account/manage" failed (20: Not a directory), client: 191.36.184.232, server: _, request: "GET /index.php/account/manage HTTP/1.1", host: "177.54.147.173", referrer: "http://177.54.147.173/"
2025/03/03 11:21:10 [error] 172074#172074: *2920 open() "/var/www/html/index.php/account/manage" failed (20: Not a directory), client: 191.36.184.232, server: _, request: "GET /index.php/account/manage HTTP/1.1", host: "177.54.147.173", referrer: "http://177.54.147.173/"
2025/03/03 11:21:11 [error] 172074#172074: *2920 open() "/var/www/html/index.php/account/manage" failed (20: Not a directory), client: 191.36.184.232, server: _, request: "GET /index.php/account/manage HTTP/1.1", host: "177.54.147.173", referrer: "http://177.54.147.173/"

even with dev state it dont show properly.
The site works at I click on accountmanagent.

PHP:
const MYAAC = true;
const MYAAC_VERSION = '1.2';


You can see, site works but when click on login. Error appears. Also admin page work normally.

I really don't know what I'm doing wrong.

Check this nginx-sample from myaac: (its located at /etc/nginx/sites-enabled)


These 3 lines are important, verify if you have the same:
Code:
    location / {
        try_files $uri $uri/ /index.php?$query_string;
    }
 
Finally. Thanks! Now I can test it.
Sorry for inconvenience and for touch in u sleep xD
 
Back
Top