• The default language of any content posted is English.
Rocket LMS - Learning Management System Download

NULLED Rocket LMS - Learning Management System Download 1.8 NULLED

rocket lms after using bunny to upload videos when student access the page its doesnt work but rather shows [object object] any help here will be much appreciated. I checked evanto market i saw that some people who also bought the script were also complaining about it but the team resolved it for them by adding that they sent them some php to replace the course page issue with the videos not showing up but rather showing [object object]

View attachment 28031
Post automatically merged:

i will be waiting for fix from you thanks.
Post automatically merged:

any

Hello friend, did you manage to solve this, I updated the version and my course videos show the same message.If you managed to post it here to help others Ok.Thanks
 
Hi, Please update to 1.9 version with the plugin bundle
Hello Friend, so after updating to version 1.9, it is stable, but I am having these difficulties, in addition to the videos in the courses showing [object Object].

If you know how to solve it, please repost here, from what I saw there are more people with this same difficulty here.
 

Attachments

  • Screenshot_20240603_135027_Chrome.png
    Screenshot_20240603_135027_Chrome.png
    83.5 KB · Views: 6
Update the index.blade.php file with below code

That is located in
resources/views/admin/settings


//===================================

@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">

<div class="row">
<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>General</h4>
<p>Change website title, logo, language, RTL, social accounts, design styles, preloading.</p>
<a href="/admin/settings/general" class="card-cta">Change Settings<i class="fas fa-chevron-right"></i></a>
</div>
</div>
</div>

<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>Financial</h4>
<p>Define comission rates, tax, payout, currency, payment gateways, offline payment</p>
<a href="/admin/settings/financial" class="card-cta">Change Settings<i class="fas fa-chevron-right"></i></a>
</div>
</div>
</div>

<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>Personalization</h4>
<p>Change page backgrounds, home sections, hero styles, images &amp; texts.</p>
<a href="/admin/settings/personalization/page_background" class="card-cta">Change Settings<i class="fas fa-chevron-right"></i></a>
</div>
</div>
</div>

<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>Notifications</h4>
<p>Assign notification templates to processes.</p>
<a href="/admin/settings/notifications" class="card-cta">Change Settings<i class="fas fa-chevron-right"></i></a>
</div>
</div>
</div>

<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>SEO</h4>
<p>Define SEO title, meta description, and search engine crawl access for each page.</p>
<a href="/admin/settings/seo" class="card-cta">Change Settings<i class="fas fa-chevron-right"></i></a>
</div>
</div>
</div>

<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>Customization</h4>
<p>Define additional CSS &amp; JS codes.</p>
<a href="/admin/settings/customization" class="card-cta text-primary">Change Settings<i class="fas fa-chevron-right"></i></a>
</div>
</div>
</div>

<div class="col-lg-6">
<div class="card card-large-icons">
<div class="card-icon bg-primary text-white">
<i class="fas fa-upload"></i>
</div>
<div class="card-body">
<h4>Update App</h4>
<p>Update your platform to the latest version easily</p>
<a href="/admin/settings/update-app" class="card-cta text-primary">Change Settings<i class="fas fa-chevron-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
@endsection
//===================
did you copied it from v1.8? it will not work because they have changed something in controller
 
did you copied it from v1.8? it will not work because they have changed something in controller
Good morning...

So, I updated to version 1.9, used your script and disabled the panel, but there are still two areas that ask for the license.

One is in COURSE PACKAGES, in a list.

The other is in BONUS REGISTRATION, in settings, see the attached images.

Another problem that I've been trying to solve is viewing videos via YouTube links, it gives me an error that I'm struggling to resolve, do you already have an alternative for it?
 

Attachments

  • 2Y9UMZqhX1.png
    2Y9UMZqhX1.png
    122.4 KB · Views: 8
  • hLU6NrReyN.png
    hLU6NrReyN.png
    61.9 KB · Views: 8
  • W9vza6TAun.png
    W9vza6TAun.png
    116.9 KB · Views: 8
rocket lms after using bunny to upload videos when student access the page its doesnt work but rather shows [object object] any help here will be much appreciated. I checked evanto market i saw that some people who also bought the script were also complaining about it but the team resolved it for them by adding that they sent them some php to replace the course page issue with the videos not showing up but rather showing [object object]

View attachment 28031
Post automatically merged:

i will be waiting for fix from you thanks.
Post automatically merged:

any

Hello, has anyone managed to solve this video viewing problem in version 1.9? If yes, can you explain how to solve it?

Thank you all
 
Alguém pode me ajudar? Eu já instalei todos os plugins adicionados aqui para teste e parece que é um plugin pago.




1718117828498.png
 
Top