Still not working for me
not working for mePlease 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.
Am getting this same error
not nulled redirecting to activation code
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.
didnt worked team, still redirecting![]()
@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.
Still not working for me
not working for me
per my experience as a developer, just use different package names for each app, so they will be recognized as two different apps,Hi everyone,
Can anyone let me know how I can install seller & Store on the same mobile?
What change needs to be required?
After installing the user app when I try to install the store app user app is uninstalled and shows only the store app.
At a time I can see only 1 app on mobile.
Please guide.
i am also facing internal error in user app. how did you fix it plz explain in detail, what do u mean by configuring Email plz ? @I resolved this issues, by configuration EMail
try your solution, but not working for me.For most of the source files that I've tried from CodeCanyon, the activation can be solved by modifying the routes if it can't be bypassed by modifying the license key or activation code field in the installation.
I wasn't able to check the source file from this thread at first because I don't have the requirement to view the password of the file. So I want to thank @ameypangaonkar for sharing the file that doesn't require a password to access it, because of it I was able to explore the system.
Here's what I found, I hope it'll also work for all of you.
Go to route > install.php and remove all the "->middleware('installation-check')" as it was the reason why step 2 routes to the verification of the system before going to step 3. Doing this will force the system to proceed to step 3 and other steps without verification.
![]()
You don't have to modify ActivationCheckMiddleware.php from App -> Http -> Middleware as what @Doxec stated. But still, I also want to thank you for trying to solve the error for us and for sharing this system.
P.S. If anyone has encountered an error with the installation process, reply down below and if I have spare time I might be able to check the error. As for my part, the installation process went smoothly and I was able to access and login to the admin panel.
![]()
Well, it worked on me. Let me see your admin source filetry your solution, but not working for me.
Have a look, no other change done, Other file as per from downloadWell, it worked on me. Let me see your admin source file
i am also facing internal error in user app. how did you fix it plz explain in detail, what do u mean by configuring Email plz ? @
profuturetech
Sure. Provide me download linkYou can try my admin panel file if you want. By the way, this file is currently hosted using cPanel. It worked and is working perfectly.
Download
per my experience as a developer, just use different package names for each app, so they will be recognized as two different apps,
have a nice day
set admin panel to PHP 8.0 ,n retest email configuration and tryi am also facing internal error in user app. how did you fix it plz explain in detail, what do u mean by configuring Email plz ? @
profuturetech
This link is for new setup. I want for 8.0.1 update
Hey, Admin update 8.1?
Unclosed '{' on line 9 this is the error am getting afte replacing thisPlease 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.
The file I shared was the current latest update, the v1.8 (v1.8.0). However, it was deleted by an admin (?) as it wasn't allowed to share files here other than the file shared by the thread author. My badHey, Admin update 8.1?
Yeah as the original uploader has put restrictions on his resource we have to abide by his rules.The file I shared was the current latest update, the v1.8 (v1.8.0). However, it was deleted by an admin (?) as it wasn't allowed to share files here other than the file shared by the thread author. My bad