amykhar:
This is a VB function, not mine :squareeyed: I'm just making (until now) the include of global.php and already getting errors.
Zero Tolerance:
Nothing change :| I had the same issue before, when using the 3.0.X versions. I'm using PHP5 and I've been reading the Documentation of VB, but it only tells the "latest PHP version", so I assume that it is PHP5 compilant, even if not using a OOP structure (public, private, extends, etc... are not used).
just a note: chdir('./forum/') or chdir('./forum') or chdir('forum/') are the same thing
Hmmm... Just created a script with:
error_reporting(E_ALL & ~E_NOTICE);
chdir('forum/');
require_once('global.php');
And it works... nothing more. I guess that some other code within my application that is messing around with VB. But what can it be? :|
Thankx for the tip anyway.
Best regards,
Miguel Sim?es