6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app with Admin & Website

6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app with Admin & Website v3.0 Hotfix

No permission to download

Doxec

Well-known member
Trusted Uploader
Dec 1, 2020
154
415
63
South America
i had run a clean install which file should we replace for the activation patch issue
Please search in App -> Http -> Middleware And modify ActivationCheckMiddleware.php

With this code:

PHP:
<?php

namespace App\Http\Middleware;

use App\CentralLogics\Helpers;
use Closure;

class ActivationCheckMiddleware
{
    /**
     * Handle an incoming request.
     *
     * @param \Illuminate\Http\Request $request
     * @param \Closure $next
     * @return mixed
     */
    public function handle($request, Closure $next)
    {
        $data = Helpers::requestSender();
        if ($data['active']) {
            return $next($request);
        }
        return redirect(base64_decode('aHR0cHM6Ly82YW10ZWNoLmNvbS9zb2Z0d2FyZS1hY3RpdmF0aW9u'));
    }
}

Note:
Confirm if this solves the problem, to update the download.
 

LuvUAE

Active member
Trusted Uploader
Banned User
Dec 25, 2020
233
220
43
UAE
Please search in App -> Http -> Middleware And modify ActivationCheckMiddleware.php

With this code:

PHP:
<?php

namespace App\Http\Middleware;

use App\CentralLogics\Helpers;
use Closure;

class ActivationCheckMiddleware
{
    /**
     * Handle an incoming request.
     *
     * @param \Illuminate\Http\Request $request
     * @param \Closure $next
     * @return mixed
     */
    public function handle($request, Closure $next)
    {
        $data = Helpers::requestSender();
        if ($data['active']) {
            return $next($request);
        }
        return redirect(base64_decode('aHR0cHM6Ly82YW10ZWNoLmNvbS9zb2Z0d2FyZS1hY3RpdmF0aW9u'));
    }
}

Note:
Confirm if this solves the problem, to update the download.
didnt worked team, still redirecting :(
 

blackgod

New member
Oct 2, 2022
12
2
3
Need more information than that bro. But from what I know the most common issues is the BASE URL could be miss configured in the app constraints file.
If your testing it locally then it's mostly a CORS issues from running the server on local host. In that case you need to uncomment the laravel-cors class from the kernel middleware array for it to work on local host.

They added license activation in version 1.7.1. If your using the update files that also needs to be nulled.
Thanks bro for your response,

But it works in local host but not working in hosting strucks in loading screen in hosting how to fix this Screenshot 2023-01-26 145727.jpg
 
Last edited:

lostkid

Active member
Mar 18, 2021
131
54
28
25
Thanks bro for your response,

But it works in local host but not working in hosting strucks in loading screen in hosting how to fix this Screenshot 2023-01-26 145727.jpg

Is this a fresh install? If not and you updated it then you may need to clear your cache. I recommend setting up some sort of asset invalidations to force a fresh load of new assets. I do this with AWS cloudfront invalidation rules.
 

profuturetech

Member
Apr 18, 2020
46
12
8
After the Update to 1.8, I Face the following error

  1. variations are changed to the food variations of a product, so many products are not displayed in the app(For example pizza -small, medium, large & Excel - not displayed)
  2. Internal server error is displayed in both the app and web app
  3. Kindly anyone help me
internal.jpg
 
Last edited:

profuturetech

Member
Apr 18, 2020
46
12
8
After the Update to 1.8, I Face the following error

  1. variations are changed to the food variations of a product, so many products are not displayed in the app(For example pizza -small, medium, large & Excel - not displayed)
  2. Internal server error is displayed in both the app and web app
  3. Kindly anyone help me
internal.jpg
I resolved this issues, by configuration EMail
 
  • Like
Reactions: oneten

davidvick

Member
Sep 8, 2020
34
5
8
Sweden
@Doxec I am trying to update to 1.8.0, but it says to enter the code canyon id and pass. I am attaching a screenshot.
 

Attachments

  • Screenshot 2023-01-27 at 11.07.48 PM.png
    Screenshot 2023-01-27 at 11.07.48 PM.png
    352.8 KB · Views: 21
  • Screenshot 2023-01-27 at 11.09.29 PM.png
    Screenshot 2023-01-27 at 11.09.29 PM.png
    600 KB · Views: 21

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu