babiyatoned
New member
- Dec 8, 2022
- 6
- 0
- 1
Please search in App -> Http -> Middleware And modify ActivationCheckMiddleware.phpi had run a clean install which file should we replace for the activation patch issue
<?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'));
}
}
didnt worked team, still redirectingPlease 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.
I will continue investigating, for my part I had no problem installing locally or on the server, try to clear your cache and try again.didnt worked team, still redirecting
okay teamI will continue investigating, for my part I had no problem installing locally or on the server, try to clear your cache and try again.
Thanks bro for your response,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.
I resolved this issues, by configuration EMailAfter the Update to 1.8, I Face the following error
- 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)
- Internal server error is displayed in both the app and web app
- Kindly anyone help me
![]()
Admin update not working for 1.8. Any suggestions or guideline?isaiah.a.k submitted a new resource:
6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app with Admin & Website - 6amMart is a complete Multi-vendor Food, Grocery, eCommerce, Parcel, Pharmacy.
Read more about this resource...
upgrade to php 8 and seeAdmin update not working for 1.8. Any suggestions or guideline?
@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.