Hi,
I don't get out here very often, but I hope you are still interested.
The home page for PhpGedView is http://www.phpgedview.net/. When I first installed it I was on the previous version of PHP and it did not support GD so some menu options did not show. The latest version of PHP claims it ...
Search found 14 matches
- Tue Feb 21, 2006 3:50 am
- Forum: Coppermine
- Topic: Coppermine of Mysql Error?
- Replies: 8
- Views: 21952
Re: Coppermine of Mysql Error?
Yup, I installed it a few weeks ago, but never got around to doing anything with it. Even if I had fixed the old password issue in MSQL you would not have seen much since I deleted what I had in Coppermine at the start of the year.WillemGrooters wrote:New MySQL version, Peter?
- Sun Nov 20, 2005 12:54 am
- Forum: This Board
- Topic: VAMP running on VMS 8.2
- Replies: 2
- Views: 7647
- Sun Nov 20, 2005 12:48 am
- Forum: MySQL
- Topic: location of mysql download for vms? Itanium version?
- Replies: 3
- Views: 8183
The site you are looking for is at http://www.pi-net.dyndns.org/ the North American mirror is broken and I have setup a mirror at my site, but Jean-Fran?ois has not updated his pointer to my site yet.
Yes, there is an IA64 version of MySQL.
Yes, there is an IA64 version of MySQL.
- Sat Nov 12, 2005 2:27 am
- Forum: IlohaMail
- Topic: Installation
- Replies: 9
- Views: 14394
- Fri Nov 11, 2005 1:22 pm
- Forum: IlohaMail
- Topic: Installation
- Replies: 9
- Views: 14394
Re: Installation
For TCPWare, the following logical name will rewrite your outgoing address,
DEF/NOLOG TCPWARE_SMTP_REPLY_TO "me@mydomain.com"
Not sure if there is an equivalent under HP TCP/IP.
It is TCPIP$SMTP_FROM and that works as long as you only have one user. It would be nicer if the Identities worked ...
- Fri Nov 11, 2005 3:13 am
- Forum: IlohaMail
- Topic: Installation
- Replies: 9
- Views: 14394
Re: Installation
How do you get IlohaMail to show the correct e-mail address on outgoing mail? I am using IMAP and have set my e-mail address in the Identities section, but outgoing mail still shows as coming from apache$www instead of my address.
- Wed Oct 26, 2005 9:16 pm
- Forum: PHP
- Topic: Help with PHP arrays please
- Replies: 2
- Views: 7501
I think this is what you want. I changed your IF statement around and took out the exit() statements since that exited the whole thing, not just the function. I also increased your loop to get all the elements. I changed the names in the funtion, but I do not think that matters. I forget what else I ...
- Thu Sep 22, 2005 1:03 pm
- Forum: Coppermine
- Topic: Path to ImageMagick
- Replies: 2
- Views: 6738
- Thu Sep 22, 2005 3:24 am
- Forum: ImageMagick
- Topic: Building ImageMagick with JPEG Support
- Replies: 1
- Views: 6232
Building ImageMagick with JPEG Support
This is a slightly edited post that I made in COV.
$ create/dir dka200:[test]
$ set default dka200:[test]
$! download imageMagick-5.5.1-z.zip from
ftp://ftp.fifi.org/pub/ImageMagick/vms/ to dka200:[test]
$ unzip *.zip
$ create/dir [.libjpeg]
$ set def [.libjpeg]
$ copy dka400:[mosaic.libjpeg ...
$ create/dir dka200:[test]
$ set default dka200:[test]
$! download imageMagick-5.5.1-z.zip from
ftp://ftp.fifi.org/pub/ImageMagick/vms/ to dka200:[test]
$ unzip *.zip
$ create/dir [.libjpeg]
$ set def [.libjpeg]
$ copy dka400:[mosaic.libjpeg ...
- Thu Sep 22, 2005 2:36 am
- Forum: General
- Topic: PhpGedView
- Replies: 2
- Views: 6570
PhpGedView
If anyone is interested in genealogy then I can report that PhpGedView seems to work fine on VMS. If I could get GD working then a few more options would work, but everything I tested so far looks great. The options that need GD do not even show on any of the menus, so people will not know they are ...
- Thu Sep 22, 2005 2:18 am
- Forum: Coppermine
- Topic: Coppermine of Mysql Error?
- Replies: 8
- Views: 21952
- Fri Sep 16, 2005 7:10 pm
- Forum: Coppermine
- Topic: Coppermine of Mysql Error?
- Replies: 8
- Views: 21952
Coppermine of Mysql Error?
I fixed the EXIF problem by modifying EXIF_PHP^.INC.PHP so the line;
"WHERE filename = \"$filename\"";
now reads;
"WHERE filename = '$filename'";
and the MySQL problem appears to be a real MySQL problem. I see notes that you get this error when the DB is corrupted so I am trying different things ...
"WHERE filename = \"$filename\"";
now reads;
"WHERE filename = '$filename'";
and the MySQL problem appears to be a real MySQL problem. I see notes that you get this error when the DB is corrupted so I am trying different things ...
- Fri Sep 16, 2005 12:17 am
- Forum: Coppermine
- Topic: Coppermine of Mysql Error?
- Replies: 8
- Views: 21952
Coppermine of Mysql Error?
I installed Coppermine on VMS today and it mainly works (check out www.weaverconsulting.ca/cpg134/ if you want to see it), but from time to time I get SQL errors. Turning on debug shows me the error;
mySQL error: Got error 127 from storage engine
I also find that selecting the display EXIF ...
mySQL error: Got error 127 from storage engine
I also find that selecting the display EXIF ...