I have followed the guide, and I am now stuck at this
Code:
reference to undefined name 'sample'
Here is my extension...pulled from the service link in the control pannel.
Code:
<extension>
<title>Test Sample</title>
<description>hi mom</description>
<label>Test</label>
<namespace>sample</namespace>
<uri.help>http://cow</uri.help>
−
<function>
<name>hi</name>
<description>hi</description>
−
<return type="html">
−
<html>
<head/>
<body>hello</body>
<tail/>
</html>
</return>
</function>
</extension>
I am using 1.9.0, and it will show up in that cool new extensions button (LOVE IT), but it will not work if added that way, or manually.
Any suggestions?