Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2009-07-22 10:24:30

sanktsum
New member
Registered: 2009-07-22
Posts: 1

Beta Version Newbie.html - Insert Image does not function

Hi,
I was faszinated of the newest beta version. To create styles is top. But it appears only on newbie editor. The Problem: There is a bug in newbie editor: one can not insert images. Here is the error report:



Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)
Zeitstempel: Wed, 22 Jul 2009 14:23:43 UTC


Meldung: 'this._backends[...].module' ist Null oder kein Objekt
Zeile: 3
Zeichen: 5003
Code: 0
URI: http://localhost/xinha/plugins/PersistentStorage/PersistentStorage.js

How can I solve this problem

Last edited by sanktsum (2009-07-22 11:10:00)

Offline

#2 2009-09-06 20:23:55

billsutton
New member
From: Adaminaby, NSW, Australia
Registered: 2006-07-23
Posts: 4
Website

Re: Beta Version Newbie.html - Insert Image does not function

I think its a conflict with the PersistentStorage plugin. If I comment out this plugin in /examples/XinhaConfig.js

  xinha_plugins = xinha_plugins ? xinha_plugins :
  [
   'CharacterMap',
   'ContextMenu',
   'SmartReplace',
   'Stylist',
   //'PersistentStorage',
   //'PSLocal',
   'Linker',
   'SuperClean',
   'TableOperations'
  ];

Then it works

Bill

Offline

Board footer

Powered by FluxBB