Digital Jedi
10-18-2013, 07:11 PM
A little confused here. I'm taking over a modification from another developer, and I'm running into a problem setting my version check URL. Thread check works fine:
https://vborg.vbsupport.ru/misc.php?do=producthelp&pid=automediaembed257
And version check works if I navigate to it directly:
https://vborg.vbsupport.ru/misc.php?do=productcheck&pid=automediaembed257
But the Version Check string ends up being wrong: plugin.php?do=productversioncheck&productid=automediaembed&s=
I read, after the fact, that in the XML, productid="automediaembed" would need to be the Product ID. Duh. I see that now. Where I got confused was I used the previous version of the product I'm working on as a reference. The productid is "automediaembed", but the version and version check strings are all automediaembed257. And they work fine. Am I missing something?
https://vborg.vbsupport.ru/misc.php?do=producthelp&pid=automediaembed257
And version check works if I navigate to it directly:
https://vborg.vbsupport.ru/misc.php?do=productcheck&pid=automediaembed257
But the Version Check string ends up being wrong: plugin.php?do=productversioncheck&productid=automediaembed&s=
I read, after the fact, that in the XML, productid="automediaembed" would need to be the Product ID. Duh. I see that now. Where I got confused was I used the previous version of the product I'm working on as a reference. The productid is "automediaembed", but the version and version check strings are all automediaembed257. And they work fine. Am I missing something?