Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 09:17:08 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155553 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: download gallery problems  (Read 1658 times)
ciocco
Guest
« on: May 25, 2006, 09:13:16 PM »

Hi all, i'm sorry for my english...

I have a problem with the download gallery module: i can't upload any file except docs one (.doc,.pdf are ok, .mp3, .zip no).
I also recive always an error in the web page, it's:
"Notice: Undefined index: resize in j:\easyphp1-8\www\wb\modules\download_gallery\view.php on line 57"

I'm trying WebsiteBaker on my pc, offline.

What can i do?

And in the end i've tried several modules for image galleries, but non one worked... Ok, this is another question, i'll go step by step  grin

Thank you all, Ciocco (from Italy)
Logged
rsmith

Offline Offline

Posts: 194


« Reply #1 on: May 25, 2006, 09:50:22 PM »

Hi

My first Guess would be the size of the files.....
 by default php and most web servers limit the size of form posts/uploads.... I had this problem too....

in your php.ini file look for:
upload_max_filesize=10MB
and
post_max_size=10MB

set the size to what you want for a limit....


as far as the image galleries go.. I would guess the GD module is not installed in the php.ini setup

extension=php_gd2.dll

this line by default is usualy commented out.. after changing the ini restart your when server and see if it helps,  if not, check the error log, it may not be able to find the php_gd2.dll... you can then move or edit the extension_dir setting in the php.ini


hope it helps

Rob




« Last Edit: May 25, 2006, 10:01:35 PM by rsmith » Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!