Menu

error in includes\config_default.inc.php

Help
blokkie4
2009-07-23
2012-12-15
  • blokkie4

    blokkie4 - 2009-07-23

    line 54

    if (strpos( php_uname(), "indows" ) === FALSE)

    Typo  should be :

    if (strpos( php_uname(), "windows" ) === FALSE)

    error :

    unable to install  on windows because cannot find cache dir

     
    • Michael Scheibe

      Michael Scheibe - 2009-07-24

      both typos should result in TRUE on windows systems. but the real problem is, to identify the temp directory.

      Has anybody an idea, how to figure out temp directory?

       

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.