onlinecity / php-smpp

PHP 5 based SMPP client library
232 stars 161 forks source link

Fatal error Cannot redeclare class SocketTransportException #42

Closed kishor89 closed 9 years ago

kishor89 commented 9 years ago

Fatal error: Cannot redeclare class SocketTransportException in sockettransport.class.php on line 378

cypres commented 9 years ago

Either you are not using require_once to make sure sockettransport.class.php is only included once, or some other software you have included also declares a class 'SocketTransportException'.