*

vidjii

  • ***
  • 59 posts
Hi its me again  :-[

I do not know what mistake I made, my search on ads and the place no longer works as before


your demo site
http://prntscr.com/enlddg

my website

http://prntscr.com/enlf70

I am not a developer, tell me that I do not have to install everything :/
« Last Edit: March 24, 2017, 07:41:29 PM by vidjii »

*

MB Themes

Re: Problem with search + location ( my bad ? )
« Reply #1 on: March 23, 2017, 07:17:50 PM »
@vidjii
Do you expect that issue can be identified from screenshot?
Make sure you have not enabled osclass debug mode and send me your URL.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

vidjii

  • ***
  • 59 posts
Re: Problem with search + location ( my bad ? )
« Reply #2 on: March 23, 2017, 07:35:53 PM »
I do not even know where to find the debug mode

I sent in private my i url

*

MB Themes

Re: Problem with search + location ( my bad ? )
« Reply #3 on: March 23, 2017, 07:36:44 PM »
https://doc.osclass.org/Debug_PHP_errors

I remember same situation as on your site. When debug mode enabled, every single call to db is considered as false, but theme does not manage false back calls.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

vidjii

  • ***
  • 59 posts
Re: Problem with search + location ( my bad ? )
« Reply #4 on: March 23, 2017, 07:54:07 PM »
ok i added the lines in the config.php file

Code: [Select]
define('OSC_DEBUG', true) ;
define('OSC_DEBUG_LOG', true) ;


and i added debug.log ( with 666 permition )   in my oc-content folder.

I have something else to do?

*

MB Themes

Re: Problem with search + location ( my bad ? )
« Reply #5 on: March 23, 2017, 08:38:15 PM »
@vidjii
No no, I mean you should not have this enabled.... so make sure you do not have those lines in your config.php
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

vidjii

  • ***
  • 59 posts
Re: Problem with search + location ( my bad ? )
« Reply #6 on: March 23, 2017, 08:46:02 PM »
I did not have lines in my file

Code: [Select]
<?php

/**
 * The base MySQL settings of Osclass
 */
define('MULTISITE'0);

/** MySQL database name for Osclass */
define('DB_NAME''********');

/** MySQL database username */
define('DB_USER''*********');

/** MySQL database password */
define('DB_PASSWORD''*******');

/** MySQL hostname */
define('DB_HOST', ***********');

/** Database Table prefix */
define('
DB_TABLE_PREFIX', '******_');

define('
REL_WEB_URL', '/');

define('
WEB_PATH', 'http://*******.**/');


?>


*

vidjii

  • ***
  • 59 posts
Re: Problem with search + location ( my bad ? )
« Reply #7 on: March 24, 2017, 02:00:42 PM »
I have re installed and i transferred my Bdd  , it works


*

vidjii

  • ***
  • 59 posts
Solved Problem with search + location ( my bad ? )
« Reply #8 on: March 24, 2017, 07:39:59 PM »
HOOOOOOOoooooooooooooOOOOOOOOOOOOOOOoooooooooooo i Know now !!!!

There is a conflict with this  script guy !!!

Pre-resize images

https://market.osclass.org/plugins/miscellaneous/pre-resize-images_496


Patch for next version :) ?


*

MB Themes

Re: ( solved )Problem with search / location + Pre-resize images script
« Reply #9 on: March 25, 2017, 07:12:42 AM »
@vidjii
So problem was in installation right?
This plugin usually generate javascript errors.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

vidjii

  • ***
  • 59 posts
Re: ( solved )Problem with search / location + Pre-resize images script
« Reply #10 on: March 25, 2017, 10:39:41 AM »
hi

The plugin breaks auto completlocation and listing preview in the research


*

MB Themes

Re: ( solved )Problem with search / location + Pre-resize images script
« Reply #11 on: March 25, 2017, 03:35:04 PM »
I recommend to check with plugin author if there are some strings, javascripts or outputs posted to all sites via header.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots