Attendance (add on)

Re: Attendance (add on)

by Purnendu Dash -
Number of replies: 0
Picture of Plugin developers

Dear Amitesh,

I hope you’re doing well. It’s always a good gesture to share problem,

thus engaging in a learning process.

Coming straight to your problem:

When you download an attendance module zip, in that zip, there’s a file

named readme.txt. It provides the detailed instruction of how to install

and configure the attendance module.

The first requirement of that mod is, as you unzip the plug-in, the folder

name should be renamed to "attforblock". Then it needs to be copied

under the mod folder i.e., your_moodle_folder/mod/attforblock

Then from your website you need to follow the site map given below:

Home ► Site administration ► Notifications

Here the setup is ready and it’ll ask for a confirmation for installation.

After successful installation the attendance module is ready to use.

Note: - Please make sure you check the version of attendance plug-in

and check whether it’s compatible with your Moodle version or not.

After performing the above instructed action, if you get a blank screen it

means you’ve some error in your site. In that case I’d suggest you to do

the following:

Please write down the code given below at the end of the file-

config.php(path:- your_moodle_folder/config.php) and save it.

@error_reporting(E_ALL | E_STRICT); // NOT FOR PRODUCTION

SERVERS!

@ini_set('display_errors', '1'); // NOT FOR PRODUCTION

SERVERS!

$CFG->debug = (E_ALL | E_STRICT); // ===

DEBUG_DEVELOPER - NOT FOR PRODUCTION SERVERS!

$CFG->debugdisplay = 1; // NOT FOR PRODUCTION SERVERS!

After performing this instruction, browse the blank screen from your

browser and it’ll show the error in your site. Kindly provide us the

screenshots of those errors so that we can help further.

I hope this’ll be of your help. Please get back to us for further query.

Thanks and Regards

Purnendu

DualCube