PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > General Forums > General Discussion

General Discussion General use discussion forum for PhotoPost products.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old December 10th, 2007, 10:16 AM   #1 (permalink)
Junior Member
 
Join Date: Jul 2003
Posts: 16
Video Upload Problems

Using VB Version 3.6.8
Photopost Version 6.01
Both Fresh Install.

I'm having problems uploading a 6M video. I adjusted my PHP.ini file to take up to 10M and adjusted Maximum multimedia upload size in Kb to 160000000 in Photopost Admin and when I upload, I am just return to the Video Category and no file. Acceptable multimedia file types incluses wmv extentions.


Any other suggestions?
Cajunle is offline   Reply With Quote
Old December 10th, 2007, 10:19 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
What is the error you get?

The php settings one needs to alter for video are this that I can recall.

memory_limit 32M
max_execution_time 0
post_max_sizr 10M
upload_max_filesize 10M

then you make sure upload mulitmedia is set to yes in admin options and you should be able to upload a video. Please post any errors so we may assist further. Some hosts also restrict filesize in the apache setup so if you post your error we can refine our answer here.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 10th, 2007, 11:19 AM   #3 (permalink)
Junior Member
 
Join Date: Jul 2003
Posts: 16
There is not error code. When you upload it goes through its process but returns you to the catageory you choose to store. No file is uploaded. It may be because I am about 150 in The Gulf of Mexcio and company fire wall may be causing problems, but I have no problems uploading photos.

I set the parameters below also
memory_limit 32M
max_execution_time 0
upload_max_filesize 10M
I did not find this one "post_max_sizr 10M" I also have the yes to upload mulitmedia set.
Cajunle is offline   Reply With Quote
Old December 10th, 2007, 11:42 AM   #4 (permalink)
Junior Member
 
Join Date: Jul 2003
Posts: 16
Ok I think I resolve the problem. I put a copy of the php.ini file from the root to the photopost directory and it work. Is this right or should it work across the website if the php.ini is in the root.

Last edited by Cajunle; December 10th, 2007 at 01:00 PM.
Cajunle is offline   Reply With Quote
Old December 10th, 2007, 02:11 PM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
That could help yes if your host restricts any ini file overrides to only a specific directory. If it works within the photopost directory then just keep this that way.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 10th, 2007, 08:48 PM   #6 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 16
I actually have a similiar issue. It's a fresh install by you guys today also. I turned on the multimedia option, and put the limit at 100k. It acts like it is uploading, and then after about 4-5 minutes it refreshes to the upload page.

No errors
No videos
Nada

I have no clue how to check/change those PHP settings you mention, unless you give me some detail instructions on it.
Strike-Force is offline   Reply With Quote
Old December 10th, 2007, 08:55 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
well 100k is a small file for a video so you might want to remove that. You may not be able to change your php settings which means video's need to be limited to 2mb. You would need to ask your host if you can up those settings noted in this thread.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 10th, 2007, 09:00 PM   #8 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 16
I have a VPS account with my host, but I'll still ask them about it. Also, if I wanted to upload a 15mb video what should I set the "Maximum multimedia upload size in Kb" to then?
Strike-Force is offline   Reply With Quote
Old December 10th, 2007, 09:44 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
15360

You would need to make sure any resulting changes are also made in your php settings on the server and then they need to restart the server.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 11th, 2007, 06:01 PM   #10 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 16
Quote:
Originally Posted by Chuck S View Post

The php settings one needs to alter for video are this that I can recall.

memory_limit 32M
max_execution_time 0
post_max_sizr 10M
upload_max_filesize 10M

The changes have been done and the server restarted, but I still get the same thing. If I upload the video's to my photopost data folder via my file manager, the videos will show up once I use the ADMIN OPTIONS FOR BULK OR ZIP UPLOADS.

The majority of my video's are between 12-15mb, should those settings be higher?
Strike-Force is offline   Reply With Quote
Old December 11th, 2007, 06:26 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
You can email us at support@photopost.com with a url admin login and link to where we can grab a video file that big and try to upload so we can see your error.

without stating your exact error its hard to determine what your issue is.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 11th, 2007, 06:29 PM   #12 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 16
There's no error coming up. It goes through the uploading process and then refreshes to the upload page screen again.
Strike-Force is offline   Reply With Quote
Old December 11th, 2007, 06:43 PM   #13 (permalink)
Junior Member
 
Join Date: Jul 2003
Posts: 16
Try coping your php.ini file from your root to the directory you have your photopost located. That work for me.
Cajunle is offline   Reply With Quote
Old December 11th, 2007, 07:21 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Yeah I would suggest you check under Admin => PHPINFO and see what your current php settings are it definately sounds to me like whatever changes where not made where not made correctly. I would suspect your php is still not set to allow for large file uploads.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 11th, 2007, 07:37 PM   #15 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 16
Quote:
Originally Posted by Chuck S View Post
Yeah I would suggest you check under Admin => PHPINFO and see what your current php settings are it definately sounds to me like whatever changes where not made where not made correctly. I would suspect your php is still not set to allow for large file uploads.

Here's what the PHP settings are currently at:

memory_limit = 32M
post_max_size = 10M
upload_max_filesize = 10M

The only one not set to the value you posted is the max_execution_time = 30
Strike-Force is offline   Reply With Quote
Old December 11th, 2007, 07:47 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
There you go try setting that to 0. Your php process is timing out and thus the script starts over.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 12th, 2007, 05:45 AM   #17 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 16
All the settings are now where you recommended they should be, but it's still going threw the motion of uploading for about 2-3 minutes and then refreshes back to the upload page. Still no errors either.
Strike-Force is offline   Reply With Quote
Old December 12th, 2007, 08:48 AM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
What is the size file you are trying to upload? The issue your describing tells me you are trying to upload a file larger than your maximum filesize allowed in PHP. Example your setting your max filesize to 10mb your saying. Are you still trying to upload a 15mb file and expect this to work? If you want to upload a 15mb file you must raise your php limits higher to say 16mb not 10mb.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 12th, 2007, 09:25 AM   #19 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 16
That may be the issue then.

Just so there's no confusion on my end, if I wanted to upload a 15mb video what should these settings be on?

memory_limit 32M
max_execution_time 0
post_max_size 10M
upload_max_filesize 10M
Strike-Force is offline   Reply With Quote
Old December 12th, 2007, 09:26 AM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Instead of 10M try 16-20M in the settings above.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
upload video and pictures? anxo69 Classifieds How do I...? 3 April 8th, 2008 09:50 AM
Problems with video sean9715 Photopost Pro How Do I...? 14 December 31st, 2007 08:29 AM
Upload Video? RaceJunkie How Do I? - vBulletin 3.5.X 9 April 7th, 2006 10:12 AM
Uploading video problems. fkatzenb Photopost Pro Installation & Upgrades 1 December 18th, 2005 08:54 AM
Video upload problems Bap Photopost Pro Installation & Upgrades 6 August 25th, 2004 12:36 PM


All times are GMT -5. The time now is 06:41 AM.

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