PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Error uploading videos in Photopost (http://www.photopost.com/forum/photopost-pro-installation-upgrades/133105-error-uploading-videos-photopost.html)

clafont August 29th, 2007 07:04 PM

Error uploading videos in Photopost
 
I receive and upload file not found ... file exceeded allowed limits error message when trying to upload files to the Photopost side of my website. I have no problem uploading to the server in Reviewpost. Since I am not a computer person I read some of the existing threads and consulted with my host. My host state that it looks like it places the file in the appropriate directory but seems to fail when trying to open the file and place it into the gallery.

I asked my host if there could be any issues with server limits specifically php.ini issues that I had read in other threads and he said no. Server limits are approx. 40 to 50 mb on uploads. I was trying to up load a 2.57mb file and a 637kb file with no success. When trying to upload a file it takes a few minutes before I get an error message.

Some important settings are:
User groups upload file size limit set to 0
Image integration set to GD2
max multimedia upload file set at 40000kb

When I try and upload an image I can see where it says images in queue = 8 but in the Admin section there are no images awaiting approval. Any suggestions?

Chuck S August 29th, 2007 07:52 PM

please post the exact error message

clafont August 29th, 2007 09:04 PM

Here is the error message when I tried to upload this approx 650kb file:

circleofdreamsmsuc.wmv: Uploaded file not found
Typical reason is that the file exceeded allowed limits.

Chuck S August 29th, 2007 11:20 PM

Okay that tells me your server is dropping that file. Thats the error from the handle upload function that tells us there was a problem trying to upload the file

Possible your server has a filesize limitation also recheck all permissions on your uploads an data directories

clafont September 7th, 2007 04:53 PM

The host has checked the directories and states that there are no permission issues. He also stated that the movie files are being ftp'd into the upload directory. The only idea the host had was "Where does the gallery program (PhotoPost) process or put the movie files?"

Uploading of videos still not working.

Chuck S September 7th, 2007 05:36 PM

You can email support@photopost.com with information like url sign in and ftp information so that we may assist you with a more hands on approach and see if we find anything

Chuck S September 13th, 2007 10:45 AM

Well here is how I see this. The file is being dropped by the server if Photopost says uploaded file not found. Basically server says okay file to big drop it. Have your host check any apache file restrictions. Also a few pointers on your php setup.

Your host has no memory limit setup in php.

These are the 4 settings I know that determine file uploads to the server

memory_limit 40M
max_execution_time 0
post_max_size 35M
Max_upload_filesize 35M

Try having your host make sure all those variable are present and loaded for your php

clafont September 20th, 2007 03:45 PM

The host has checked the recommended settings and has told me the settings are as follows: php settings

memory_limit = 8388608

max_execution_time = 30

post_max_size = 38M

upload_max_filesize = 31457280

The host company does not have a clue on how to solve this problem. Any new suggestions?

Chuck S September 20th, 2007 04:51 PM

Okay so they are not set correctly. Try having them set as instructed here

memory_limit 40M
max_execution_time 0
post_max_size 35M
Max_upload_filesize 35M


All times are GMT -5. The time now is 08:58 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97