If anyone can help me figure this out, I would appreciate it.
http://micksplace.net/coppermine/
Is there any way to up load LARGE wmv videos (5-25 megs) that will play directly from Coppermine?
I put a small one on my site and it plays fine. When I tried to upload a large video of one of MY songs, it said the the file was too big.
I changed the file size allowance to 100 megs.
Now when I try to upload it, it seems to upload fine, but at the end it says exceeded file size allowed In php.ini
Is there something else that I can change in the configuration, or is this a server problem?
Thanks for any help or suggestions.
As the error message already says, you exceeded the file size limit of your PHP (server) configuration.
Really? Stating the obvious isn't a lot of help. I know what it says - I posted it.
I just need to know if this is something that I can fix myself, or should I contact the help desk at my hosting company?
I don't know if you can fix it yourself, as I don't know what you can do yourself with your hosting package.
Quote from: ML on June 27, 2011, 08:12:07 PM
should I contact the help desk at my hosting company?
Yes.
I am doing that now.
I like Coppermine. I hope that I can get this figured out.
Thanks for replying to the post.
FYI:
They adjusted the php.ini file in the /home directory
From:
register_globals=Off
To:
register_globals = Off
upload_max_filesize = 256M
post_max_size = 256M
My videos are uploading and working fine now.
Maybe this will help anyone else who is experiencing the same problem.
Marking thread accordingly. FYI:
Quote from: Joachim Müller on September 28, 2008, 12:46:26 PM
you can tag your answer as "solved" by clicking on the little image in your initial posting on your thread.