Re: [PHP] image upload woes

2004-06-26 Thread Marek Kilimajer
Edward Peloke wrote --- napĂ­sal::
I have code which attempts to upload some files and create thumbnails.  The
same code on one server works ok, the same code on another server throws an
error everytime I hit submit that says The document contains no data...it
appears to be a javascript error.  It is not an error that I am throwing.
Has anyone ever had this problem?
Thanks,
Eddie
I bet that the script is dying for some reason. Turn display_errors on 
or check the logs, the real reason should be there somewhere. And it's 
not javascript.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


RE: [PHP] image upload woes

2004-06-25 Thread Jay Blanchard
[snip]
I have code which attempts to upload some files and create thumbnails.
The same code on one server works ok, the same code on another server
throws an error everytime I hit submit that says The document contains
no data...it
appears to be a javascript error.  It is not an error that I am
throwing. Has anyone ever had this problem?
[/snip]

I am sure that someone has had a problem like this, but if you believe
it to be a JavaScript problem why would you not ask a JavaScript list?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] image upload woes

2004-06-25 Thread Curt Zirzow
* Thus wrote Edward Peloke:
 I have code which attempts to upload some files and create thumbnails.  The
 same code on one server works ok, the same code on another server throws an
 error everytime I hit submit that says The document contains no data...it
 appears to be a javascript error.  It is not an error that I am throwing.
 Has anyone ever had this problem?

diff -u otherserver:/usr/local/lib/php.ini /usr/local/lib/php.ini


  WARNING:  The information contained in this message and any attachments is
 intended only for the use of the individual or entity to which it is

for some reason I'm always tempted to make some sort of comment
here.



Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php