faouzzz / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Access to restricted URI denied

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Trying to import MySQL database design to wwwSQLdesigner so I Changed the 
index.php file with my servers info for save and import
server:
username:
password:
2. I then launch index.html
3. Try to load from mysql database and still no luck

What is the expected output? What do you see instead?
I expect the tables to import in and show me the schema

What version of the product are you using? On what operating system?
version 2.6

Please provide any additional information below.
Here is the firebug error i get 

Access to restricted URI denied
[Break On This Error]   

xhr.send(o.data || null);


did some research and it saying its a cross domain reference problem.




Original issue reported on code.google.com by Dewit...@gmail.com on 8 Feb 2012 at 9:25

Are you running WWWSQLDesigner locally, e.g. via file:/// protocol? You need to 
use a webserver - http://localhost/...



Original comment by ondrej.zara on 9 Feb 2012 at 7:14

You the man thanks for the help lol should have known better on that one.  
Working like a charm and love the product amazing work.

Original comment by Dewit...@gmail.com on 9 Feb 2012 at 10:58

Original comment by ondrej.zara on 10 Feb 2012 at 7:01

  • Changed state: Done