• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Rocket LMS - Learning Management & Academy Script

Rocket LMS - Learning Management & Academy Script V1.9

No permission to download
I need help I am getting this error when I install the Rocket LMS ( ErrorException Undefined index: user_languages)
Same error i get idk how to fix
that's because no language selected in generale settings set from db or just remove that particular code after that go in settings set default language and add that code again . Done
 
that's because no language selected in generale settings set from db or just remove that particular code after that go in settings set default language and add that code again . Done
Brother can you share screenshot please where to select in general setting or file location because we can't access setting page so we don't know THANKS IN ADVANCE
 
The one I share is Allready build package with node so you can simply install it without any issues.
Hi,
I followed all the steps. But it gives an error 500. I also found that there is no index.php file present at root level.
Can you please help.
Thanks
 
  • Like
Reactions: jersonflorez
Hi,
I followed all the steps. But it gives an error 500. I also found that there is no index.php file present at root level.
Can you please help.
Thanks
Open . env change
app_debug=true
App_env=local

Than share screenshot of error.
 
descargaddd.jpg

I have uploaded it to my server and configured the database and this still appears to me, can someone help me please.
 
If you set DEBUG=true in .env file, you will get the error cause, mostly I could see the error that shown in the image.
To resolve this, you need to work in the file path: app\Http\Middleware\UserLocale.php

add or replace the existing with the following code,

$userLanguages = $generalSettings['user_languages'] ?? [];

or

$userLanguages = [
"AR",
"EN",
"ES"
];

Then run the file again it will work for sure. If still the 500 error persist post the debug error screenshot.
 

Attachments

  • Screenshot (398).png
    Screenshot (398).png
    94.9 KB · Views: 62
  • Screenshot (399).png
    Screenshot (399).png
    154.2 KB · Views: 61
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock