*

Rafik Dikios

  • **
  • 10 posts
Ajax in search field and location not working
« on: July 16, 2017, 10:55:27 PM »
In the search field when searching for the item name and filling the location does not work automatically provide a search list. My website http://bajual.com

Thank's
« Last Edit: July 16, 2017, 11:04:57 PM by Rafik Dikios »

*

MB Themes

Re: Ajax in search field and location not working
« Reply #1 on: July 17, 2017, 06:08:26 AM »
Do you have osclass debug mode disabled?
Make sure it is.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Rafik Dikios

  • **
  • 10 posts
Re: Ajax in search field and location not working
« Reply #2 on: July 17, 2017, 11:33:42 AM »
Can you give me the debug mode you mean, or where the settings are.

thanks.

*

MB Themes

Re: Ajax in search field and location not working
« Reply #3 on: July 17, 2017, 05:08:13 PM »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Rafik Dikios

  • **
  • 10 posts
Re: Ajax in search field and location not working
« Reply #4 on: July 18, 2017, 12:11:59 PM »
Hi Frosticek, I've disabled debug mode, but it still does not work.?

What next step should I do after knowing debug mode, please help me solve this problem..!

*

Ghany

  • ****
  • 227 posts
Re: Ajax in search field and location not working
« Reply #5 on: July 18, 2017, 12:26:30 PM »
go to yours config.php in /public-html

Find

define('OSC_DEBUG', true) ;
define('OSC_DEBUG_LOG', true) ;



and replace it


define('OSC_DEBUG', false);
define('OSC_DEBUG_LOG', false);

i have seen that that is not an issue with debug mode it was an issue of some thing else  ajax loader,
http://prntscr.com/fx413c

« Last Edit: July 19, 2017, 12:00:51 AM by frosticek »
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: Ajax in search field and location not working
« Reply #6 on: July 19, 2017, 12:01:52 AM »
@Rafik
Check your console in browser:
Code: [Select]
Failed to load resource: the server responded with a status of 404 (Not Found)
2bajual.com/:1935 A Parser-blocking, cross site (i.e. different eTLD+1) script, http://s10.histats.com/js15.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
(anonymous) @ (index):1935
ZQp6LCe0OO3LeZB6ES1CZrJvMefQTtT9oZjddBS5?AYAH_P2=2DE7B66B09100E59C018833602080529&AYAH_F1=Lotame:18 [Deprecation] Using the Notification API on insecure origins is deprecated and will be removed in M61, around September 2017. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
(anonymous) @ ZQp6LCe0OO3LeZB6ES1CZrJvMefQTtT9oZjddBS5?AYAH_P2=2DE7B66B09100E59C018833602080529&AYAH_F1=Lotame:18
jquery-ui-1.8.20.custom.css Failed to load resource: the server responded with a status of 404 (Not Found)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Rafik Dikios

  • **
  • 10 posts
Re: Ajax in search field and location not working
« Reply #7 on: July 19, 2017, 12:16:36 AM »
Hi Ghany, I tried to install your script above, but unfortunately my web view became unplayable.

Is there another problem that causes my ajax loader not working on search field and location..?

*

Rafik Dikios

  • **
  • 10 posts
Re: Ajax in search field and location not working
« Reply #8 on: July 19, 2017, 12:22:57 AM »
Ok thanks frosticek, i will try to apply your suggestion. :)