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?
Hi, i have a question about running OpenNote on subdomain (note.domain.cz).
But when i tried to run it i've got this:
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:
That helped but i have another problem with Authenticater.php script not being included correctly:
Can someone please tell me what to do?