InfixEdu School - School Management System Software

InfixEdu School - School Management System Software 8.2.0 Nulled

No permission to download
Does not work on my end keeps saying the code is invalid
CHECK AGAIN ,NO FIND ANY ISSUE .VIDEO IN HERE .ANY CODE TO CONTINUE

can you give me error detail about your issue?

online demo in here with php 8.2 only

 
Last edited:
infixedu module list:
zoom
jitsi meet
parent student registration
razorpay payment gateway
 
Attachments
  • infixedu-zoom-live-class-module-2.0.zip
    85 KB · Views: 0
  • jitsi-meet-infixedu-module-1.4.zip
    4.3 MB · Views: 0
  • parent-student-registration-for-infixedu-1.0.0.zip
    1.4 MB · Views: 0
  • razorpay-payment-gateway-for-infixedu-2.0.zip
    3.7 MB · Views: 0
infixedu module list:
zoom
jitsi meet
parent student registration
razorpay payment gateway
Thanks a lot for the modules. What is the code when adding the module? I have installed the Parent Student Registration but when I try to verify it asked me for the verification info. I have entered some number but i got a message saying "Opps Something went wrong. If you are seeing this message multiple times, please contact Spondon It author."
 
Thanks a lot for the modules. What is the code when adding the module? I have installed the Parent Student Registration but when I try to verify it asked me for the verification info. I have entered some number but i got a message saying "Opps Something went wrong. If you are seeing this message multiple times, please contact Spondon It author."
make sure your infixedu version , nulled patch was right .
2024-03-31_192524.jpg
2024-03-31_192615.jpg
 
Last edited:
If you insist on installing it,follow
change
vendor\spondonit\service\src\Repositories\InstallRepository.php
about 475 line code:
from
PHP:
$item_id = $array[$name]['item_id'];
to
PHP:
if (isset($array[$name]['item_id'])){
   
         $item_id = $array[$name]['item_id'];
}else{ $item_id = config('app.item');}

But you will touch other issue.
 
  • Like
Reactions: exo
Back
Top