vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin.org Site Feedback (https://vborg.vbsupport.ru/forumdisplay.php?f=7)
-   -   Version check on a URL failing from Product Manager (https://vborg.vbsupport.ru/showthread.php?t=284464)

Thunderbird8 06-15-2012 02:24 PM

Version check on a URL failing from Product Manager
 
I've been attempting to add a version check URL to the one modification I have on here. When I access the URL directly, the version number comes back. However, when I access it from the Product Manager, it says that the check failed.

The version check URL is https://vborg.vbsupport.ru/misc.php?...bird-repreport

kh99 06-15-2012 02:35 PM

The "check failed" message happens when fsockopen fails (admincp/plugin.php, line 799). The error message should contain the errno and errstr that explains why.

Edit: actually, I guess there's "connect failed" and "not found" error messages, the second one being if it can't manage to find a version number in the response. In that case I guess the message isn't much help, but it might help to temporarily hack plugin.php to show the response.

Thunderbird8 06-15-2012 09:23 PM

Hmm, it would seem that there's an issue with the - in the product ID. I added the product ID with the - changed to a _ in the modification here, then changed the version check URL. That returned the expected response.

Guess having typoed the ID when entering it here (it was supposed to be a _ in the first place) does matter :P, as looking at the code in plugin.php, it is expecting the product ID that was entered when the product was created.


All times are GMT. The time now is 11:52 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00981 seconds
  • Memory Usage 1,711KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete