Forum

Please consider registering
guest

Log In Register

Register | Lost password?
Advanced Search:

— Forum Scope —



— Match —



— Forum Options —




Wildcard usage:
*  matches any number of characters    %  matches exactly one character

Minimum search word length is 3 characters - maximum search word length is 84 characters

Topic RSS
Audio file won't upload
29 April, 2009
4:36 pm
jimedward
Member
Forum Posts: 4
Member Since:
25 April, 2009
Offline

I changed the php.ini maximum_download to 60Mb as well as the maximum_post and the timeout to 600.

The upload STILL seems to quit at around 10-12Mb.

Don't know why.

thanks,

-Jim

30 April, 2009
12:15 am
Mark Barnes
Admin
Forum Posts: 425
Member Since:
14 December, 2005
Offline

Try and upload a large file through the Wordpress media section (try the flash uploader and the browser uploader). Let me know if these work, and that will help diagnose the SermonBrowser problem.

If you wish, you can upload via FTP instead.

2 May, 2009
8:15 pm
jimedward
Member
Forum Posts: 4
Member Since:
25 April, 2009
Offline

Can't tell if the Flash uploader was working but tried the Browser uploader… did NOT upload. Got error message:

"The connection to the server was reset while the page was loading."

Had a third party update my .htaccess… could there be a max_size/time limit written in there?

thx,

-J

4 May, 2009
2:31 pm
jimedward
Member
Forum Posts: 4
Member Since:
25 April, 2009
Offline

I LOVE this plugin! The possibilities are endless. Just entered our first video (embedded Vimeo). Very exciting. Thank you.

Unfortunately our upload still limits us to about 8Mb.

“The connection to the server was reset while the page was loading.”

The download browser in the Media section does the same thing.

My server guys are checking the .htaccess and php.ini but BOTH are set to max_upload 60 MB, MAx_post 60MB, max_time 600

Any assistance would be helpfull.

-James

7 June, 2010
3:56 pm
Mindy
Enthusiast
Forum Posts: 43
Member Since:
18 December, 2008
Offline

I am also having issues uploading large files to my sermonbrowser.

I added this .htaccess file to the wordpress directory:

php_value upload_max_filesize 50M
php_value post_max_size 50M
php_value max_execution_time 1000
php_value max_input_time 1000
# BEGIN WordPress

RewriteEngine On
RewriteBase /wp/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wp/index.php [L]

# END WordPress

I tried uploading a file around 35mb through sermonbrowser and after 15 minutes, it was still not uploaded. I went to the media area to try and upload there. First I tried the flash uploader and it said my max upload size was 2mb. Then I tried the browser uploader and after a minute, it took me to a page that said:

"Are you sure you want to do this?

Please try again."

Any thoughts or suggestions? The church's webhost will not allow altering of the php.ini file, so I guess we need a workaround.

1 August, 2010
5:26 pm
rdsaunders
South Wales
Member
Forum Posts: 4
Member Since:
1 August, 2010
Offline

Hi Both,

Firstly we need to see what your servers maximum post and upload sizes are set to.

The asiest way to do this is to create a simple php file with the following in it.

<?php

// Show all php information
phpinfo();

?>

Save the file to something like phpinfo.php and upload to the root directory of your website.

Once uploaded goto that page e.g. http://www.example.com/phpinfo.php

Your php configuration will now be viewable, the master configuration will be shown as well as any local changes made by a php.ini file or .htaccess file. these will be shown in two separate columns.

Post back the values for :

php_value upload_max_filesize
php_value post_max_size
php_value max_execution_time
php_value max_input_time

Regards

Rich

Forum Timezone: Europe/London

Most Users Ever Online: 40

Currently Online:
15 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

malpan: 2453

jogen: 2440

VanWatterson: 652

GeraldSebring: 364

LucasWoltman: 362

RandellFeenstra: 362

Member Stats:

Guest Posters: 7

Members: 2062

Moderators: 1

Admins: 1

Forum Stats:

Groups: 1

Forums: 2

Topics: 1071

Posts: 4042

Newest Members: richdorm, Aaron Velasquez, aaronv, dave5884, tomduckering, ccwebb

Moderators: Ben Miller (386)

Administrators: Mark Barnes (425)

Comments are closed.