Jump to content

Miguel

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Miguel

  1. Thank you, diogo! I'll try update: It works now!!! Amazing ) I used that post http://www.uvmedia.com/setting-nginx-phpfpm-ubuntu-1004 Thank you again, diogo!
  2. Tried to purge then to install back php5-gd package. Still have no GD Version, nor GD Support entries in phpinfo output. I compiled PHP5 with only option --with-mysqli=/usr/bin/mysql_config as defautl package doesn't support mysqli > php -i|grep -i configure Configure Command => './configure' '--with-mysqli=/usr/bin/mysql_config' Could you supply me with options to compile php right way? ps I'm new to php, I'm on ubuntu 10.04 pps see phpinfo in the attached phpinfo.pdf
  3. Yes! There are original image and generated(?) ones 2012-09-16-171852_889x1024_scrot.0x100.png 2012-09-16-171852_889x1024_scrot-1.0x100.png 2012-09-16-171852_889x1024_scrot-1.png 2012-09-16-171852_889x1024_scrot.png
  4. Thanks, diogo. I've read already that post when I've been installing pw. I found a record in site/assets/logs/errors.txt 2012-10-03 12:45:27 admin http://processwire/processwire/page/edit/ Error Call to undefined function imagecreatefrompng() (line 135 of /var/www/processwire/wire/core/ImageSizer.php) Now I think that error relates to GD2 library. I remember I had installation issues when setting up wp. How can I verify that GD2 is installed properly? update get phpinfo() on the page and didn't find GD Version and GD Support params in it. Guess that means that I compiled php with no GD support.
  5. Hi, there I run pw on nginx too, here you are my $0.02 When I was setting up pw I got a page with the error "No input file specified" which I think served to me not nginx, but a php engine. I solved that by adding this line to the location block in nginx site config: fastcgi_param SCRIPT_FILENAME /path/to/processwire/root/folder/$fastcgi_script_name;
  6. Hi, I've just started learning ProcessWire. Something seems plain but doesn't work as I expect, images e.g. I checked out that home template has images field, then I edited a home page based on that template and tried to upload an image. I selected a file then clicked submit and the file name appeared in the image field. Only filename appeared, but not a thumbnail. When I pressed save button I got a success message but in the image field the filename disappeared and there was no image too. It goes same way if I grag and grop image file. What should I fix to upload images to a image field? ps I run ProcessWire with Nginx, could it be the cause of broken image upload?
×
×
  • Create New...