I had a similar problem a while ago.

I found I could add this line [ ini_set('memory_limit','32M'); ] to my
configuration.php and things worked fine.

<?php
ini_set('memory_limit','32M');
class JConfig


2011/9/28 Todd <[email protected]>

> Hi David,
>
> Thank you! That worked. Yes I am using a shared host for this site and was
> on the phone with tech support from godaddy, but they couldn't figure it
> out.  Much appreciated as this was stumping me all day!
>
> Thanks,
> --
>
> Todd Sugiyama
>
>
>
>
>
> On 9/28/11 6:05 PM, "David Roth" <[email protected]> wrote:
>
> >Hi Todd.
> >
> >Yes, copy the php.ini file into the Joomla directory. This is what I
> >have on a shared web hosting account (Hostgator):
> >
> >; Maximum allowed size for uploaded files.
> >upload_max_filesize = 64M
> >
> >If this is not a shared web hosting account, you might have stop and
> >start the Apache server again for it to take effect.
> >
> >Hope this helps, let us know.
> >
> >David Roth
> >
> >On Wed, Sep 28, 2011 at 5:58 PM, Todd <[email protected]> wrote:
> >> You mean copy the php.ini file to the directory that joomla is in? Right
> >> now the php.ini is in the root dir. The error is a "500 server error".
> >>It
> >> only happens on uploads more than 10mb. Lower than 10mb it uploads fine.
> >>
> >>
> >> Thanks,
> >> --
> >>
> >> Todd Sugiyama
> >>
> >>
> >>
> >> On 9/28/11 5:21 PM, "David Roth" <[email protected]> wrote:
> >>
> >>>Where did you change the Max limit, in php.ini? Sometimes on shared
> >>>hosting I've found that you need to make the php.ini local in the
> >>>Joomla installation directory for it to take effect.
> >>>
> >>>What error messages are you getting and where? Is this in error_log?
> >>>
> >>>David Roth
> >>>
> >>>On Wed, Sep 28, 2011 at 11:12 AM, Todd <[email protected]> wrote:
> >>>> Anyone having problems uploading files to the media manager?  I'm
> >>>>trying to
> >>>> upload mp4 files through the media manager, but am getting errors.  I
> >>>> changed the options and added the extension the "Legal Extensions" &
> >>>>also
> >>>> upped  the Maximum file size.   I could do a basic ftp, but I want to
> >>>>make
> >>>> it so my client can do so without using an ftp client.
> >>>> Thanks,
> >>>> --
> >>>> Todd Sugiyama
> >>>> [email protected]
> >>>>
> >>>> _______________________________________________
> >>>> New York PHP SIG: Joomla! Mailing List
> >>>> http://lists.nyphp.org/mailman/listinfo/joomla
> >>>>
> >>>> NYPHPCon 2006 Presentations Online
> >>>> http://www.nyphpcon.com
> >>>>
> >>>> Show Your Participation in New York PHP
> >>>> http://www.nyphp.org/show_participation.php
> >>>>
> >>>_______________________________________________
> >>>New York PHP SIG: Joomla! Mailing List
> >>>http://lists.nyphp.org/mailman/listinfo/joomla
> >>>
> >>>NYPHPCon 2006 Presentations Online
> >>>http://www.nyphpcon.com
> >>>
> >>>Show Your Participation in New York PHP
> >>>http://www.nyphp.org/show_participation.php
> >>
> >>
> >> _______________________________________________
> >> New York PHP SIG: Joomla! Mailing List
> >> http://lists.nyphp.org/mailman/listinfo/joomla
> >>
> >> NYPHPCon 2006 Presentations Online
> >> http://www.nyphpcon.com
> >>
> >> Show Your Participation in New York PHP
> >> http://www.nyphp.org/show_participation.php
> >>
> >_______________________________________________
> >New York PHP SIG: Joomla! Mailing List
> >http://lists.nyphp.org/mailman/listinfo/joomla
> >
> >NYPHPCon 2006 Presentations Online
> >http://www.nyphpcon.com
> >
> >Show Your Participation in New York PHP
> >http://www.nyphp.org/show_participation.php
>
>
> _______________________________________________
> New York PHP SIG: Joomla! Mailing List
> http://lists.nyphp.org/mailman/listinfo/joomla
>
> NYPHPCon 2006 Presentations Online
> http://www.nyphpcon.com
>
> Show Your Participation in New York PHP
> http://www.nyphp.org/show_participation.php
>



-- 
Helvecio "Elvis" da Silva
Rio de Janeiro - Brasil - [email protected]
http://www.helvecio.com - http://blog.helvecio.com
_______________________________________________
New York PHP SIG: Joomla! Mailing List
http://lists.nyphp.org/mailman/listinfo/joomla

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to