FTP Problem?

For Joomla! 1.5 Coding related discussions, please use: http://groups.google.com/group/joomla-dev-general
Locked
raysefo
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Thu Jun 06, 2013 11:20 am

FTP Problem?

Post by raysefo » Sat Jun 08, 2013 7:20 pm

Hi,

I am new to Joomla. There is a php page that I added to joomla as follows:

Code:

<p>{jumi [CBS/test_.php] }</p>



But the problem is, when it tries to connect to FTP as follows:
Code:
$conn_id = ftp_connect($ftp_server,$ftp_port) or die("Could not connect to FTP Server");


The page becomes empty. Where is the error logs of joomla? Any help please?

Best Regards.

raysefo
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Thu Jun 06, 2013 11:20 am

Re: FTP Problem?

Post by raysefo » Sun Jun 09, 2013 5:19 pm

should I use ssh2_connect?


Locked

Return to “Joomla! 1.5 Coding”