Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
542 views
in Q2A Core by

qa_

Details zum Fehler auf der Webseite

Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; BTRS124829; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET4.0C; .NET CLR 3.5.30729; .NET4.0E)
Zeitstempel: Tue, 22 Jan 2013 09:19:17 UTC


Meldung: 'qa_wysiwyg_editor_config' ist undefiniert
Zeile: 60
Zeichen: 4
Code: 0
URI: http://......./..../question2answer/index.php?qa=admin&qa_1=emails

 

I could not found the error :-(

do you have any idea?

1 Answer

+2 votes
by
 
Best answer

This is a bug in the Snow theme that went unnoticed since it doesn't affect page functioning.

It can be fixed by changing the following in qa-theme/Snow/qa-theme.php:

'if (qa_wysiwyg_editor_config)',

... to ...

"if (typeof qa_wysiwyg_editor_config == 'object')",

The fix will be rolled into Q2A 1.6.

by
Not fixed in 1.6.1 yet.
by
It is fixed in the default Snow theme. Maybe you are using your own theme?
by
You are correct, I thought it was not in the theme.

Welcome to the Q&A site for Question2Answer.

If you have a question about Q2A, please ask here, in English.

To report a bug, please create a new issue on Github or ask a question here with the bug tag.

If you just want to try Q2A, please use the demo site.

Categories

...