neojjang / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Access to restricted URI denied #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

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