Jump to content

php webmail application attachment problem


koze
 Share

Recommended Posts

Καλησπέρα παιδια ! Ασχολείτε κανείς με IIS ?? έχω στήσει ένα server σε 2008 με php και sql να τρεχουν μια χαρά έχω ένα θέμα σε webmail εφαρμογή που συνδέεται σε εξωτερικό smtp server με το μεγεθος των attachment... δεν μπορεί να υπερβεί τα 2mb συνολο να πω πως το  php.ini είναι τσεκαρισμένα και upload μπορώ να κάνω όσο θέλω επίσης πως το ίδιο το webmail (roundcube) το έχω βάλει και σε WAMP και παίζει χωρίς αυτο το πρόβλημα.. Στο μηχανημα που έχω πρόβλημα έχω δοκιμάσει και άλλα webmail πακετα squirelmail κτλπ και επίσης λεχω πρόβλημα στο μηχάνημα αυτό μπορεί κάποιος να βοηθήσει???

Τα λάθη που βλέπω απο το console του Internet Explorer μέσα στον server ειναι 

 

1) Στην δημιουργία ενος νέου email HTML1115: X-UA-Compatible META tag ('IE=7') ignored because document mode is already finalized. ?_task=mail&_id=1953546440546bbabb2d79a&_action=compose

2) Ενώ περιμένω να στείλω ένα 4mb attachment (μετά απο ένα λεπτό) HTTP Error 500.0 - Internal Server Error C:\Php\php-cgi.exe - The FastCGI process exceeded configured activity timeout IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.

  • IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.
  • IIS was not able to process configuration for the Web site or application.
  • The authenticated user does not have permission to use this DLL.
  • The request is mapped to a managed handler but the .NET Extensibility Feature is not installed

Ευχαριστώ πολύ το ψάχνω κανα μήνα χωρίς αποτέλεσμα

Link to comment
Share on other sites

φίλε μου με βάση αυτά που διαβάζω είναι θέμα δικαιωμάτων στο κομμάτι 2, συν ότι βλέπω ότι πέρνεις ένα timeout, το οποίο λογικά αυτό θα αλλάζει μέσα στον IIS Manager (το που ακριβώς πρέπει να το ελέγξω)
στο 1ο μήπως είναι θέμα compatibility mode; το έχεις βάλει το site σου σε compatibility; από άλλους browsers το έχεις το θέμα;

δες τα παρακάτω πάντως:

http://stackoverflow.com/questions/11095319/how-to-fix-document-mode-restart-in-ie-9

για το πρώτο διαβάζω γενικότερα ότι πρέπει να γίνει αυτό

"Try to move your META tag to the beginning of the head part"πχ https://www.drupal.org/node/2192821αλλά δεν ξέρω αν κάνει στην περίπτωση σου...γιατί νομίζω ότι είναι θέμα του Explorer και ότι το compatibility mode θα δουλέψειγια το 2ο είδες εδώ;http://social.technet.microsoft.com/Forums/en-US/iises/threadshttp://forums.iis.net/

και αυτό:

Set, view, change, or remove special permissions for files and folders
To set, view, change, or remove special permissions for files and folders:
1.      Click Start, click My Computer, and then locate the file or folder where you want to set special permissions.
2.      Right-click the file or folder, click Properties, and then click the Security tab.
3.      Click Advanced, and then use one of the following steps:
"      To set special permissions for an additional group or user, click Add, and then in Name box, type the name of the user or group, and then click OK.
"      To view or change special permissions for an existing group or user, click the name of the group or user, and then click Edit.
"      To remove an existing group or user and the special permissions, click the name of the group or user, and then click Remove. If the Remove button is unavailable, click to clear the Inherit from parent the permission entries that apply to child objects. Include these with entries explicitly defined here check box, click Remove, and then skip steps 4 and 5.
4.      In the Permissions box, click to select or click to clear the appropriate Allow or Deny check box.
5.      In the Apply onto box, click the folders or subfolders where you want these permissions applied.
6.      To configure security so that the subfolders and files do not inherit these permissions, click to clear the Apply these permissions to objects and/or containers within this container only check box.
7.      Click OK two times, and then click OK in the Advanced Security Settings for FolderName box, where FolderName is the folder name.
CAUTION: You can click to select the Replace permission entries on all child objects with entries shown here that apply to child objects. Include these with entries explicitly defined here check box. Therefore,all subfolders and files have all their permission entries reset to the same permissions as the parent object.If you do this, after you click Apply or OK, you cannot undo this operation if you click to clear the check boxes.

Important: If you are not joined to a domain and you want to view the Security tab:
1.      Click Start, and then click Control Panel.
2.      Click Appearance and Themes, and then click Folder Options.
3.      Click the View tab, and then click to clear the Use simple file sharing [Recommended] check box in the Advanced settings box.
Notes:
"      The Everyone group does not include the Anonymous Logon permission in Windows XP.
"      If you click to select the Inherit from parent the permission entries that apply to child objects. Include these with entries explicitly defined here check box, the file or folder inherits permission entries from the parent object.
"      You can set permissions only on drives that are formatted to use NTFS .
"      If the check boxes in the Permissions box are not available, the permissions are inherited from the parent folder.
"      To change permissions, you must be the owner or have permission to change permissions by the owner.
"      Groups or users who have Full Control permissions for a folder can delete the files and the subfolders in that folder, regardless of the permissions that protect the files and the subfolders.
 



 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...