PDA

View Full Version : Many extensions not working



adlenesifi
01-22-2009, 06:56 PM
Hello,

I am running Dekiwiki 8.0.8.2 VM appliance inside a LAN and many extensions (AccuWeather, DHtml, Flickr, ...) can not start due to the following error (ex : YUI Media Player):
Array
(
[title] => Erreur 500
[message] =>
[response] => Request URI:
http://localhost:8081/deki/site/services/37/start?dream.out.format=php&dream.in.host=10.170.163.91&dream.in.scheme=http&dream.in.origin=10.170.163.31

Réponse du serveur:
Array
(
[exception] => Array
(
[message] => unable to initialize service (invalid extension manifest)
[source] => mindtouch.dream
[stacktrace] => Array
(
[frame] => Array
(
[0] => MindTouch.Dream.DreamService+<CreateServiceAsync_Helper>d__19.MoveNext () [0x00000]
[1] => MindTouch.Dream.Coroutine.Iterate_Helper (IEnumerator`1 coroutine, MindTouch.Dream.TaskBehavior behavior) [0x00000]
[2] => System.VoidClosure`2[System.Collections.Generic.IEnumerator`1[MindTouch.Dream.IYield],MindTouch.Dream.TaskBehavior].Closure () [0x00000]
[3] => MindTouch.Dream.Task.Execute (System.VoidHandler handler, MindTouch.Dream.TaskBehavior behavior) [0x00000]
)
)
[type] => System.Exception
)
)
)

Some others work fine ex : AddThis, Google, Multimedia
Does some one have any idea ?

Thanks a lot for your help

Adlene

crb
01-22-2009, 08:33 PM
Can your machine access MindTouch's web server http://scripts.mindtouch.com/? The default extension manifests are loaded from there.

SteveB
01-27-2009, 01:06 AM
It sounds like your deki cannot access the scripts from our server. You can resolve this issue by copying the scripts onto your server and replacing the URI with a file path to them.

Some scripts require access to .js files, but these will be loaded by the browser and not the server. So as long your users can access scripts.mindtouch.com, then it should all work fine.