Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
  1.  # 1
    i am getting this on the filebrowser, Error Message: Your version of PHP does not appear to have JPEG thumbnailing support.
    Affected Elements: Thumbnailer.GenerateThumbnail();

    why? and how do i fix it? i'm on Debian Unstable.
  2.  # 2
    You need to install the gdlib library (needs compiling into php).
    I could be wrong but i've a feeling it's possible to do it with some apt-get trickery. Otherwise you need to recompile apache --with-gdlib or some such. If you have a host it's their job.
    • CommentAuthorchris
    • CommentTimeMar 8th 2006
     # 3
    • CommentAuthorchris
    • CommentTimeMar 8th 2006
     # 4
    see? what ms said... hehe
    •  
      CommentAuthorBergamot
    • CommentTimeMar 8th 2006
     # 5
    sudo apt-get install php-gd
  3.  # 6
    ok i've installed it, now what? restart apache?
  4.  # 7
    yup. should do the trick.
  5.  # 8
    ok, i put the filebrowser in the root of my webserver dir and it overwrote the index.html file. I have pictures in that dir, can i change the thumbnailer code so that ppl can look thru the album??
  6.  # 9
    eh? Looking through the album is nothing to do with the thumbnailer. There should be an index.php packaged in the filebrowser zip which dos that job for you.
  7.  # 10
    interesting then why did it overwrite the index.html ??
  8.  # 11
    No idea. The filebrowser package i have doesnt have any .html files.
  9.  # 12
    ok then instead of going to .htm it went to the index.php file how can i make it go to the .htm file?
    •  
      CommentAuthorgiginger
    • CommentTimeMar 10th 2006 edited
     # 13
    You'll need to create a .htaccess file with

    DirectoryIndex index.htm

    Alternatively rename the .htm file to firstpage.htm and put

    DirectoryIndex firstpage.htm

    Another option is to rename the index.php to something else. That's what I did but in future I'll use the .htaccess method.
Add your comments
    Username Password
  • Format comments as