MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Bugs and Requests => Topic started by: Spacedust on 2014-10-28, 05:19:16

Title: Logos on Error pages does not exists
Post by: Spacedust on 2014-10-28, 05:19:16
Example - it refers to somewhere wrong...

http://xxx.pl/stats/images/images/kloxo-mr.png
Title: Re: Logos on Error pages does not exists
Post by: MRatWork on 2014-10-28, 06:10:49
The problem is error page using 'alias' in configs and then relative path like './images/kloxo-mr.png' may touble.
Title: Re: Logos on Error pages does not exists
Post by: Spacedust on 2014-10-28, 09:26:50
Maybe you need to use something like this:

<?php include($prefix_php."/stats/images/images/kloxo-mr.png");?>