Gonna add that right now.
thanks BJ.
steve
On Feb 27, 2005, at 6:39 AM, Bj wrote:
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
____ � 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.
