Posted: Tue Nov 28, 2006 11:18 am
Dataface seems to be installed correctly, the interface displays and I can jump between different tables on the left navigation. But somehow, the links in the main area are all funny.
e.g. under the tab "details" I get the following URL
http://mypage/%5C/dataface.php?-table=continent&-action=view&-cursor=0&-skip=0&-limit=30&-mode=list
and "show all" has this
http://mypage/%5C/dataface.php?-action=list&-table=country
To make things more interesting, firefox displays these with different numbers of slashes/backslashes in the statusbar if I movew my mouse over the links.
My php code so far looks like this:
display();
?>
I am running a local webserver with a virtual server mypage, the database is connected via "localhost".
I have played around a little with changing shlashes, paths, magicquotes, etc but nothing seems to help. (This was playing around, though. I have no clue what's wrong or how I should go about fixing it) Searching the site hasn't provided a solution either.
Any ideas?
e.g. under the tab "details" I get the following URL
http://mypage/%5C/dataface.php?-table=continent&-action=view&-cursor=0&-skip=0&-limit=30&-mode=list
and "show all" has this
http://mypage/%5C/dataface.php?-action=list&-table=country
To make things more interesting, firefox displays these with different numbers of slashes/backslashes in the statusbar if I movew my mouse over the links.
My php code so far looks like this:
display();
?>
I am running a local webserver with a virtual server mypage, the database is connected via "localhost".
I have played around a little with changing shlashes, paths, magicquotes, etc but nothing seems to help. (This was playing around, though. I have no clue what's wrong or how I should go about fixing it) Searching the site hasn't provided a solution either.
Any ideas?