General Settings

Section intro goes here. You can list all your FAQs using the format below.

HTTP 500 Error?

This error show due to

if still get issue then make debug true and check error. Debug Mode Enable Process https://mediacitydocs.gitbook.io/eclass-learning-management-system/faq/untitled-5#debug-mode

Reset/Forgot Password Show Error?

Reset password, Login and Register error show due to you forget to add mail details in the mail settings. https://mediacitydocs.gitbook.io/eclass-learning-management-system/setting-up-eclass/mail-settings

Payment Gateways Show Error?

You get Payment Getaways error due to Check Currency Check Mail Settings and Currency Code.

All price and coupons create from eClass Admin Panel. Payment Gateways not support $0 price it's need at least $1. Don' Forget To ENABLE Payment Gateways After Enter Api. If Showing Error Check Currency Code In Multiple Currency.

Note : All your test complete then make Payment Gateway to live mode, Payment Gateway Sandbox Mode user and price not support to live mode.

New User Registration Or Login Show Error?

Reset password, Login and Register error show due to you forget to add mail details in the mail settings. https://mediacitydocs.gitbook.io/eclass-learning-management-system/setting-up-eclass/mail-settings

if still get issue then make debug true and check error. Debug Mode Enable Process https://mediacitydocs.gitbook.io/eclass-learning-management-system/faq/untitled-5#debug-mode

How to PHP increase upload file size limit? and File Uploading Issue

Its Required for Large File upload Increase it as per your files size. Find file php.ini then find

upload_max_filesize=8G
post_max_size=8G

Read More

The Web Site Just Showing a Blank White Page

Blank white screen due to you give space in app name and mail from the name. Go to .env file and remove space and special characters in the app name and mail from the name.

Contact Page, Map Shows "development purpose only"

we can not change Google Map that says "for development only". Google Maps is no longer free. You have to associate a credit card so that you can get billed if your site has requests that exceed the $200 credit they give you monthly for free. That is why you get the watermarked maps. For more information, see: https://cloud.google.com/maps-platform/pricing/

Mix Content Error

Use SSL setting Full mode and make sure SSL is installed properly in your VPS or Server.

SSL (Secure Sockets Layer) is a technology that is used to establish a secure connection between a web server and a web browser. It is designed to ensure that data transmitted between the server and the browser is secure and cannot be intercepted by third parties.

Read More

Email Template Location

Go to resources -> view -> email

Copy the drop box video link, then replace www.dropbox.com with dl.dropboxusercontent.com.

Thus the URL: https://www.dropbox.com/s/example/file.mp4?dl=0 will become: https://dl.dropboxusercontent.com/s/example/file.mp4?dl=0 .

Currency Code

Please use ISO currency code Like: https://www.iban.com/currency-codes

Placeholder / Demo Images

Demo data refers to sample or placeholder data that is used for demonstration or testing purposes. It is used to show how eClass LMS works, or to test the functionality of a eClass LMS or mobile application.

Any media – Images, icons or logos used in previews are not included in this item and you need to contact authors to get permission in case you want to use them in your commercial or non-commercial projects. Read help file for more details after you purchase the template. in demo content we also use placeholder images.

How to create PHP file info

phpinfo(); is a built-in PHP function that outputs information about the PHP environment, configuration settings, and modules. This information can be useful for troubleshooting and understanding the PHP environment of a server or website. It can be used to check the version of PHP installed, as well as the values of various PHP settings, such as memory limits and file upload limits. It's important to note that, it is not recommended to use this function on a live website, as it will reveal sensitive information about the server, such as the version of PHP and installed extensions. It's recommended to use it only in the development environment for troubleshooting purposes.

Login to your Cpanel/Plesk/FTP - > go to /public folder -> create new file phpinfo.php ->

Enter the following code in the text field:

<?php 
phpinfo();
?>

save file

then go visit your phpinfo.php file. You can do this by entering yourwebsite.com/public/phpinfo.php in the browser

proc_open Enable

"proc_open" is a PHP function that allows you to execute a command in a new process and open pipes to/from the process.

To enable "proc_open", make sure the "disable_functions" directive in your PHP configuration file (php.ini) does not include "proc_open". If it is included, remove it or comment it out (by adding a semicolon in front of it) to allow "proc_open" to be used.

You should contact your hosting provider or web administrator to troubleshoot the problem and find a solution.

Video By Default Mute

Auto playing audio is often discouraged because it can be a jarring and intrusive experience for users. By default, most modern browsers block auto-playing audio for this reason.

Change Frontend Theme/ Layout

Last updated