Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.4.4

Request #9492 enquire_link
Submitted: 2006-11-28 14:49 UTC
From: dariov at libero dot it Assigned:
Status: Open Package: Net_SMPP (version 0.4.4)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dariov at libero dot it
New email:
PHP Version: Package Version: OS:

 

 [2006-11-28 14:49 UTC] dariov at libero dot it (Dario Ventura)
Description: ------------ enquire_link and enquire_link_resp are useful sometimes. error like Failed opening 'Net/SMPP/Command/enquire_link.php' for inclusion Test script: --------------- $ssm =& Net_SMPP::PDU('enquire_link'); $this->smsc->sendPDU($ssm); just coping a simple unbind.php, renaming class names and save as should solve the problem: Net/SMPP/Command/enquire_link.php Net/SMPP/Command/enquire_link_resp.php Expected result: ---------------- enquire_link_resp pdu Actual result: -------------- Failed opening 'Net/SMPP/Command/enquire_link.php' for inclusion

Comments