You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Kalkun 0.3 running on IIS 7 (Windows 2008 R2) with PHP 5.3.6, MySQL 5.514 and Gammu 1.29.93. When I receive an SMS sent from a number beginning with a plus sign (e.g. +420111111), it gets saved correctly to the database (into table 'inbox'), but when I try to view the conversation, Kalkun tries to open this URL:
But instead of the conversation, I get a 404 Not Found error. When I manually remove the plus sign from the 'senderNumber' column in the 'Inbox' table, the following URL works without problems:
Hi,
I'm using Kalkun 0.3 running on IIS 7 (Windows 2008 R2) with PHP 5.3.6, MySQL 5.514 and Gammu 1.29.93. When I receive an SMS sent from a number beginning with a plus sign (e.g. +420111111), it gets saved correctly to the database (into table 'inbox'), but when I try to view the conversation, Kalkun tries to open this URL:
http://server/kalkun/index.php/messages/conversation/folder/inbox/+420111111/
But instead of the conversation, I get a 404 Not Found error. When I manually remove the plus sign from the 'senderNumber' column in the 'Inbox' table, the following URL works without problems:
http://server/kalkun/index.php/messages/conversation/folder/inbox/+421111111/
This bug happens in all folders (sent messages, trash, etc.).
The text was updated successfully, but these errors were encountered: