Hi,
I just upgraded our wiki from 1.3.4 to the latest CVS (to get a bug-fix for OldStyleTable plugin). Now, however, the images are all broken. I compared the image links generated by the latest CVS with 1.3.4, and they are different, but for the life of me I can't figure out what in the code/config has changed it.
I am also getting broken links to images and buttons (regardless of what theme I choose) when installing PHPWiki on Mac OS X Server 10.2.8. I did two installs of PHPWiki just a day ago (one on Mac OS X 10.2.6 and the other on Mac OS X Server 10.2.8) ... the install into a user's ~/Sites directory of PHPWiki does not produce broken links. I've checked all sorts of things (including directory permissions, Document Root, DirectoryIndex, etc.) -- the broken links show up in document source returned to the browser like this:
body {background-image: url(//themes/MacOSX/images/bgpaper8.png);}
when they should show up like this:
body {background-image: url(/~user/phpwiki/themes/MacOSX/images/bgpaper8.png);}
Anyone have any ideas? Thanks.
DeCoduras
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I just upgraded our wiki from 1.3.4 to the latest CVS (to get a bug-fix for OldStyleTable plugin). Now, however, the images are all broken. I compared the image links generated by the latest CVS with 1.3.4, and they are different, but for the life of me I can't figure out what in the code/config has changed it.
Could someone please take a look?
http://lfs.sourceforge.net/wiki/
/home/groups/l/lf/lfs/htdocs/phpwiki/
Also, I commented out the use of posix_times() as it was generating errors from the webserver about an inappropriate ioctl(). Is this a know issue?
Thanks,
Nick
I am also getting broken links to images and buttons (regardless of what theme I choose) when installing PHPWiki on Mac OS X Server 10.2.8. I did two installs of PHPWiki just a day ago (one on Mac OS X 10.2.6 and the other on Mac OS X Server 10.2.8) ... the install into a user's ~/Sites directory of PHPWiki does not produce broken links. I've checked all sorts of things (including directory permissions, Document Root, DirectoryIndex, etc.) -- the broken links show up in document source returned to the browser like this:
body {background-image: url(//themes/MacOSX/images/bgpaper8.png);}
when they should show up like this:
body {background-image: url(/~user/phpwiki/themes/MacOSX/images/bgpaper8.png);}
Anyone have any ideas? Thanks.
DeCoduras