Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
en:2.0:probleme_rund_um_admidio [2018/02/10 16:53] fasseen:2.0:probleme_rund_um_admidio [2018/06/24 12:39] fasse
Line 26: Line 26:
 Now, exceptions and other fatal errors are shown directly to the web page, as well as extended information written to the log files. For each day a separate file is created. You can open and analyze these with any text editor. Now, exceptions and other fatal errors are shown directly to the web page, as well as extended information written to the log files. For each day a separate file is created. You can open and analyze these with any text editor.
 <file>adm_my_files/logs/admidio-2017-08-23.log</file> <file>adm_my_files/logs/admidio-2017-08-23.log</file>
 +
 +===== Problems in Photo Upload =====
 +Some servers you are having problems with the Photo Upload. This can have various reasons, which are listed here again:
 +  * Folder **adm_photos** does not have the rights 777.
 +  * Folder **adm_photos/upload** does not have the rights 777.
 +  * The selected files exceed the editable image size from the server so that the dimensons can no longer be detected and an appropriate error message is issued. (The maximum editable image size can be found in the organization **Settings** under **Information System**)
 +  * Some servers prohibit the upload file on Flash. This inhibit can partly be evaded. Define a **.htaccess** file with the following content in the root where Admidio is installed with the following content:<code apache><IfModule mod_security.c>
 +   SecFilterEngine Off
 +   SecFilterScanPOST Off
 +</IfModule></code>
 +  *(Applies only to profile photo) Some databases do not allow the storage of images in the database itself. In this case, you could Admidio switch the location of profile images in  **organizational settings > Profile> location of profile images** so the profile pictures are stored in the folder **adm_my_files**.
  
 ===== Error after editing files ===== ===== Error after editing files =====
  • en/2.0/probleme_rund_um_admidio.txt
  • Last modified: 2023/09/26 20:16
  • by fasse