Mysql do not accept the common windows directory
description with \...
In ldi_check.php you will receive (if in an Windows
environment) a file path like c:\winnt\temp\php11.tmp
So to pass this path to MySQL, it will be needed to
change all \ into / or put a \ in front of all
existent \...
You need to addslashes($textfile) before sending it to
mysql...
Logged In: YES
user_id=30201
Who here uses Windows for MySQL/PHP setup so that we can
create a fix for this and test it?
Logged In: YES
user_id=144058
It seems this bug has already been fixed (no problem for
me).
Reopen it if you faced it with the latest pre-release.