Hi helpful folk at the CMSMS forum
I have just installed cataloger module 0.5.3 with CMSMS 1.0.2, have created a cataloger category and underneath that a cataloger item. I can save things like weight and dimensions for that item but when I click the images tab and browse to select an image, then press submit, when I go back into that item there is no image saved and then of course, there is no image displayed for that item. I do not appear to be getting any error messages. Can anyone help me?
Thanx
Alessandra
Cataloger 0.5.3 CMSMS 1.0.2 Cannot save image to item
Re: Cataloger 0.5.3 CMSMS 1.0.2 Cannot save image to item
Hi I had the same problem.
I had to check that my version of php I had running supported GD images and then i had to edit one of my php files to get it to support this as it didnt previously - then it all worked file.
I would start by checking what version of php you have running and see if it supports it or not.
I had to check that my version of php I had running supported GD images and then i had to edit one of my php files to get it to support this as it didnt previously - then it all worked file.
I would start by checking what version of php you have running and see if it supports it or not.
Re: Cataloger 0.5.3 CMSMS 1.0.2 Cannot save image to item
Hi
In my php.ini file I uncommented the line:
extension=php_gd2.dll
and restarted my apache server. It says that gd is supported out of the box for php 5x and I am running php.5.2.0.
I think it is odd that there is no php_gd2.dll file in my ext directory but it says that it comes supported with it so it seems you cannot download this dll. Also when i run phpinfo I don't see gd in there, but i don't know how to get it in there as I can't seem to download it from anywhere.
Here is my phpinfo output:
PHP Version 5.2.0
System Windows NT NB0211 5.1 build 2600
Build Date Nov 2 2006 11:50:55
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"
Server API Apache 2.0 Handler
Virtual Directory Support enabled
Configuration File (php.ini) Path C:\Program Files\PHP\php.ini
PHP API 20041225
PHP Extension 20060613
Zend Extension 220060519
Debug Build no
Thread Safety enabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams php, file, data, http, ftp, compress.zlib
Registered Stream Socket Transports tcp, udp
Registered Stream Filters convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, zlib.*
The whole gd thing is one of the most confusing things I have come across. If anyone can help me, they'll have saved years off my life!
Thanx
Alessandra
In my php.ini file I uncommented the line:
extension=php_gd2.dll
and restarted my apache server. It says that gd is supported out of the box for php 5x and I am running php.5.2.0.
I think it is odd that there is no php_gd2.dll file in my ext directory but it says that it comes supported with it so it seems you cannot download this dll. Also when i run phpinfo I don't see gd in there, but i don't know how to get it in there as I can't seem to download it from anywhere.
Here is my phpinfo output:
PHP Version 5.2.0
System Windows NT NB0211 5.1 build 2600
Build Date Nov 2 2006 11:50:55
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"
Server API Apache 2.0 Handler
Virtual Directory Support enabled
Configuration File (php.ini) Path C:\Program Files\PHP\php.ini
PHP API 20041225
PHP Extension 20060613
Zend Extension 220060519
Debug Build no
Thread Safety enabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams php, file, data, http, ftp, compress.zlib
Registered Stream Socket Transports tcp, udp
Registered Stream Filters convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, zlib.*
The whole gd thing is one of the most confusing things I have come across. If anyone can help me, they'll have saved years off my life!
Thanx
Alessandra