Menu

queXF: 1.2.0 Windows executable updated

The windows 1.2.0 executable had a bug which made importing forms fail. The executable has been updated to fix this problem.

If you downloaded the windows 1.2.0 executable before 8 April 2008, you can update your distribution without downloading it again by doing the following:

Edit the file:
xampplite/htdocs/forbidden/quexf/functions/functions.import.php

Go to line 335, look for:

$tmp = tempnam("/tmp", "FORM");

and replace it with:

$tmp = tempnam(realpath("../../../../tmp/"), "FORM");

Posted by Adam Zammit 2008-04-08

Log in to post a comment.