Our team intervenes within 48 hours, we recommend you submit a public ticket so that other developers can help to fix the issue as soon as possible.

If you purchased the item 6 months ago, please read the Item Support Policy carefully before submitting a ticket.

Note: don’t share item or server credentials on public, use the private option.

Okay
  Print

NearbyStores Android Application

I GET THE ERROR MESSAGE : cannot access class com.sun.tools.javac.tree.TreeScanner (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.tree to unnamed module @0x71f0e87f Follow this path Preferences | Build, Execution, Deployment | Build Tools | Gradle 

Disable ONLY_FULL_GROUP_BY Solution 1: Remove ONLY_FULL_GROUP_BY from mysql console mysql > SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));Solution 2: Remove ONLY_FULL_GROUP_BY from phpmyadminOpen phpmyadmin & select lo ...

Where i can get the last version(update) of Nearbystores app You can always get our latest version (update) of nearbystores app for free from Envato by clicking on  the download button

Installation page seems not working Sometimes, after checking all the details needed to install the script on the server, you still get the same error message telling you don't have permissions or that the user not have  full privileges for this database, it m ...

How to resolve error "failed to resolve play-services-auth" and "failed to resolve play-services-ads Go to your build.gradle file and add this line  : google() before this command line : jcenter() ,  see the attached picture to know where to find this file : E.g :  repositories { google() ...

Hide or remove some features on the app Dear customer  ,First thank you for purchasing our solution ,Regarding some customers request , here are some option you can hide or disable from the source code :1. Disable Business manager  : from the app_config file you ...

How i can get my purchase ID Follow this path 

Google Maps is not installed or disabled Hello , In order to fix the issue related to google maps redirection , please add this line  in the Androidmanifest.xml As the example above :

Image not upload issue This issue occur when the images folder is missed on the app repository , To fix this issue , please follow this steps :   1) in the main repository ( public_html) or the folder when your script exist , go ...

Maps is not working in play store Please run the app first in real device and if it working then do as follow. If u have enabled the App Signing Feature in the Developer Console, then it's clearly written in the documentation that the Upload Certificate ...

How to resolve the problem "Error! Network is not available" in android 9 and higher It may due to the your website  that's not secure enough , to skip this problem please try this solution : First open your androidmanifest.xml file and add this line of code inside the application tag android:networkSe ...

Table "databse_name_i_put_goes_here".booking' doesn't exist Hello , In your cpanel , go the phpmyadmin , select your database and click sql section : then copy this sql code into the text field  , and click run (execute ): CREATE TABLE `booking` ( `id` int(11) NOT NULL, `u ...