Lookup doesnt work

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
User avatar
RonP
Veteran Member
Posts: 219
Joined: 2013-08-27 13:36
Location: Heiloo, The Netherlands
Contact:

Lookup doesnt work

Post by RonP » 2014-10-04 14:36

Where to Debug?
Problem: Application doesn’t find the “look-up” values (just 4 records in that table!), it keeps “searching”
At localhost things works well, I’m using
Mysql: Serverversion: 5.5.34
PhpMyadmin: Version: 4.0.9
AppGini version 5.30 Revision 628
I’ve got an ONLINE problem with a table: contacten that uses a look-up field from table soort_contact
The problem is that ONLINE the application keeps on searching for the records in table soort_contact (just 4 records in it!!)
Where to look?
Online I’m using:
MySql Server Version: 5.1.73-0ubuntu0.10.04.1
PhpMyadmin: Version: 3.4.10deb1.lucid~ppa.1

Could the difference between PhpMyadmin Localhost/ONLINE be the problem
Attachments
localhost-OK.PNG
Localhost NO problem to lookup
localhost-OK.PNG (55.14 KiB) Viewed 5839 times
Online-searching.PNG
Online problem finding a lookup
Online-searching.PNG (56.1 KiB) Viewed 5839 times
AppGini-defs.jpg
Defined in AppGini
AppGini-defs.jpg (229.24 KiB) Viewed 5839 times

User avatar
RonP
Veteran Member
Posts: 219
Joined: 2013-08-27 13:36
Location: Heiloo, The Netherlands
Contact:

Re: Lookup doesnt work

Post by RonP » 2014-10-14 12:32

Hi There,
It looks i have the same problem as David. I also suddenly have this problem. Not in the localhost but in the "production site". This site is for more than a year active with Appgini
What is wrong?
Please a soon response.

Thanks,

Ron

artemisia
Veteran Member
Posts: 59
Joined: 2013-10-01 15:50

Re: Lookup doesnt work

Post by artemisia » 2014-10-14 14:45

See this previous forum post http://forums.appgini.com/phpbb/viewtop ... f=2&t=1164
for a possible solution. Using Firebug (or some other web page debugger) can pinpoint location in code, and what module(s) are causing the problem.
~Bob

User avatar
RonP
Veteran Member
Posts: 219
Joined: 2013-08-27 13:36
Location: Heiloo, The Netherlands
Contact:

Re: Lookup doesnt work

Post by RonP » 2014-10-14 15:05

Hi Bob,

I'll look in to this, let you know when the problem is over.
Ron

User avatar
RonP
Veteran Member
Posts: 219
Joined: 2013-08-27 13:36
Location: Heiloo, The Netherlands
Contact:

Re: Lookup doesnt work

Post by RonP » 2014-10-15 09:21

Hi There,
As I was pointed to a former post I checked if the provider has enabled "iconv". It did.
In the Frirefox Console Script: the following message came up:

Code: Select all

/*! jQuery v1.10.1 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license
//@ sourceMappingURL=jquery-1.10.1.min.map
*/
(function(e,t){var n,r,i=typeof t,o=e.location,a=e.document,s=a.documentElement,l=e.jQuery,u=e.$,c={},p=[],f="1.10.1",d=p.concat,h=p.push,g=p.slice,m=p.indexOf,y=c.toString,v=c.hasOwnProperty,b=f.trim,x=function(e,t){return new x.fn.init(e,t,r)},w=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,T=/\S+/g,C=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,N=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,k=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,E=/^[\],:{}\s]*$/,S=/(?:^|:|,)(?:\s*\[)+/g,A=/\\(?:..... 
The code is to long to paste in this message so this is a part of it.
There also is stated:
I've been searching in my local host, this map isn't there
So can someone help me out please?
(I have anothe AppGini active, different provider, that works fine. Could it still be a "provider setting" for jQuery?) even without the mentioned "map: ....resources/jquery/js/jquery-1.10.1.min.map"
I'm willing to open an account for testing.

Ron

User avatar
RonP
Veteran Member
Posts: 219
Joined: 2013-08-27 13:36
Location: Heiloo, The Netherlands
Contact:

Re: Lookup doesnt work

Post by RonP » 2014-12-14 13:37

Hi There,
Sorry that I reacted that late. It appeared to be that this problem soled itself. After a bout 2 weeks the Lookup displayed that what was expected. So a provider problem?

Ron

Post Reply