Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author Brajesh Singh

    (@sbrajesh)

    Hi,
    I am sorry for the inconvenience. It is most probably the php.ini config for upload sizes which does not seem to be updated.

    can you please check the following entries in php.ini

    upload_max_filesize
    post_max_size

    Also, Please visit the MediaPress->Tools and let me know what size it shows there?

    Thank you
    Brajesh

    Thread Starter Trobertson82

    (@trobertson82)

    it doesn’t show any max size in the MediaPress->Tools its just blank

    Plugin Author Brajesh Singh

    (@sbrajesh)

    Hi,
    Thank you for looking into it.
    It is a probability that the entry in php.ini file is malformed causing the problem.

    Can you please post here the entries from your php.ini or ask the hosting support to look for it and update?

    Thank you
    Brajesh

    Plugin Author Brajesh Singh

    (@sbrajesh)

    Hi there, any update on the above? Just checking if you had time to look into it?

    Thread Starter Trobertson82

    (@trobertson82)

    I had a permisions problem with files once I am able to create the php.ini file I will update

    Thread Starter Trobertson82

    (@trobertson82)

    i made a php.ini file this is what is in it

    memory_limit = 124M
    upload_max_filesize = 124M
    post_max_size = 124M
    file_uploads = On
    max_execution_time = 300

    it did not help the situation

    Plugin Author Brajesh Singh

    (@sbrajesh)

    Hi ,
    Most probably your web host does not allow local php.ini per folder. Please check with them for the details. Once it is setup correctly, It will show under MediaPress->tools settings.

    Thread Starter Trobertson82

    (@trobertson82)

    I have a VPS so I guess I will have to SSH in and change the config

    Thread Starter Trobertson82

    (@trobertson82)

    i am using PHP-FPM which does not allow php.ini per site like Apache is there a workaround?

    Plugin Author Brajesh Singh

    (@sbrajesh)

    The only solutions seems to be updating your main php.ini file (inside etc directory)

    Any change on that file will apply to all sites though.

    Thread Starter Trobertson82

    (@trobertson82)

    i have updated it here is the result from my info.php output,its still not showing up in tools

    max_execution_time	300	30
    max_file_uploads	20	20
    max_input_nesting_level	64	64
    max_input_time	300	60
    max_input_vars	1000	1000
    memory_limit	128M	128M
    open_basedir	no value	no value
    output_buffering	4096	4096
    output_handler	no value	no value
    post_max_size	124M	8M
    precision	14	14
    realpath_cache_size	16K	16K
    realpath_cache_ttl	120	120
    register_argc_argv	Off	Off
    report_memleaks	On	On
    report_zend_debug	On	On
    request_order	GP	GP
    sendmail_from	no value	no value
    sendmail_path	/usr/sbin/sendmail -t -i 	/usr/sbin/sendmail -t -i
    serialize_precision	17	17
    short_open_tag	On	On
    SMTP	localhost	localhost
    smtp_port	25	25
    sql.safe_mode	Off	Off
    sys_temp_dir	no value	no value
    track_errors	Off	Off
    unserialize_callback_func	no value	no value
    upload_max_filesize	124M

    Thread Starter Trobertson82

    (@trobertson82)

    this is the output from my info.php, still not showing up in the tools

    max_execution_time 300 30
    max_file_uploads 20 20
    max_input_nesting_level 64 64
    max_input_time 300 60
    max_input_vars 1000 1000
    memory_limit 128M 128M
    open_basedir no value no value
    output_buffering 4096 4096
    output_handler no value no value
    post_max_size 124M 8M
    precision 14 14
    realpath_cache_size 16K 16K
    realpath_cache_ttl 120 120
    register_argc_argv Off Off
    report_memleaks On On
    report_zend_debug On On
    request_order GP GP
    sendmail_from no value no value
    sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
    serialize_precision 17 17
    short_open_tag On On
    SMTP localhost localhost
    smtp_port 25 25
    sql.safe_mode Off Off
    sys_temp_dir no value no value
    track_errors Off Off
    unserialize_callback_func no value no value
    upload_max_filesize 124M

    Plugin Author Brajesh Singh

    (@sbrajesh)

    Hi,
    I am sorry for the delayed reply. I am not sure why is it not showing. Your settings from your info.php seem fine to me and should make it work.

    1. Are you able to upload via WordPress uploader? If yes, Please give a try again to MediaPress and try uploading. MediaPress uses identical settings with WordPress, so if you are able to work with the default uploader, MediaPress should work too.

    Please do let me know your findings.

    Thank you
    Brajesh

    Thread Starter Trobertson82

    (@trobertson82)

    yes i am able to upload via WordPress, however i still get the same error message when trying to use mediapress. i have installed Activity Plus and it uploads with no problem i would prefer to use MediaPress but it just will not work for me.
    SIDE NOTE: when i use the default WordPress uploader the “Maximum upload file size:” does not have a number after it similar to the way it reads in MediaPress->Tools

    Plugin Author Brajesh Singh

    (@sbrajesh)

    Thank you. Please allow me to look at it a little more. This is first time that I am seeing empty values for WodPress. I do understand why MediaPress is not allowing upload as we check allowed size before proceeding.

    Need a day or two to come up with some explanation and solution.

    Thank you
    Brajesh

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Upload Error’ is closed to new replies.