search for: debig

Displaying 5 results from an estimated 5 matches for "debig".

Did you mean: debg
2007 May 18
1
xten will not send tones to * and i from sip phone
...fault,s,1)' so that I get the asking for an extension to reach, I dial a wrong number and walla, its caight by one of my magic numbers! BUT, if I pickup the same phone, and just dial the same wrong number? I just get a busy signal! and there is nothing registered at the CLI even though I added DEBIG to the configuration! :s What can I do to make sure I always send an error sound and never again a busy signal? thanks! ____________________________________________________________________________________ Bored stiff? Loosen up... Download and play hundreds of games for free on Yahoo! G...
2006 Jan 06
10
I need debugging tips?
Hi all, Like most other frameworks, Ruby groups code by Model/View/Controller instead of by task, and therefore I''m having a hard time debugging a problem from the Agile Rails book where looping through @items errors out because one or more items is nil. I managed to empty the cart by placing session[:cart] = nil in find_cart() in the store_controller_rb, and the problem continued
2016 Jun 23
4
fts_solr not working
...d why fts_solr needs them, I just want to index the entire users Maildir. I am trying to index a users mailbox but am getting the following error: (changed user name) doveadm fts rescan -u user at user.com inbox doveadm(user at user.com): Error: Namespace prefix not found: inbox running that in debig mode gives: doveadm(root): Debug: Loading modules from directory: /usr/lib/dovecot/modules doveadm(root): Debug: Module loaded: /usr/lib/dovecot/modules/lib20_fts_plugin.so doveadm(root): Debug: Module loaded: /usr/lib/dovecot/modules/lib21_fts_solr_plugin.so doveadm(root): Debug: Loading modul...
2009 Mar 31
2
scope of variables in R
...;- 1.e+35 NCMAX <- 50 ncof <- 0 ioff <- 0 joff <- 0 sig <- 0.0 cc <- vector(length=NCMAX) cr <- vector(length=NCMAX) Function "pwtset", called by function "ford", changes the content of variable 'ncof' as confirmed by the debigging printed values. But when function "pwset" exits and the flow control returns to the caller "ford" then variable 'ncof' has not kept the value assigned by "pwset", as if function "pwset" had allocated its own variable 'ncof'. My question i...
2007 Jan 29
6
RJS problem
Hi, I''m implementing a "digg-like" page, that once you digg. The score for each item will dynamically reflect your current action +1 . I am not sure what''s In the controller I have an action responsible for increase of the score.It has a corresponding rjs in view. -------------------------------------------------------------------------------- def arouse