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

eClass - Learning Management System

eClass - Learning Management System v5.9 Untouched

No permission to download
When we add video lesson after adding course it shows this error any one can help please we are stuck.
 

Attachments

  • WhatsApp Image 2023-11-20 at 17.58.48_a1210e93.jpg
    WhatsApp Image 2023-11-20 at 17.58.48_a1210e93.jpg
    124.8 KB · Views: 43
I tested on last updated version.
Create .htaccess file inside the root folder with this code.

Apache config:
<IfModule mod_rewrite.c>
        <IfModule mod_negotiation.c>
            Options -MultiViews
        </IfModule>

        RewriteEngine on
        RewriteCond %{REQUEST_URI} !^public
        RewriteRule ^(.*)$ public/$1 [L]

        # Redirect Trailing Slashes If Not A Folder...
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteCond %{REQUEST_URI} (.+)/$
        RewriteRule ^ %1 [L,R=301]

        # Handle Front Controller...
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteRule ^ index.php [L]

        # Handle Authorization Header
        RewriteCond %{HTTP:Authorization} .
        RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    </IfModule>

and import /database/sql/import.sql file to the database.

follow --> https://mediacitydocs.gitbook.io/eclass-learning-management-system/
 
I get 419 Page expired error when loging in. I have cleared cache memory and also changed http to https but i still have the same issue
 

26/03/2024 ( Version 6.0 )​

- Laravel 10 Update
- Webp images supported
- Slug Auto Generated
- Ultimate Video player Updated
- Test Mail in the mail setting
- XSS attack improved.
 
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