04-25-2012, 04:56 PM | #1 | ||
Junior Member
Join Date: Jun 2011
Posts: 6
Rep Power: 0 |
Critical - version-check is not responding
Dear author, your idea to make a checking of versions is not good
In the result the WP Control panel on the sites with installed vbbridge returns an error: Quote:
Code:
/* if ($vb->wp_vb_transportclass) { $transport = new $vb->wp_vb_transportclass; $res = $transport->request( 'http://www.lampwrights.com/version.php', $r); if ($res['body']) { $temp = unserialize($res['body']); if (!empty($temp)) { $response['body'] = unserialize($response['body']); $response['body']['vbbridge/vbbridge.php'] = $temp; $response['body'] = serialize($response['body']); } } } */ http://www.lampwrights.com/version.php Quote:
Last edited by legal; 04-25-2012 at 05:04 PM. |
||
Reply With Quote |
04-25-2012, 04:58 PM | #2 |
Administrator
Join Date: Jul 2010
Posts: 402
Rep Power: 10 |
It will cause an error if you just call it directly like that.
|
Reply With Quote |
04-25-2012, 05:06 PM | #3 |
Administrator
Join Date: Jul 2010
Posts: 402
Rep Power: 10 |
What version of PHP are you using?
|
Reply With Quote |
04-25-2012, 05:08 PM | #4 | |
Junior Member
Join Date: Jun 2011
Posts: 6
Rep Power: 0 |
Hmmm... So, do you know what the reason of the WP-Control Panel error?
Quote:
(First post has been edited) Last edited by legal; 04-25-2012 at 05:13 PM. |
|
Reply With Quote |
04-25-2012, 05:11 PM | #5 |
Junior Member
Join Date: Jun 2011
Posts: 6
Rep Power: 0 |
|
Reply With Quote |
04-25-2012, 05:20 PM | #6 |
Administrator
Join Date: Jul 2010
Posts: 402
Rep Power: 10 |
Not sure why you would have this issue, but you might want to change this line:
PHP Code:
PHP Code:
|
Reply With Quote |
Reply |
Tags |
vbulletin wordpress bridge |
|
|