Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    Warning: strpos() [function.strpos]: Empty delimiter in*********************************************************************/plog-globals.php on line 15

    I get this at the top of the page when running the install script and the install never completes. Does anyone have an idea what may be causing this issue.

    Thanks
    Chris
    •  
      CommentAuthorsidtheduck
    • CommentTimeDec 28th 2009
     
    chrisdaman77,

    You can comment out line 15 by adding double backslashes in front of it like this:
    //$_SERVER['PHP_SELF'] = substr($_SERVER['PHP_SELF'], 0, strpos($_SERVER['PHP_SELF'], $phpself)) . $phpself;

    That code is in there to attempt to clean up XSS hack attempts, but it does not work on all servers (we are working on a better solution for the 1.0 final release). Try that and see if it works for you.