InfixEdu School - School Management System Software

InfixEdu School - School Management System Software v8.2.8

No permission to download

babime

New member
Jul 17, 2022
0
0
0
2021-11-22_135233.png

pls help me to fix this error (local server 100% work no error but c penal not working this error coming)
 

babime

New member
Jul 17, 2022
0
0
0
Disabled For Demo
button disabled (is anyone know how to active button?)
 

Attachments

  • 2021-11-22_212050.png
    2021-11-22_212050.png
    8.8 KB · Views: 19

babime

New member
Jul 17, 2022
0
0
0
Disabled For Demo
button disabled (is anyone know how to active button?)
fixed!

@php
$tooltip = "";
if(in_array(414, App\GlobalVariable::GlobarModuleLinks()) || Auth::user()->role_id == 1 ){
$tooltip = "";
}else{
$tooltip = "You have no permission to add";
}
@endphp
<div class="row mt-40">
<div class="col-lg-12 text-center">
<button class="primary-btn fix-gr-bg" data-toggle="tooltip" title="{{@$tooltip}}">
<span class="ti-check"></span>
@lang('lang.update')
</button>
</div>
</div>
</div>
</form>
 
  • Like
Reactions: GeezSS

sangpenguasa

New member
May 21, 2022
0
0
0
fixed!

@php
$tooltip = "";
if(in_array(414, App\GlobalVariable::GlobarModuleLinks()) || Auth::user()->role_id == 1 ){
$tooltip = "";
}else{
$tooltip = "You have no permission to add";
}
@endphp
<div class="row mt-40">
<div class="col-lg-12 text-center">
<button class="primary-btn fix-gr-bg" data-toggle="tooltip" title="{{@$tooltip}}">
<span class="ti-check"></span>
@lang('lang.update')
</button>
</div>
</div>
</div>
</form>

Hey sis, you could install it on a shared hosting without ssh acces ?
 

aliadnan4581

New member
Aug 26, 2022
0
0
0
fixed!

@php
$tooltip = "";
if(in_array(414, App\GlobalVariable::GlobarModuleLinks()) || Auth::user()->role_id == 1 ){
$tooltip = "";
}else{
$tooltip = "You have no permission to add";
}
@endphp
<div class="row mt-40">
<div class="col-lg-12 text-center">
<button class="primary-btn fix-gr-bg" data-toggle="tooltip" title="{{@$tooltip}}">
<span class="ti-check"></span>
@lang('lang.update')
</button>
</div>
</div>
</div>
</form>
Please where should this be added
 
  • Like
Reactions: saranga

babime

New member
Jul 17, 2022
0
0
0
Hy bro i fond simple way to active Disabled For Demo button .env file APP_SYNC=true pls change APP_SYNC=false, then all button active
 
  • Like
Reactions: fernanvevo412

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