Hi Simon

So are you able to upload files into the media silo but can not see
what you have uploaded ?

Can you see the Root, Browse, Upload and Craete Directory options ?

The thumbnails are stored in '/user/files/.deriv' (not the leading
dot) directory'. Has this directory been created ?

If you have uploaded an image, can you see it in a Web browser using
the full blown URL ?

http://example.com/user/files/<image>.png

Do you have any 'php.ini' or '.htaccess' files in the '/user/files/'
directory ?

0.6 hasn't been released yet so I assume you're running SVN head ?
What revision ?
--
Andy


On Dec 18, 6:40 am, S-M-G <[email protected]> wrote:
> hi guys,
>
> i am having trouble with the media silo too. followed the file
> permission instructions, and have tried manually changing the file
> permissions on the files folder. but nothing shows up in the admin
> area where the images should be displayed.
>
> regarding the tag variable question, i found the tag_slug variable
> worked for me. here is a little snippet (thanks to arthus for getting
> me going in the right direction) that shows the 5 most recent posts
> tagged news (using it in the sidebar):
>
> <?php
>  $array = array('limit' => '5', 'tag_slug' => 'news', 'status' =>
> Post::status('published'));
>  foreach (Posts::get($array) as $post ) {
>   echo '<li><a href="' . $post->permalink . '" title="' . $post->title . '">' 
> . $post->title_out . '</a></li>' . "\n"; }
>
> ?>
>
> anyone have any ideas on how to get media silo working? using version
> 0.6
>
> cheers
> simonhttp://www.blizzardboy.net/
--~--~---------~--~----~------------~-------~--~----~
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/habari-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to