yes, directory path is right. in my server all domains and subdomains
On 8 sept, 18:37, Alexandru Szasz <
alex...@gmail.com> wrote:
> Pe 08.09.2009 17:10, zorroh a scris:
>
>
>
> > Fatal error: Class 'NarroLink' not found in assets/php/_core/
> > error_page.php on line 141
>
> Well, before the NarroLink not found, you must have another error since
> you're getting the error in error_page.php.
>
> Are you sure that what you set in __DOCROOT__ is the path where the
> subdomain is served ?
>
> These are my values for a subdomain:
>
> define ('__DOCROOT__', '/home/alex/www/html/narro');
> define ('__VIRTUAL_DIRECTORY__', '');
> define ('__HTTP_URL__', '
http://tradu.softwareliber.ro');
> define ('__SUBDIRECTORY__', '');
>
> The webroot is of course in www/html, but the subdomain is hosted in
> www/html/narro .
>
>
>
>
>
> > How to fix this?
>
> > Narro 0.9.4 conf is something like this (this is not real data):
> > define ('__DOCROOT__', '/var/www/html');
> > define ('__VIRTUAL_DIRECTORY__', '');
> > define ('__HTTP_URL__', '
http://sub.domain.com');
> > define ('__SUBDIRECTORY__', '');
> > define ('__PHP_CLI_PATH__', '/usr/bin/php');