There is still a major problem with the windows cmd limitation, it stills hangs my apache server, the second when trying to send an image by mail a message comes back "we do not allow relaying" I have searched and can't find where ti set the smtp address of my relay server......
But great app pity about the cmd problem, only reason why I haven't deployed it yet
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
about the "we do not allow relaying" problem, please see your php.ini for details and how to get rid of it. We do all testing and coding on UNIX boxes so Windows ist mostly untested but as we take care of it while coding, it should work smoothly anyway ;-)
cheers bzrudi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can give you my experiences.
Before putting "convert.exe" in "c:\" directory, when I used linpha bta 2 or 3 on WIN2K, I could create all the thumbnails with "Other Options --> Recreate all thumbnails" without any problem, but when I wanted to view an image, Apache crashed.
Now I have "convert.exe" in "c:\" directory and the max length of the complete image name string (with path) is 144 char from the WWW and 159 from the root of the disk.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The maximum length for the deepest folder including file name is 98 chars, I can create all thumbnails fine and thats both option and I can view the thumbs but now when I click a picture to view it the first few are fine but after about 3 or 4 my apache hanges and to clear it I need to kill the cmd procces and the hang apache proccess
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is still a major problem with the windows cmd limitation, it stills hangs my apache server, the second when trying to send an image by mail a message comes back "we do not allow relaying" I have searched and can't find where ti set the smtp address of my relay server......
But great app pity about the cmd problem, only reason why I haven't deployed it yet
See bug 1067810 for the use of the convert.exe
I have tried it and I have places the convert.exe in my system root dir being c:\windows and c:\windows the same result this is my spec
Windows XP
AppServ 2.5.1
PHP 5.0.1
Apache 1.3.31
MySQL 4.0.20
Zend Optimizer 2.5.3
phpMyAdmin 2.6.0-rc1
Perl 5.8.4
Hi,
about the "we do not allow relaying" problem, please see your php.ini for details and how to get rid of it. We do all testing and coding on UNIX boxes so Windows ist mostly untested but as we take care of it while coding, it should work smoothly anyway ;-)
cheers bzrudi
Ok I have fix the 2048 limitation problem, and I can recreate all thumbs but after this when I open a album I have no thumbs or pictures ???
I can give you my experiences.
Before putting "convert.exe" in "c:\" directory, when I used linpha bta 2 or 3 on WIN2K, I could create all the thumbnails with "Other Options --> Recreate all thumbnails" without any problem, but when I wanted to view an image, Apache crashed.
Now I have "convert.exe" in "c:\" directory and the max length of the complete image name string (with path) is 144 char from the WWW and 159 from the root of the disk.
The maximum length for the deepest folder including file name is 98 chars, I can create all thumbnails fine and thats both option and I can view the thumbs but now when I click a picture to view it the first few are fine but after about 3 or 4 my apache hanges and to clear it I need to kill the cmd procces and the hang apache proccess
if you still have this problem, try the latest cvs snapshot which will be available this night at:
http://centarea.org/downloads/index.php?dir=linpha/snapshots/
now the sessions are closed properly
greets flo