NYCPHP Meetup

NYPHP.org

[joomla] media manager 1.7

David Roth davidalanroth at gmail.com
Wed Sep 28 18:12:55 EDT 2011


Another thing to do, is place this PHP code on your website and name
it dummy.php:

<html><head><title>PHP Test</title></head>
<body>
<P>
<?php echo "Here are a complete list of PHP variables:<p>"; ?>
<?php phpinfo(); ?>
</body></html>

Then run it http://yourdomain.com/dummy.php

This will display all the settings that PHP has. Look in there and see
if it's picking up your Max size stuff. To make sure you have the
right field give it an odd number (if you can, I don't know if this is
your production website or not, hopefully it's the staging) and see if
that shows up when you run dummy.php.

David Roth

On Wed, Sep 28, 2011 at 5:58 PM, Todd <toddsugi at gmail.com> 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" <davidalanroth at gmail.com> 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 <toddsugi at gmail.com> 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
>>> toddsugi at gmail.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
>>>
>>_______________________________________________
>>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
>



More information about the Joomla mailing list