NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: ccordes on September 19, 2011, 05:54:19 PM

Title: NTWS-5.36. No lookups are working :o
Post by: ccordes on September 19, 2011, 05:54:19 PM
 :o  :o  :o
These are pretty standard lookups. a button pops up a browse, you select an item it updates the form fields.
I have just installed 5.36 and now NONE of my popup lookups work.
If I uncheck popup, then the browse does get displayed, the field(s) don't update.
If I leave the popup checked, the browse doesn't get called.

I have Trace statements in the browses to show the filter being used, and those do not show up in debugview.

Yes. I did copy all the web folder stuff over AND run gzipall

 >:(

Any suggestions? I will fall back to an earlier version just to test, but I really need this to work before I leave on Friday.

TIA
chris c
Title: Re: NTWS-5.36. No lookups are working :o
Post by: ccordes on September 19, 2011, 06:55:35 PM
Here is an update... I moved this to another machine so I could open it up for you to look at and one of my popups is now working.
A little strange.
I will leave it up there. You can login as guest guest at https://cordeshosting.dyndns-web.com:50007 (https://cordeshosting.dyndns-web.com:50007)
You will have to accept the certificate as this is self-certified which works well enough for the encryption.

You will have very restricted access but enough to the issue. Click Orders click add a new order. The customer popup now works. The item lookup does not. It should show the selected item description.

I'll look at this in the morning.

chris
Title: Re: NTWS-5.36. No lookups are working :o
Post by: Jeffrey Kuijt on September 19, 2011, 09:36:11 PM
Hi Chris,

Please see this thread:

http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=2278.msg8621#new

No problems in 5.34, only in 5.36.

Best regards
Jeffrey
Title: Re: NTWS-5.36. No lookups are working :o
Post by: ccordes on September 20, 2011, 06:26:41 AM
Thanks, Jeffrey.
I replied on that thread. I'm working now but just as ??? as before.

Chris
Title: Re: NTWS-5.36. No lookups are working :o
Post by: Bruce on September 20, 2011, 01:31:32 PM
Hi Chris,

two things;

a) what is the login for your demo site ?

b) >> I did copy all the web folder stuff over AND run gzipall

Did you notice the bit in the version history about the changes you will need to make to your GzipAll batch file? Specifically the version numbers for jQuery and jQuery UI went up, so you need to use the new numbers in your Gzipall.

Cheers
Bruce

Title: Re: NTWS-5.36. No lookups are working :o
Post by: Bruce on September 20, 2011, 01:34:51 PM
not having any luck logging in as guest / guest...
Title: Re: NTWS-5.36. No lookups are working :o
Post by: Bruce on September 20, 2011, 02:13:55 PM
I have found a bug in the JavaScript - making a 5.37 build now which "may" be the solution.
Title: Re: NTWS-5.36. No lookups are working :o
Post by: Jeffrey Kuijt on September 21, 2011, 09:49:35 PM
I have found a bug in the JavaScript - making a 5.37 build now which "may" be the solution.

Hi Bruce,

Any idea when 5.37 is available for download?

Best regards
Jeffrey
Title: Re: NTWS-5.36. No lookups are working :o
Post by: ccordes on September 22, 2011, 12:20:58 PM
Sorry,

My machine crashed. I had to take the site down. BUT have just found an issue in netweb.js that stopped several browsers (IE 8 and FF 3) from logging in.
I remarked out the console.log line below. (Line# 1352 in netweb.js) There is no other reference to Console anywhere else.
Now things are working properly - including the threads limiter. But that's a message for another thread.
// ---------------------------------------------
function removePlaceHolder(){
//console.log('Remove Place Holder');
 jQuery('[placeholder]').each(function(i) {
  var e = jQuery(this);
  if (e.val() === e.attr('placeholder')){
   e.val("");
  }
 });
};
// ---------------------------------------------

chris
Title: Re: NTWS-5.36. No lookups are working :o
Post by: Bruce on September 22, 2011, 02:44:50 PM
yes, that's the change I made for 5.37 (which I think is actually up now, although the site says 5.36 still).

cheers
Bruce
Title: Re: NTWS-5.36. No lookups are working :o
Post by: Johan de Klerk on September 22, 2011, 10:10:35 PM
Hi Bruce,

Just downloaded 5.37.
Using normal forms, no pop-ups at all.

Open a form
Click on the Lookup button to select a language
Language Browse opens to allow for selection
Click the Select botton on the Language Browse
Nothing happens
Click Cancel button.
Language form goes into edit mode.

This happens on all lookup forms.
Lookups still does not work.

Update a little while later: Pressing CTRL + F5 seems to have fixed the problem.
Lookups are now working again.

Regards

Johan de Klerk
Title: Re: NTWS-5.36. No lookups are working :o
Post by: Jeffrey Kuijt on September 23, 2011, 02:52:21 AM
Hi Bruce,

5.37 is the solution!
Thanks a lot!

Best regards
Jeffrey