GoGrocer - Grocery Vegetable Store Delivery Mobile App with Admin Panel By Tecmanic

GoGrocer - Grocery Vegetable Store Delivery Mobile App with Admin Panel By Tecmanic v1.13.0 Untouched

No permission to download

billasilvan

Member
Dec 19, 2020
63
9
8
Can someone please help me.
When I enter the licence code, it says "server unavailable, please try again"
I'm using cloud hosting.
Any alternative way to install admin panel on my server.
 

billasilvan

Member
Dec 19, 2020
63
9
8
Can someone please help me.
When I enter the licence code, it says "server unavailable, please try again"
I'm using cloud hosting.
Any alternative way to install admin panel on my server

Can someone please help me.
When I enter the licence code, it says "server unavailable, please try again"
I'm using cloud hosting.
Any alternative way to install admin panel on my server.
Then I installed on localserver. Which was working fine. Then I copied all the files of local host and copied in my server.
Then finally, it was working.

But only issue is that admin panel is very slow. When I click any button it takes 10-15 seconds to load anything.

How to fix this.. ?
 

dx3zero

Member
Oct 18, 2020
66
15
8
Philippines
dx3zero.com

veera

Active member
May 19, 2020
386
120
43
52
INDIA
livepollachi.com
my php version is 7.4 but still getting this error
chek your php version and extension ..must required version 7.4
App\Http\Controllers\Admin\SettingsController::updateappdetails
app/Http/Controllers/Admin/SettingsController.php:228

$last_loc =$request->last_loc;
$country_code = $request->country_code;
$number_length = $request->number_length;
$check = DB::table('tbl_web_setting')
->first();
$app_name = $request->app_name;
$date = date('d-m-Y');
if($check){
$oldapplogo = $check->icon;
$oldfavicon = $check->favicon;
}

if($request->hasFile('app_icon')){

$image = $request->favicon;
$fileName = $image->getClientOriginalName();
$fileName = str_replace(" ", "-", $fileName);


if($this->storage_space != "same_server"){
$image_name = $image->getClientOriginalName();
$image = $request->file('app_icon');
$filePath = '/app_icon/'.$image_name;
Storage::disk($this->storage_space)->put($filePath, fopen($request->file('app_icon'), 'r+'), 'public');
}
else{

$image->move('images/app_logo/app_icon/'.$date.'/', $fileName);
$filePath = '/images/app_logo/app_icon/'.$date.'/'.$fileName;

}
 
  • Like
Reactions: THERAPIST

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