getpinga / tembo

Namingo EPP is an open-source PHP EPP client that enables seamless connection to EPP servers for domain registration and management. It supports multiple EPP extensions, integrates easily with any PHP framework, and is fully customizable for various domain registries.
MIT License
15 stars 0 forks source link

Restore Issue with DomainRestore.php #21

Closed Riz350 closed 1 month ago

Riz350 commented 3 months ago

Encountered issue during restore

[2024-06-19 16:54:37] Tembo.INFO: <?xml version='1.0' encoding='UTF-8'?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <response> <result code="1000"> <msg>Command completed successfully</msg> </result> <trID> <clTRID>tembo-login-1718787276927</clTRID> <svTRID>d83b5aab-db8d-4c3c-83fb-76ec6e7735b7</svTRID> </trID> </response> </epp> [] []
[2024-06-19 16:54:37] Tembo.INFO: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"   xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">   <command>    <update>      <domain:update xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">        <domain:name>redacted.my</domain:name>        <domain:chg/>      </domain:update>    </update>    <extension>      <rgp:update xmlns:rgp="urn:ietf:params:xml:ns:rgp-1.0">        <rgp:restore op="request"/>      </rgp:update>    </extension>     <clTRID>tembo-domain-restore-1718787277166</clTRID>   </command> </epp> [] []
[2024-06-19 16:54:37] Tembo.INFO: <?xml version='1.0' encoding='UTF-8'?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <response> <result code="2001"> <msg>Command syntax error</msg> <value> <msg>ext: urn:ietf:params:xml:ns:rgp-1.0 was not selected on login</msg> </value> </result> <trID> <clTRID>tembo-domain-restore-1718787277166</clTRID> <svTRID>8771d4b5-a0e5-4757-9f2a-e50ce61a0489</svTRID> </trID> </response> </epp> [] []
[2024-06-19 16:54:37] Tembo.INFO: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"   xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">   <command>     <logout/>     <clTRID>tembo-logout-1718787277391</clTRID>   </command> </epp> [] []
[2024-06-19 16:54:37] Tembo.INFO: <?xml version='1.0' encoding='UTF-8'?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <response> <result code="1500"> <msg>Command completed successfully; ending session</msg> </result> <trID> <clTRID>tembo-logout-1718787277391</clTRID> <svTRID>576938b6-458d-4437-8fb5-ebed5f5db2ad</svTRID> </trID> </response> </epp> [] []

DomainRestore.php

Thank you.

getpinga commented 3 months ago

Thanks, will be fixed in the next version.