Koozali.org: home of the SME Server

webshare Maximum Post size

Offline Smigl

  • *
  • 13
  • +0/-0
webshare Maximum Post size
« on: January 26, 2009, 10:54:56 PM »
Quote
config show php
php=service
    AllowUrlFopen=Off
    MaxExecutionTime=3600
    MemoryLimit=128M
    PostMaxSize=2048M
    UploadMaxFilesize=2048M
    status=enabled

Wollte ein File hochladen mit 703 MB und es kommt die Meldung Maximum POST size reached. Hab ich da bei den Daten was falsch angegeben?

Offline imcintyre

  • *
  • 609
  • +0/-0
Re: webshare Maximum Post size
« Reply #1 on: January 27, 2009, 01:12:51 AM »
Sorry my Deutsch is merde

I have this as setup

Quote
config show php
php=service
    AllowUrlFopen=Off
    MaxExecutionTime=7200
    MemoryLimit=1000M
    PostMaxSize=1000M
    UploadMaxFilesize=1000M
    status=enabled

Go to Wiki
Quote
http://wiki.contribs.org/index.php?title=SME_Server:Documentation:Technical_Manual:Booklet#Php

Offline Smigl

  • *
  • 13
  • +0/-0
Re: webshare Maximum Post size
« Reply #2 on: January 28, 2009, 09:38:14 PM »
config show php
php=service
    AllowUrlFopen=Off
    MaxExecutionTime=7200 ***That's for 2 hours***
    MemoryLimit=1000M ***That's for 0,976GB Main Memory on MB***
    PostMaxSize=1000M *** That's for 0,976GB ***
    UploadMaxFilesize=1000M *** Also ***
    status=enabled

In my case there are 128MB Mainboard Memory, 2GB Maximum Post Size and 2GB Maximum Size per added File. I Thought that's enough if i'd like to upload 700MB.

Offline FraunhoferIFF

  • *
  • 932
  • +0/-0
  • Widerstand ist Zwecklos !
    • http://www.magic-figo.de
Re: webshare Maximum Post size
« Reply #3 on: February 01, 2009, 12:44:02 PM »
Ich hab einen Fehler bei der Angabe von PostMaxSize gefunden.
Bei Eingabe des Wertes 2048M kommt es zu einem Fehler in der Verarbeitung der php.ini.
Eingabe von 256M sind problemlos.

Zu prüfen ist dieses indem man bei falscher Angabe der PostMaxSize , versucht mit dem phpmyadmin eine Tabelle anzulegen oder zu Löschen, Benutzer bearbeiten schlägt dann ebenfalls fehl.

Marcel

Offline Smigl

  • *
  • 13
  • +0/-0
Re: webshare Maximum Post size
« Reply #4 on: February 01, 2009, 03:01:00 PM »
Hm, welches ist dann die maxpostsize?? 256MB?? Oder doch mehr???
Wie gebe ich das richtig an?

Wäre das nicht mal einen Hinweis im Wiki wert?

Offline FraunhoferIFF

  • *
  • 932
  • +0/-0
  • Widerstand ist Zwecklos !
    • http://www.magic-figo.de
Re: webshare Maximum Post size
« Reply #5 on: February 01, 2009, 05:44:06 PM »
Das müsstest du dir ausprobieren.Ich hab jetzt 256MB weil es bei mir reicht.

Marcel

Offline Smigl

  • *
  • 13
  • +0/-0
Re: webshare Maximum Post size
« Reply #6 on: February 02, 2009, 11:08:07 PM »
Puh!!! AAAALLLLSSSOOOO!!!!
Heute getestet bis 1500M Postmaxsize und Uploadmaxfilesize mit ExecutionTime 7200. Bis hierhin funktionierts.
Muß morgen mal sehen, wie weit das gut geht!

Gute Nacht.

PS: Wenn ich weiß, wie weit das geht, wird's hier gepostet und dann als solved markiert.