|
Posted by laredotornado@zipmail.com on 11/15/06 15:02
I do. In my php.ini file I have
error_reporting = E_ALL
and
display_errors = On
- Dave
Andy Hassall wrote:
> On 13 Nov 2006 11:35:59 -0800, "laredotornado@zipmail.com"
> <laredotornado@zipmail.com> wrote:
>
> > $upload = ftp_put($conn_id,
> >$remote_path, $sql_file_path, FTP_ASCII);
> >
> > // check upload status
> > if (!$upload) {
> > die("FTP upload has
> >failed!");
> >
> >I'm getting the message "FTP upload has failed" indicating things haev
> >died. Still don't know why.
>
> Do you have error_reporting cranked up to maximum and display_errors turned
> on?
>
> --
> Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
> http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|