RSS

Monthly Archives: April 2019

Error in Renewing Children Passport Online (Pakistan)

Nadra online passport renewal website is a true blessing for the overseas Pakistanis. It is quite simple and easy to use. But recently i had to renew the passport of my son and i encountered an error where it stated that the finger print does not exist in the system, therefore kindly visit the nearest embassy. for the renewal of the passport.

image.png
Error: Dear Applicant your fingerprints does not exist. Please proceed by visiting nearest Passport office for fingerprints registration and acquiring Passport.

I contacted the embassy over the phone and they told me that some of the applicants are facing this issue. I contacted citizen portal of Imran Khan government also and both the time my case was closed as partially resolved but they did not do anything.

Finally one of my colleague told me that he did not face any such issue. He also mentioned that the children finger prints are not required before the age of 12. So i investigated a little bit further and i realized that if you save and exit the system before paying through the credit card and then if you come back later to renew the passport you will face this error. If the first save of the passport renewal application is after paying through the credit card then the system will not display such a message.

So this is probably bug in the system. But till they do not fix it i though to share it other people.

 
1 Comment

Posted by on April 25, 2019 in Pakistaniat, TidBits

 

Tags: , , , , , , , ,

Adding Recipient Name using PHP Mailer within excel VB script

Recently i had to send email and i was forced to use PHP Mailer instead of other options. The problem i was facing that PHP Mailer does not have a separate recipient name and recipient address fields but it only has one field addAddress.

So after some hit and trial i was able to add recipient Name and address in this using following code.

StrTo = recipient_email & “‘,'” & recipient_name

 
Leave a comment

Posted by on April 14, 2019 in Technology

 

Tags: , , , , , , , , ,