vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Integration with vBulletin - vbulletin-xml-rpc-server for instant Desktop Notification (https://vborg.vbsupport.ru/showthread.php?t=194180)

dvsDave 12-10-2008 04:58 AM

the popups are just text, right?

could they be formatted as a url so that a user could click on the link and their default browser would open a new tab/window to go to the url of the message?

Ozidoggy 12-10-2008 06:13 AM

Ah thanks!!!.. renaming those files worked

Ozidoggy 12-10-2008 07:18 AM

I keep box appearing saying:

[B]Server returned error message
"token has expired"

Try again?

sf.nsuers 12-10-2008 07:49 AM

@dvsDave, yes. The pop-ups are text. Thanks for your idea :)

@Ozidoggy, right! that's a bug. It can be fixed by editing system/application/models/token.php. You need to replace update_count() function with this code:


PHP Code:

function update_count()
{    
$this->_add_life();
$this->db->set('use_count''use_count+1'false);
$this->db->where('value'$this->token);
return 
$this->db->update('tokens');        



Ozidoggy 12-10-2008 08:32 AM

@Ozidoggy, right! that's a bug. It can be fixed by editing system/application/models/token.php. You need to replace update_count() function with this code:


PHP Code:

function update_count()
{    
$this->_add_life();
$this->db->set('use_count''use_count+1'false);
$this->db->where('value'$this->token);
return 
$this->db->update('tokens');        


[/QUOTE]

Thanks for that

I more request.. Can you make the login box remember username and password?

todin 12-10-2008 11:25 AM

Hi,
I get a popup box with the message:
Server returned error message:
"Failed to parse servers response: Expected methodRespones element, got html"
Try again?

How can I fix that?
Regards,
todin

sf.nsuers 12-10-2008 11:37 AM

@Ozidoggy, okie!

@todin, did your setup passed the Test ?

todin 12-10-2008 11:50 AM

Quote:

Originally Posted by sf.nsuers (Post 1682315)
@todin, did your setup passed the Test ?

Yes it did, I found the bug, in the forum.php there are the db tables name hard coded with the vb_ prefix, I changed that, and now it's working.
Regards,
todin

sf.nsuers 12-10-2008 12:07 PM

@todin, aw! great! I should have make a note about db prefix too! Thanks!

ercollins 12-10-2008 12:51 PM

I keep getting this error, read this entire thread.

Quote:

The XML data receieved was either invalid or not in the correct form for XML-RPC. Turn on debugging to examine the XML data further.
So I turned Debug on: (this is the error i got)

Code:

DEBUG - 2008-12-10 06:38:04 --> Config Class Initialized
DEBUG - 2008-12-10 06:38:04 --> Hooks Class Initialized
DEBUG - 2008-12-10 06:38:04 --> URI Class Initialized
DEBUG - 2008-12-10 06:38:04 --> Router Class Initialized
DEBUG - 2008-12-10 06:38:04 --> Output Class Initialized
ERROR - 2008-12-10 06:38:04 --> Severity: Warning  --> fopen(/var/www/vhosts/myjeepclub.com/httpdocs/vbulletin-xml-rpc-server/system/cache/ad61ab143223efbc24c7d2583be69251) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied /var/www/vhosts/myjeepclub.com/httpdocs/vbulletin-xml-rpc-server/system/codeigniter/Common.php 56
DEBUG - 2008-12-10 06:38:04 --> Input Class Initialized
DEBUG - 2008-12-10 06:38:04 --> Global POST and COOKIE data sanitized
DEBUG - 2008-12-10 06:38:04 --> Language Class Initialized
DEBUG - 2008-12-10 06:38:04 --> Loader Class Initialized
DEBUG - 2008-12-10 06:38:04 --> Plugin loaded: vbulletin-db_pi
DEBUG - 2008-12-10 06:38:04 --> XML-RPC Class Initialized
DEBUG - 2008-12-10 06:38:04 --> XML-RPC Class Initialized
DEBUG - 2008-12-10 06:38:04 --> XML-RPC Server Class Initialized
DEBUG - 2008-12-10 06:38:04 --> Controller Class Initialized
DEBUG - 2008-12-10 06:38:04 --> Helper loaded: url_helper
DEBUG - 2008-12-10 06:38:04 --> XML-RPC Class Initialized
DEBUG - 2008-12-10 06:38:04 --> XML-RPC Class Initialized
DEBUG - 2008-12-10 06:38:04 --> Final output sent to browser
DEBUG - 2008-12-10 06:38:04 --> Total execution time: 0.3696


Can not figure out why access is denied to that file.
:confused:


All times are GMT. The time now is 10:51 PM.

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.01471 seconds
  • Memory Usage 1,751KB
  • 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)bbcode_code_printable
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete