Uniteam
Members-
Posts
20 -
Joined
-
Last visited
Everything posted by Uniteam
-
The site use to send email the function 'wireMail' Thanks!
-
Hello all, I have a problem with a contact form to send mail from site. The mails are sent correctly but with the content-type "text / plain". I need the content-type to be set with "text / html". I can not find the setting (I inherited a site already done). In attachment the mail in my client Many thanks!! new 1.txt
-
Problem solved. I have update php to 5.4.38 and I have changed permissions to folder htdocs on provider. Many thanks to all!!!!!!
-
For special permissions what do you mean?
-
Hello, I have the same problem. Here my php.ini settings: http://gabrielepasini.it/info.php Module mod_rewrite is installed. Thanks!
-
Hi all, this is the error in apache error log: [Wed Jun 20 09:44:10 2018] [error] [client 79.62.226.25] Premature end of script headers: php-cgi, referer: http://gabrielepasini.it/pw-admin/page/edit/?id=1124
-
The settings are activate. No, I will create it this morning
-
I have contact my provider for the apache error log...but my php memory limit is 512M
-
the image is uploaded correctly because by ftp I can see the file, but after upload processwire try to resize the image maybe for the thumbnail in edit form...
-
Exactly...with original php.ini the problem is the same added in site/config.php
-
no, always error 500...
-
I have activate debug, next step? Many thanks!
-
I don't have access to the server error and my config->debug is false. I must ti activate?
-
644 x 450 px for 57 KB --> error 320 x 223 px for 23 KB --> upload success
-
my php use GD library
-
Maybe I have found the problem: the size of uploaded image. when pw tries to resize the image something does not work.
-
I have modified the php.ini: post_max_size = 100M upload_max_filesize = 100M max_execution_time = 60 max_input_time = 60 memory_limit = 512M mod_rewrite is installed In attach the error and the response by firebug
-
-
Hello, I could not solve the problem. I use Processwire 3. My error is the same... Help me :( Thanks!
-
Hello, I have a problem after upload an image. In attach you can see the error. The file was uploaded correctly, but the response of completed operation goes in loop... Many thanks!