I'm having an issue where xataface is inserting "\/" or "\/\/" in the address string when running on an XP machine with MySQL 5.0.5, and xampp/apache.
Example:
http://localhost/\/index.php?-table=My_Table
http://localhost/\/\/index.php?-table=My_Table&-action=browse&-cursor=0&-skip=0&-limit=30&-mode=list
I don't have an issue when loading other pages locally, just the xataface files. It fails to load, but if I take out the "\/\/", it works fine (until I try to follow another link). Has anyone else experienced this and found a solution?
I checked my httpd.conf and index.php/conf.ini, but didn't see any path problems or out-of-place \'s. I'm pretty sure this is some kind of conversion problem in xataface, but I can't figure out where.
Thanks,
Rory