Page 1 of 1

Just installed: really impressed but got a problem.

PostPosted: Wed Aug 26, 2009 2:40 pm
by rioka
I've just downloaded xataface, configured a test site and loaded index.php in my browser.

So far, no problem.

But when I try to navigate to any links in the page, I get errors: links to different tables looks like

Code: Select all
http://test.xataface.local/\/index.php?-table=table1;


"find" links to
Code: Select all
http://test.xataface.local/\/\/index.php?-table=table1&-action=find&-cursor=0&-skip=0&-limit=30&-mode=list


Actually, within the source of the generated page, I can see the following lines:
Code: Select all
<script>
      DATAFACE_URL = 'xataface';
      DATAFACE_SITE_URL = '\';
      DATAFACE_SITE_HREF = '\/index.php';
      DATAFACE_PATH = 'D:\projects\test.xataface.local\www\xataface';
</script>


Running apache2 and Php 5.2.9 under Windows.

Seems like a configuration error, but can't find one.
Any suggestions?

TIA

PostPosted: Wed Aug 26, 2009 10:51 pm
by rioka
Just found the same problem already solved here :roll: