WebsiteBaker Community Forum
General Community => Off-Topic => Topic started by: ciocco on May 25, 2006, 10: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 :-D
Thank you all, Ciocco (from Italy)
-
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