Menu

broken images, posix_times(), (latest CVS)

Help
2003-08-12
2012-10-11
  • Nicholas Leippe

    Nicholas Leippe - 2003-08-12

    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

     
    • Don DeCoudras

      Don DeCoudras - 2003-10-07

      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

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.