Hey drcrazy4,

For shindig related questions, [email protected] is the place to be

That being said, what happens is that shindig tries to cache some files (like the gadget xml file, language packs and other web document's it proxy's), and to do that it creates a directory & file in your temporary directory.

On a *nix host that would usually be /tmp, on a windows host this might be c:\documents and settings\<username>\Temporary files or something like that ..

What this error means is that it doesn't have permission to create temporary files in the temporary directory.. usually that's really not supposed to happen :)

What you can do to fix this, is create a directory in your web root called 'tmp' (so /var/www/html/shindig/tmp or where ever your web root is), and edit your shindig/php/config.php file and point the 'cache_root' to that location, ie: 'cache_root' => '/var/www/html/ shindig/tmp' And then you should be good to go again :)

        -- Chris

On Jun 24, 2008, at 3:17 PM, drcrazy4 wrote:


I have set up the SHindig server on my webhost as said in the README.
For a reason I do not know though I get this error message:
Could not store data in cache file

You can see it here:
http://shindig.drcrazy4.info/shindig/php/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml

Any help would be greatly appreciated. Cheers.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to