Hello!
I've downloaded it the day it was released and it was working fine so far. But yesterday i compiled a file in my computer (where i have the license) and uploaded the file to other server and i have a problem that was fixed on 5.0.1 (from 5.0.0 which seem to have the same problem). The following code:
dirname(__FILE__).'/'.$file)
returns the dirname of the file on my computer not in the server like:
/home/leandro/Dev/include_file.php
where the expected should be:
/var/www/system/include_file.php
So i compiled the same file using 5.0.1 and it's working fine. The server is using php 5.2.4.
Any recommendation or it's really a bug to be fixed?
Thanks a lot,
Leandro

