Here's my best guess.  I don't find any reference to a php function
'imagecreatetruesize()', even on Google, so possibly in your folder of files
there is one that contains a function definition for it.  If that one file
got missed copying, the the script that calls the function would fail.

When you get stuck like that another time, you could turn on full error
messages. By default, most Web servers are set not to display errors (so as
not to confuse the general viewer of the site) but this is hardly helpful
when trying to work out why a script stopped running, so when trying to
debug a problem, put in this line at the start of the script:

  error_reporting(E_ALL);

This will give all kinds of useful clues...

Bj

----- Original Message ----- 
From: "steve miller" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Sunday, February 27, 2005 11:29 AM
Subject: Re: [wdvltalk] pulling my hair out


> I have no explanation, only relief and thanks. I recopied and replaced
> the code for the umpteenth time, and now it works. Was the sun overly
> active yesterday??
>
> Thanks for the hand-holding,
> steve
>
>
> ____ . The WDVL Discussion List from WDVL.COM . ____
> To Join wdvltalk, Send An Email To:
mailto:[EMAIL PROTECTED] or
> use the web interface
http://e-newsletters.internet.com/discussionlists.html/
>        Send Your Posts To: [email protected]
> To change subscription settings, add a password or view the web interface:
> http://intm-dl.sparklist.com/read/?forum=wdvltalk
>
> ________________  http://www.wdvl.com  _______________________
>
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> To unsubscribe via postal mail, please contact us at:
> Jupitermedia Corp.
> Attn: Discussion List Management
> 475 Park Avenue South
> New York, NY 10016
>
> Please include the email address which you have been contacted with.


____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
       Send Your Posts To: [email protected]
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Reply via email to