Skip to content

OpenNote not working on subdomain. #31

@vincurekf

Description

@vincurekf

Hi, i have a question about running OpenNote on subdomain (note.domain.cz).
But when i tried to run it i've got this:

The requested URL /note/controller/modules/login/ was not found on this server.

So i tried to change the default web path in settings and i added a dot to path to Authenticater (because when i leave it on defalt i get the error above again:

public static $loginModulePath = "./modules/login/Authenticater.php"; //path from common

...

/**
 * get web root
 */
    public static function getWebRoot(){
        return "http://note.domain.cz/";
    }

That helped but i have another problem with Authenticater.php script not being included correctly:

Warning: include_once(/data/www/XXXXXX/domain_cz/note/controller./modules/login/Authenticater.php): failed to open stream: No such file or directory in /data/www/19361/domain_cz/note/controller/common.php on line 10

Can someone please tell me what to do?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions