Here is standart code from the package
@include_once 'PEAR.php';
if (!class_exists('PEAR_Error')) {
include_once 'FileMaker/PEAR.php';
}
on this line include_once 'PEAR.php';
server fails and throws
The connection was reset The connection to the server was reset while the page was loading. The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer's network connection. If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
whats is wrong and how to fix that? I can't just comment this line as well as there are a lot such insertions.
I think that is php bug. So if I use $obj =& new Obj
sometimes it lead to some unexplainable error. So if you use old packages I suggest update them with newer versions or fix them by yourself stripping &