This page is part of the BugReports series. Please go there to submit a new bug or to see the list of all existing reports.


Examples do not work w/ relative paths

ewiki version R1.02b-rc1
operating system Linux
database backend db_flat_files
php version 4.3.x
bug category error message
status frozen

BobRomeo: I use a relative path for my flat files (./data). The examples do not work beacuse they are in a subdirectory examples.

They do work if one leaves off the '/?id='-part.

mario: It'll need a 'chdir("..");' then in the local (examples/ subdirectory) config file then. I know the default example layouts once had them, but I look where they've gone...

bottom corner