I am trying to add an extension and a PHP script to the Control Panel. I have a XML file that is successfully added, but the PHP script keeps failing when trying to start the extension. I am not sure what to add at the SID or the Preferences. My current SID is the path to the .php file. http://domain/@api/dekiwiki/skins/*.php.
Is this correct? I'm sure there is something I am doing incorrectly.
Here's the error when trying to restart.
Array
(
[title] => 500 Error
[message] =>
[response] => Request URI:
Server response:
Array
(
[exception] => Array
(
[coroutine] => Array
(
[frame] => Array
(
[0] => Array
(
[@method] => MindTouch.Dream.DreamService.CreateService_Helper( String path, String sid, XDoc config, Result`1 result)
)
[1] => Array
(
[@method] => MindTouch.Deki.DekiWikiService.PostServiceIdStart( DreamContext context, DreamMessage request, Result`1 response)
)
)
)
[message] => unable to initialize service (blueprint not found)
[source] => mindtouch.dream
[stacktrace] => Array
(
[frame] => Array
(
[0] => MindTouch.Dream.DreamService+<CreateService_Helper >d__19.MoveNext () [0x00000]
[1] => MindTouch.Tasking.Coroutine.Continue () [0x00000]
)
)
[type] => System.Exception
)
)
)
Many thanks!!


Reply With Quote
