[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] [Qube3] PHP Applications include 'path' or './path'



Countless searches on the web didn't give any more then the suggestion
it could be an apache problem. Anyway, many PHP applications use lines
like;

include("themes/Odyssey/tables.php");

which fail on the Qube's, (and possibly other cobalts?)

When changed to

include("./themes/Odyssey/tables.php");

everything works fine.


By manualy modding the files php apps like phpbb and phpnuke work
flawless. Upgrading the standard 4.06 php to 4.3.0 did not change a
thing, which supports the idea it might be a apache problem. I have not
yet dared to upgrade apache on a Qube box.
My RAQ550 does not show this behaviour.


My question is, is there a global setting for php or apache to fix this
problem ?

Bob.