Jump to content

jacksprat

Members
  • Posts

    3
  • Joined

  • Last visited

jacksprat's Achievements

Newbie

Newbie (2/6)

2

Reputation

  1. Update: fixed using --with-jpeg-dir=/usr/lib64 \ as a directive for the compiler. ["JPEG Support"]=> bool(true) ------ ------ ------ ------ ------ ------ ------ ------ ------ Hello Horst , php -v shows that it's compiled and enabled. Since php was built from source, I made sure. I've done more testing and found there are no issues with gif's - only jpg's. Doing a var_dump(gd_info)); shows that Jpg support is not enabled. I'll recompile and try another setting I found. Thanks ! array(11) { ["GD Version"]=> string(26) "bundled (2.1.0 compatible)" ["FreeType Support"]=> bool(false) ["T1Lib Support"]=> bool(false) ["GIF Read Support"]=> bool(true) ["GIF Create Support"]=> bool(true) ["JPEG Support"]=> bool(false) ["PNG Support"]=> bool(true) ["WBMP Support"]=> bool(true) ["XPM Support"]=> bool(false) ["XBM Support"]=> bool(true) ["JIS-mapped Japanese Font Support"]=> bool(false) }
  2. hmm. I'm going to jump in here to add that this seems to be intermittant on my custom from src setup. (PHP 5.5.1/ php-fpm / Nginx 1.4.2) GD is compiled and working. GD2 is not compiled. Uploaded files ARE present in the proper site/assets/files folder.. (actually 2 files for each pic.) Permissions are 0777 recursively . Error.txt shows > Call to undefined function imagecreatefromjpeg() (line 179 of /var/www/vhosts/001/wire/core/ImageSizer.php) Image can't be found to insert into the page. message says 'There are no images present on this page' Any suggestion as to further debugging ? I'm new to processwire and perhaps I'm not grasping this process, however, I was able to get this to work once with an existing page, but not now. jacksprat
  3. Yes, check the password length for mysql. SELECT user, Length(`Password`) FROM `mysql`.`user`; SHould be a 41 character field. If not see the link below. http://blog.mixu.net/2010/06/06/quick-tip-how-to-fix-mysqlnd-cannot-connect-to-mysql-4-1-using-old-authentication-onphp5-3/
×
×
  • Create New...