Viewing 8 replies - 1 through 8 (of 8 total)
  • I’m having the same issue as well. Are we not supposed to use the plugin if the file is 30 mb or bigger? if so that’s a bit silly. Is there something we need to configure by hand or in an php file to do this? Thanks. and most of my files are bigger then 30 mb. try about 100 mb and they are zip files. Please can this be fixed?

    Thanks and bje blessed.

    Thread Starter TeaCii

    (@teacii)

    Hi,

    In my case I had to revisit the php upload limits in php.ini

    That fixed it.

    Cheers

    I have my file size set to 1024 mb in my php rc file that I set . I think. I’m with dream host if that helps. The contents relivent to the file size in my php rc file is this.

    upload_max_filesize = 1024M
    post_max_size = 1024M
    So that should allow my zip files even when I’m importing them via the ftp folder method to work. Thoughts? I have tried to contact the author regarding this but no joy thus far. Here is the wiki page I used. I’m on a dream host server and your server might be different but I didn’t see a php upload thing.
    http://wiki.dreamhost.com/PHP.ini#PHP_5.3
    Hope this helps

    Take care.

    Thread Starter TeaCii

    (@teacii)

    Here is a check:

    Call up your phpinfo();
    see which php.ini is being called and the values in it.

    Sometimes there is also an over ride.
    Also check any php_errors.

    You probably know those things, I am just advising you to cover your bases.

    Other than that, I dont think I can advise much more.

    Cheers

    Lol! Well I’ll have to take a look. If this is happeneing to everybody using the plugin this is *not* good. and I’m not a wp guru. but good luck to all who can get this working and if you do let us know how. And let’s hope the dev reads the forum and this thread and seeing that we have this issue.

    Good luck and thanks.

    Well, so far no errors in my php.rc or in my php log when this happens. Any other advice and any way to contact the author directly? I cannot find a direct contact link anyware on their plugin’s site. This bug is not fun. and i know I’m not the onlyone with this issue.

    Tc and be blessed.¬

    Thread Starter TeaCii

    (@teacii)

    Are you on Apache or Nginx?

    I’m actually running the site on PHP 5.3.x FastCGI I’m not sure what dream host uses in terms of all of that stuff. I I do want the plugin fixed so that us users can just have it work. Ther was no choice of apache stuff when I set it up. I just took the defaults what ever they were then created a php rc file for my needs. Note that I’m running on a shared host. Not sure about the other users though. I bet the feeling though even a VPS if set up would brake. All of my other plugins are working fine and dandy though. and since I can’t afford a VPS at the moment I want to get this fixed on my corrent set up. Is there anythingI can maybe check and anyone else having the issue?

    Ok checking it is I think running th enewer apache. I don’t have shell access on my site and I suck at ssh If I did the command right I am running apache 2.2. woudl that effect it for the rest of us having issues with the plugin?

    Thanks and be blessed.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Files bigger than 30MB have size 0’ is closed to new replies.