Hey Tommie,
I'm stuck somewhere in the middle of nowhere at the moment, but i'll
take a look at it tonight. You said you got this error on a vanilla
checkout?
Any other info you could share to narrow down the search? php version?
apache2? what platform?
-- Chris
On Mon, 2008-05-19 at 15:36 +0200, Tommie Podzemski wrote:
> Hi there,
>
> Been poking around shindig quite alot lately and i'm really impressed on
> how well this is developing. But I've run into a problem here, each time
> i try and invoke a module i keep getting the "conf has no properties"
> error. Even if i'm using a simple module like this one:
>
> <?xml version="1.0" encoding="UTF-8" ?>
> <Module>
> <ModulePrefs title="Simple test">
> <Require feature="opensocial-0.7" />
> </ModulePrefs>
> <Content type="html">
> <![CDATA[
> Hello, world!
> ]]>
> </Content>
> </Module>
>
> The error occurs even though i do a fresh svn-checkout. Commenting out
> lines 88,89,90 in features/core/config.js removes the error. Which
> naturally isn't the solution, but at least it narrows down the problem.
>
> Don't wanna submit this issue to the JIRA issue tracker since i'm not
> sure if it's just me being stupid or if i actually did encounter a bug.
>
> Best regards and keep up the fine work!
> Tommie
>