Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: error message: forbidden file extension  (Read 4533 times)

0 Members and 1 Guest are viewing this topic.

~Martha~

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
error message: forbidden file extension
« on: February 17, 2007, 06:36:08 am »

I cannot upload .gsd files.  Is this file extension type permitted?
I have the image types, audio types, video types, and document types all set to ALL.  I first had it set up with /gsd instead of ALL but neither works.  I can upload jpg ok.

any ideas?

thanks,
Martha
« Last Edit: February 17, 2007, 07:34:49 pm by Nibbler »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: error message: forbidden file extension
« Reply #1 on: February 17, 2007, 08:11:58 am »

"ALL" doesn't mean "all file formats that exist in the whole wide world", but in fact "all file types that coppermine knows". Out of the box, GSD is an unknown file type. Add it to the list of "known" extensions by running a query like this:
Code: [Select]
INSERT INTO yourCoppermineTablePrefix_filetypes VALUES ('gsd', 'application/gsd', 'document', '');
Logged

~Martha~

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: error message: forbidden file extension
« Reply #2 on: February 17, 2007, 04:23:54 pm »

Thank you SOOOO much!!

I am such a newbie, where/how would I do that?

 :-[
Martha
Logged

~Martha~

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: error message: forbidden file extension
« Reply #3 on: February 17, 2007, 05:26:18 pm »

I figured it out! Yay!  Thanks so much for your help!! 

:)
Martha
(doin' the happy dance!)
Logged
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 19 queries.