I configured my PHPWiki to use the MAcOSX theme but on all pages, the links to the pictures have a wrong relative format. The URLs to the pictures are like: "//themes/....". But the two leading slashes are wrong in this case. It must be: "themes/....".
Does anybody know my problem?
Jan Roehrich
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I configured my PHPWiki to use the MAcOSX theme but on all pages, the links to the pictures have a wrong relative format. The URLs to the pictures are like: "//themes/....". But the two leading slashes are wrong in this case. It must be: "themes/....".
Does anybody know my problem?
Jan Roehrich
Yes I do - for me the problem was solved when I manually configured the full data path in line 76 in the index.php file.
Thx for the very quick answer but your idea didn't solve my problem.
I think 'll have to wait until some other persons will read my posting.
ciao
Did you try to set DATA_PATH in index.php
define('DATA_PATH','');
I have the same problem and this fixed it unless your problem is different.