Uploading Profile Photos

Heres the setup:

 

I am running on a Suse Linux Box.

I have installed XAMPP/LAMPP Server (nice package deal for Apache, MySQL, and ProFTP All-In-One)

 

The Problem:

 

When I try to upload a Profile phote, it reloads the page upload_media.php?show=photo, but the page is blank.  if I refresh the page, then it comes back up, but no uploaded photo.  If I look at the media/images/profile/1 folder on the server, the file is there (numbered.jpg).  file size = 404kb  (1536 x 2048)

 

Heres the catch:

 

If I upload a smaller file, 58.2kb (640 x 480), it uploads and posts with no problems.  It uploads the photo, renames the photos to there respective sizes, and shows properly on the webpage.

 

What Ive done:

 

in the htaccess file on the website root folder, i have added:

 

php_value upload_max_filesize 55M

php_value post_max_size 55M

php_value max_execution_time 800

php_value max_input_time 800

 

RewriteBase /

 

Also in the php.ini, max upload size is at 80M.

 

Testing was done on Dolphin v.6.1.6, on a fresh/clean/new install.

 

Does anybody have any ideas??????

 

Im pretty sure this is a server setup issue... I have a test site on Hostforweb, and it will take the large phote and run it no problem.  In the dolphin setup, all the setup pages reported "green" across the board (perms, imagemagick, folders, etc....).

 

Help....

 

Thank you

Steve

Quote · 14 Aug 2009

The larger the image, the more memory thats required to process the image to create the standard, thumbnail and icon images from the origional image thats uploaded.

So you may also want to check the php.ini memory limit setting as well.


memory_limit=128M



https://www.deanbassett.com
Quote · 14 Aug 2009

That did the trick!!!!  Thank you.  I dont know how I overlooked that one...  I suppose I saw the 8M and figured it was enough.....

 

Steve

Quote · 14 Aug 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.