nullbabloo
Active member
Apply this patch (replace all files within the same path)
thanks for Patch... it is also working in v1.8
Apply this patch (replace all files within the same path)
Where did you get version 1.8 please post the updatethanks for Patch... it is also working in v1.8![]()
Download emart v1.8 - Laravel Multi-Vendor Ecommerce Advanced CMS Nulled Free
16/01/2021 ( Version 1.8 ) - Thanks To @nullbabloo
- Onesignal Integrated for Custom Push notifications (Admin/Marketing Tools/Push Notifications.)
- Responsive issue fixed (Revamped navbar and other sections).
- More convenient PWA settings.
- Added Instagram in social icons.
- Latest Laravel security patch (#1/2021).
- Bug fixed and Improved performance
This is not the proper error. This is just an exception which is coming through and error. What is the exception?
Show the complete screenshot of error.this happens only while loading categories and brands link,
I kept database same just changed from subdomain to domain,
updated links in env ddtl.txt and info.txt tried to repair and optimise database also.
storage/framework/views
White Devil updated emart - Laravel Multi-Vendor Ecommerce Advanced CMS with a new update entry:
emart v1.8 Untouched
Read the rest of this update entry...
I have the same problem after finishing the installation Can you help?
Still i didnot find a solutionI have the same problem after finishing the installation Can you help?
i have the same problemI have the same problem after finishing the installation Can you help?
i will replace the file in the folder with this?Purchase code nulled.
Step - 1
File location: e-mart/app/Http/Controllers/InitializeController.php
public function verify(Request $request)
{
$d = \Request::getHost();
$domain = str_replace("www.", "", $d);
$alldata = ['app_id' => "25300293", 'ip' => $request->ip(), 'domain' => $domain , 'code' => $request->code];
$data = $this->make_request($alldata);
$data['status'] = 1; // Add code hereeeeeeeeeeeeeeeeeeeeee
if ($data['status'] == 1)
{
public function make_request($alldata)
{
$response = Http:ost('https://mediacity.co.in/purchase/public/api/verifycode', [
'app_id' => $alldata['app_id'],
'ip' => $alldata['ip'],
'code' => $alldata['code'],
'domain' => $alldata['domain']
]);
$result = $response->json();
if($response->successful()){
$result['status'] = 1; // Add code hereeeeeeeeeeeeeeeeeeeeeeeeee