You are not logged in.
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
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