Search found 14 matches

by Peter Weaver
Sun Mar 12, 2006 1:02 am
Forum: General
Topic: PhpGedView
Replies: 2
Views: 6570

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 ...
by Peter Weaver
Tue Feb 21, 2006 3:50 am
Forum: Coppermine
Topic: Coppermine of Mysql Error?
Replies: 8
Views: 21952

Re: Coppermine of Mysql Error?

WillemGrooters wrote:New MySQL version, Peter?
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.
by Peter Weaver
Sun Nov 20, 2005 12:54 am
Forum: This Board
Topic: VAMP running on VMS 8.2
Replies: 2
Views: 7647

Did you get GD working with PHP?

This is what I see when I try it;

php test_gd.php
Content-type: text/html
X-Powered-By: PHP/4.3.10

array(10) {
["GD Version"]=>
string(13) "2.0 or higher"
["FreeType Support"]=>
bool(false)
["T1Lib Support"]=>
bool(false)
["GIF Read Support"]=>
bool(false ...
by Peter Weaver
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.
by Peter Weaver
Sat Nov 12, 2005 2:27 am
Forum: IlohaMail
Topic: Installation
Replies: 9
Views: 14394

issinoho wrote:Is it not a process logical, i.e. one for each user?
It is, but each Ilohamail process runs under APACHE$WWW.

I fixed the problem by adding $SMTP_SERVER = "localhost"; in conf.php. Now each user can define thier own identity and send mail using it.
by Peter Weaver
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 ...
by Peter Weaver
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.
by Peter Weaver
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 ...
by Peter Weaver
Thu Sep 22, 2005 1:03 pm
Forum: Coppermine
Topic: Path to ImageMagick
Replies: 2
Views: 6738

/disk$alphasys/programs/imagemagick/utilities/ should work since they want the path to the convert.exe program not the path to the imagemagick root.

You also have to have a logical pointing to MAGICKSHR.EXE or copy it to SYS$LIBRARY.
by Peter Weaver
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 ...
by Peter Weaver
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 ...
by Peter Weaver
Thu Sep 22, 2005 2:18 am
Forum: Coppermine
Topic: Coppermine of Mysql Error?
Replies: 8
Views: 21952

What I have been doing is just using UNZIP and then running a .COM that looks for files with more than one dot and manually renaming the files.

The .COM I use is below.

As far as ImageMagick goes, I will dig up the post I did in COV about how to compile it with JPEG support and put it in the ...
by Peter Weaver
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 ...
by Peter Weaver
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 ...