Menu

Connections very slow after 1.3.3 upgrade

Help
2002-03-13
2012-10-11
  • Philip J. Hollenback

    I upgraded my phpwiki 1.2.1 installation to 1.3.3 per the UPGRADE instructions.  It now takes a very long time to load pages (like more than a minute).  This appears to be some sort of server misconfiguration - after the page load starts, I see messages like

    looking up host phpwiki.css
    looking up host themes

    in my browser toolbar.

    so somehow something is getting misinterpreted as a hostname instead of a directory name.

    What should I check?

     
    • Philip J. Hollenback

      I forgot to mention that the connection slowdown occurs with graphical browsers (netscape, opera, mozilla on linux), but not with lynx.

       
      • Philip J. Hollenback

        Ok, fixed the problem.  For some reason, the default phpwiki setup was making all my links come out as //theme.css (for example).  I set the following:

        define('DATA_PATH', '');
        define('PHPWIKI_DIR', '.');

        and everything worked (phpwiki is in the root of my web server doc dir).

        weird.

         

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.