Ticket #1574 (closed defect: invalid)

Opened 2 years ago

Last modified 2 years ago

Editor flashes and goes grey

Reported by: guest Owned by:
Priority: normal Milestone:
Component: Website Version: trunk
Severity: major Keywords: greys
Cc: deacone@…

Description

I have a blog that installed and after using the editor once or twice it greys out and will not work I have tried stopping the virus protection and firewall

Release History Xinha 0.95

the best thing would be to try it @ www.tatteredwindow.net/admin admin user admin password

Attachments

http___www.tatteredwindow.net_admin_index.pdf (82.1 kB) - added by guest 2 years ago.
Admin editor

Change History

Changed 2 years ago by guest

Admin editor

Changed 2 years ago by gogo

  • status changed from new to closed
  • resolution set to invalid

Do not use Xinha in cross domain situations, you will get permission issues. Your code specifies

<script type="text/javascript">
    _editor_url  = "http://tatteredwindow.net/admin/xinha/"  // (preferably absolute) URL (including trailing slash) where Xinha is installed
    _editor_lang = "en";      // And the language we need to use in the editor.
    _editor_skin = "silva";   // If you want use a skin, add the name (of the folder) here
  </script>
  <script type="text/javascript" src="http://tatteredwindow.net/admin/xinha/XinhaCore.js"></script>

But you are using www.tatteredwindow.net to access your system.

Note: See TracTickets for help on using tickets.