I get an http 500 error when using uploadify on Ubuntu.The server has write permissions to the folder.The same code runs on a local Windows machine.
Here you can see the html and the actual error: beta DOT my-calendar DOT gr / calendar / upload-photos
I think you should look at the log of your web server for an explanation of the 500 (Internal Server Error) error. On Ubuntu, this journal can be found at /var/log/apache2/error.log.
/var/log/apache2/error.log
As far as I can see, this is a Zend Framework error, not an addition. It returns 500 even when trying to load with a simpleinput type="file"
input type="file"
, Apache/Zend Ubuntu AppArmor; , - AppArmor, Unix .
aa-status, , . , Apache , , Zend . ( zend, , Apache, Apache.:)
aa-status
upload_max_filesize?
, nginx, , 1 .
http://php-mysql-articles.blogspot.com/2007/10/change-upload-file-size-apache.html
, , ?
" http" Addify JQuery
If you use third-party libraries (for example, GD for manipulating images using PHP) in the server-side POST processing method, make sure that you have the appropriate extensions installed (for example, yum install php-gdfor RHEL / CENTOS).
yum install php-gd
Check with phpinfo () if mod_security is enabled. If this is the case, then the probable reason is that you can disable it in the .htaccess file:
SecFilterEngine Off SecFilterScanPOST Off
Source: https://habr.com/ru/post/1785603/More articles:SQL LIKE statement does not work with Asian languages (SQL Server 2008) - sql-serverIs it possible to create a Python list and fake it? - pythonWhat could cause the return function to fail? C ++ - c ++Convert image to black and white on iPhone SDK - iphoneHow to end a thread or attach it to the main thread - multithreadingA simple bar chart in jQuery HighCharts and MVC 2? - jsonjquery on click event does not work on list items in an unordered list - jqueryHTML formatting in PHP - htmlTexture mapping Icosahedron OpenGL - c ++https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1785608/iphone-cannot-access-to-an-iboutlet-nil-valued&usg=ALkJrhjW_Abzrz6COinDJLT7NaASSQ4ChQAll Articles