- May 4, 2022
- 62
- 24
- 8
ust use the php 7.4.Thanks for the replay
But it did not work
Does it seem the issue is in the code or my hosting ?
i am getting the same problem with my low budget hosting, but in my vps or local host the database imported without any problem's cuz i have max execution to 600 max file upload in php 200 at one time and more, the problem only in php limit fix itMy friends, I encountered a problem in importing the database
please guide me
Getting these messages (active your licence) in many pages... What to do.. @taslima790536Paste it in this destination:
resources/views/admin/settings/index.php
@extends('admin.layouts.app')
@section('content')
<section class="section">
<div class="section-header">
<h1>{{ trans('admin/main.settings') }}</h1>
<div class="section-header-breadcrumb">
<div class="breadcrumb-item active"><a href="#">{{ trans('admin/main.dashboard') }}</a></div>
<div class="breadcrumb-item">{{ trans('admin/main.settings') }}</div>
</div>
</div>
<div class="section-body">
<h2 class="section-title">{{ trans('admin/main.overview') }}</h2>
<p class="section-lead">
{{ trans('admin/main.overview_hint') }} <br/>
</p>
<div class="row">
@can('admin_settings_general')
<div class="col-lg-6">
<div class="card card-large-icons">
<div class="card-icon bg-primary text-white">
<i class="fas fa-cog"></i>
</div>
<div class="card-body">
<h4>{{ trans('admin/main.general_card_title') }}</h4>
<p>{{ trans('admin/main.general_card_hint') }}</p>
<a href="/admin/settings/general" class="card-cta">{{ trans('admin/main.change_setting') }}<i class="fas fa-chevron-right"></i></a>
</div>
</div>
</div>
@endcan
@can('admin_settings_financial')
<div class="col-lg-6">
<div class="card card-large-icons">
<div class="card-icon bg-primary text-white">
<i class="fas fa-dollar-sign"></i>
</div>
<div class="card-body">
<h4>{{ trans('admin/main.financial_card_title') }}</h4>
<p>{{ trans('admin/main.financial_card_hint') }}</p>
<a href="/admin/settings/financial" class="card-cta">{{ trans('admin/main.change_setting') }}<i class="fas fa-chevron-right"></i></a>
</div>
</div>
</div>
@endcan
@can('admin_settings_personalization')
<div class="col-lg-6">
<div class="card card-large-icons">
<div class="card-icon bg-primary text-white">
<i class="fas fa-wrench"></i>
</div>
<div class="card-body">
<h4>{{ trans('admin/main.personalization_card_title') }}</h4>
<p>{{ trans('admin/main.personalization_card_hint') }}</p>
<a href="/admin/settings/personalization/page_background" class="card-cta">{{ trans('admin/main.change_setting') }}<i class="fas fa-chevron-right"></i></a>
</div>
</div>
</div>
@endcan
@can('admin_settings_notifications')
<div class="col-lg-6">
<div class="card card-large-icons">
<div class="card-icon bg-primary text-white">
<i class="fas fa-bell"></i>
</div>
<div class="card-body">
<h4>{{ trans('admin/main.notifications_card_title') }}</h4>
<p>{{ trans('admin/main.notifications_card_hint') }}</p>
<a href="/admin/settings/notifications" class="card-cta">{{ trans('admin/main.change_setting') }}<i class="fas fa-chevron-right"></i></a>
</div>
</div>
</div>
@endcan
@can('admin_settings_seo')
<div class="col-lg-6">
<div class="card card-large-icons">
<div class="card-icon bg-primary text-white">
<i class="fas fa-globe"></i>
</div>
<div class="card-body">
<h4>{{ trans('admin/main.seo_card_title') }}</h4>
<p>{{ trans('admin/main.seo_card_hint') }}</p>
<a href="/admin/settings/seo" class="card-cta">{{ trans('admin/main.change_setting') }}<i class="fas fa-chevron-right"></i></a>
</div>
</div>
</div>
@endcan
{{-- 8246cb --}}
@can('admin_settings_customization')
<div class="col-lg-6">
<div class="card card-large-icons">
<div class="card-icon bg-primary text-white">
<i class="fas fa-list-alt"></i>
</div>
<div class="card-body">
<h4>{{ trans('admin/main.customization_card_title') }}</h4>
<p>{{ trans('admin/main.customization_card_hint') }}</p>
<a href="/admin/settings/customization" class="card-cta text-primary">{{ trans('admin/main.change_setting') }}<i class="fas fa-chevron-right"></i></a>
</div>
</div>
</div>
@endcan
</div>
</div>
</section>
@endsection
You can use universal Plugin bundle for activate those settingsGetting these messages (active your licence) in many pages... What to do.. @taslima790536
Here is the full activated bundle of universal plugin :Getting these messages (active your licence) in many pages... What to do.. @taslima790536
Thank youHere is the full activated bundle of universal plugin :
universal plugin bundle v16.zip
drive.google.com
use tls and 586 port!I would like to thank you too much for this script,
Kindly any one can share screen shoot of the SMTP configuration which he use in his .env file because really from 3 days trails I can't configure it![]()
smtp configaration depends on your hosting provider mine is working fineuse tls and 586 port!
The same thing happened to me, but when I started to install the plugins and then tried again, it was solved. I don't know how but it was fixedThanks guys but still faced the same problem + in the general settings I can't save Platform Name and email, it's come blank after save it
Only use php 7.4Sorry to trouble you again..but i am not able to pinpoint whats the issue here...
I tried with both the versions version1.3 and latest v1.5 and followed the same process.
v1.3 installs no issues in that
![]()
The issue is when i am trying to install the new version. 500 error pops..i turned the debug mode on too...this is the outcome.
![]()
just make sure you env email address and settings on dashboard side are the same email addressI would like to thank you too much for this script,
Kindly any one can share screen shoot of the SMTP configuration which he use in his .env file because really from 3 days trails I can't configure it![]()
Everyone has the same error! Well, at least reread the thread thread here! Don't be lazy! The same questions!
where is the solutionEveryone has the same error! Well, at least reread the thread thread here! Don't be lazy! The same questions!