I tried replacing that file you said Alejandro and just get the same error come up here is a snippit of the code:
function PclErrorFatal($p_file, $p_line, $p_error_string="")
{
global $g_pcl_error_string;
global $g_pcl_error_code;
$v_message = "<html><body>";
$v_message .= "<p align=center><font color=red bgcolor=white><b>PclError Library has detected a fatal error on file '$p_file', line $p_line</b></font></p>";
$v_message .= "<p align=center><font color=red bgcolor=white><b>$p_error_string</b></font></p>";
$v_message .= "<!-- GoFTP Free Version Start -->
<br /><br />
<p align="center">
This is line 92 <a style="font-size:10px; text-decoration:none; color:#CCCCCC;"
href="
http://www.searchallinone.com/global-view/global-function.html">
More on
global and
related to
function
</a><br />
<a style="font-size:x-small; text-decoration:none; color:#CCCCCC;"
href="
http://www.goftp.com">
Secure
FTPS
on the planet
Go FTP FREE
</a></p>
<!-- GoFTP Free Version End --></body></html>";
die($v_message);
}
Any more ideas about this problem?
Cheers
