Hi all I'm working on implementing a social network component (code name fabble) on top of Joomla using shindig. I've successfully installed shindig as a virtual host and have my Joomla social networking component talking to shindig nicely.
However, I really really want to install shindig within a sub folder of the Joomla installation, so I can make my the component installer as simple as possible for people to use. As you can see I'm posting here so obviously I haven't got this working yet :) Let me try to outline where I'm at: My Joomla site is running locally on php5.2.6 mysql5 apache 2 on a windows box. Its accessible at this address: http://localhost/fabrik2.0.x/ Joomla stores all its components (think of components as new functionality you plug into the site) in the folder /components/, so for my component that's /components/com_fabble/. I copied over Shindig's PHP files to the folder /components/com_fabble/ shindig/ I created a config file in /components/com_fabble/shindig/config/ local.php with the following: $shindigConfig = array( 'web_prefix' => '/fabrik2.0.x/components/com_fabble/shindig', 'default_js_prefix' => '/fabrik2.0.x/components/com_fabble/shindig/ gadgets/js/', 'default_iframe_prefix' => '/fabrik2.0.x/components/com_fabble/ shindig/gadgets/ifr?', ); I'm pretty certain the prefixes are correct, if i call: http://localhost/fabrik2.0.x/components/com_fabble/shindig/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml I get a response, but unfortunately its this: Error Unsupported feature(s): views, dynamic-height, setprefs, analytics and then a big long debug traceback which starts with [file] => C:\xampp\htdocs\fabrik2.0.x\components\com_fabble\shindig\src \gadgets\servlet\GadgetRenderingServlet.php [line] => 80 [function] => outputError I've also tried updating the htaccess file in /components/com_fabble/ shindig/.htaccess to RewriteRule (.*) /fabrik2.0.x/components/com_fabble/shindig/index.php [L] But it doesnt seem to make a difference. perhaps someone could give me a pointer in where I'm going wrong, or suggest a better methodology Cheers Rob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Implementing OpenSocial Containers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/opensocial-container?hl=en -~----------~----~----~----~------~----~------~--~---
