Updating certificate assignments: too few arguments

Install and configure FormaLMS and DoceboCE
jamesd
Newbie
Posts: 20
Joined: Thu Sep 10, 2020 2:18 pm

Updating certificate assignments: too few arguments

Post by jamesd »

I'm trying to update certificate assignments in order to remove a now unused excellence certificate but, after changing the configuration, I get the following error message on clicking Save changes:
Fatal error: Uncaught ArgumentCountError: Too few arguments to function Certificate::updateCertificateCourseAssign(), 4 passed in /home/public_html/learn/appLms/admin/controllers/CourseAlmsController.php on line 1104 and exactly 5 expected in /home/public_html/learn/appLms/lib/lib.certificate.php:752 Stack trace: #0 /home/public_html/learn/appLms/admin/controllers/CourseAlmsController.php(1104): Certificate->updateCertificateCourseAssign(7, Array, Array, 80) #1 /home/public_html/learn/lib/mvc/lib.controller.php(50): CourseAlmsController->certificate() #2 /home/public_html/learn/lib/lib.requesthandler.php(43): Controller->request('certificate') #3 /home/public_html/learn/appCore/index.php(70): RequestHandler->run() #4 {main} thrown in /home/public_html/learn/appLms/lib/lib.certificate.php on line 752
Using FormaLMS 2.3

I've seen and copy-pasted fixes to one or two of these already but can't find a fix for this one on the forum. Does anyone have a fix?
alfa24
Senior Boarder
Posts: 2187
Joined: Fri Nov 24, 2017 8:45 am

Re: Updating certificate assignments: too few arguments

Post by alfa24 »

In /appLms/lib/lib.certificate.php

replace:

Code: Select all

function updateCertificateCourseAssign($id_course, $list_of_assign, $list_of_assign_ex, $point_required, $minutes_required)
with:

Code: Select all

function updateCertificateCourseAssign($id_course, $list_of_assign, $list_of_assign_ex, $point_required = 0, $minutes_required = 0)
Last edited by alfa24 on Tue Sep 15, 2020 12:58 pm, edited 1 time in total.
Per supporto GRATUITO contattatemi in privato qui
jamesd
Newbie
Posts: 20
Joined: Thu Sep 10, 2020 2:18 pm

Re: Updating certificate assignments: too few arguments

Post by jamesd »

Thank you for coming back to me so quickly. I tried the code but then students get a blank page at /appLms/index.php?r=lms/mycourses/show :(
alfa24
Senior Boarder
Posts: 2187
Joined: Fri Nov 24, 2017 8:45 am

Re: Updating certificate assignments: too few arguments

Post by alfa24 »

So you have another error somewhere. Post it here as you did before.
Per supporto GRATUITO contattatemi in privato qui
jamesd
Newbie
Posts: 20
Joined: Thu Sep 10, 2020 2:18 pm

Re: Updating certificate assignments: too few arguments

Post by jamesd »

Thanks, the page was entirely blank no body output at all. I'll try with debug turned on.
alfa24
Senior Boarder
Posts: 2187
Joined: Fri Nov 24, 2017 8:45 am

Re: Updating certificate assignments: too few arguments

Post by alfa24 »

Or, have a look in the server logs.
Per supporto GRATUITO contattatemi in privato qui
jamesd
Newbie
Posts: 20
Joined: Thu Sep 10, 2020 2:18 pm

Re: Updating certificate assignments: too few arguments

Post by jamesd »

Right, I'm back. Front end I get a blank screen, there's some inline CSS but that's all.

Meanwhile, after inserting the new code at line 752, turning on debugging results in:

Code: Select all

Parse error: syntax error, unexpected '/', expecting ';' or '{' in /home/digitald/public_html/learn/appLms/lib/lib.certificate.php on line 752
(amongst two other errors which appear on every page when debugging is turned on —see second attachment)
Attachments
Screenshot 2020-09-15 at 12.34.49.png
Screenshot 2020-09-15 at 12.36.28.png
jamesd
Newbie
Posts: 20
Joined: Thu Sep 10, 2020 2:18 pm

Re: Updating certificate assignments: too few arguments

Post by jamesd »

Got it. The copy/paste picked up a closing BB tag I think.
jamesd
Newbie
Posts: 20
Joined: Thu Sep 10, 2020 2:18 pm

Re: Updating certificate assignments: too few arguments

Post by jamesd »

Yes. That was it. Now I wish I hadn't turned on debug though! The following is what I get on index.pho?r=lms/mycourses/show when debugging is turned on!

Code: Select all

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Warning: Illegal string offset 'browser' in /home/digitald/public_html/learn/lib/layout/lib.layout.php on line 312

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Deprecated: Non-static method PlatformManager::createInstance() should not be called statically in /home/digitald/public_html/learn/lib/lib.utils.php on line 546

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 96

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 96

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 96

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 96

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 96

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 96

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 96

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 96

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 96

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 96

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 96

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 119

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 119

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 119

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 119

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 119

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 119

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 119

Warning: in_array() expects parameter 2 to be array, null given in /home/digitald/public_html/learn/lib/lib.jquerylib.php on line 119

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Deprecated: Non-static method Learning_Cart::init() should not be called statically in /home/digitald/public_html/learn/lib/layout/lib.layout.php on line 164

Deprecated: Non-static method Learning_Cart::cartItemCount() should not be called statically in /home/digitald/public_html/learn/lib/layout/lib.layout.php on line 166

Deprecated: Non-static method Learning_Cart::emptyCart() should not be called statically in /home/digitald/public_html/learn/appLms/lib/lib.cart.php on line 46

Deprecated: Non-static method Learning_Cart::cartItemCount() should not be called statically in /home/digitald/public_html/learn/lib/layout/lib.layout.php on line 168

Deprecated: Non-static method Learning_Cart::emptyCart() should not be called statically in /home/digitald/public_html/learn/appLms/lib/lib.cart.php on line 46

Deprecated: Non-static method PlatformManager::createInstance() should not be called statically in /home/digitald/public_html/learn/lib/lib.utils.php on line 546
logo di sinistra


    Deprecated: Non-static method PlatformManager::createInstance() should not be called statically in /home/digitald/public_html/learn/lib/lib.utils.php on line 546
    My Courses
    1
    Certificates

    Deprecated: Non-static method PlatformManager::createInstance() should not be called statically in /home/digitald/public_html/learn/lib/lib.utils.php on line 546

    Deprecated: Non-static method PlatformManager::createInstance() should not be called statically in /home/digitald/public_html/learn/lib/lib.utils.php on line 546

profile
Logout
profile

Deprecated: Non-static method Man_CourseUser::getUserWithLevelFilter() should not be called statically in /home/digitald/public_html/learn/lib/lib.user_profile.php on line 3521

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined variable: unread_num in /home/digitald/public_html/learn/lib/lib.user_profile.php on line 1906

Notice: Undefined variable: unread_num in /home/digitald/public_html/learn/lib/lib.user_profile.php on line 1909

Notice: Undefined variable: perm_message in /home/digitald/public_html/learn/lib/lib.user_profile.php on line 1909

Warning: include(/home/digitald/public_html/learn/lib/plugins/UserProfile/loader.php): failed to open stream: No such file or directory in /home/digitald/public_html/learn/lib/lib.pluginmanager.php on line 30

Warning: include(/home/digitald/public_html/learn/lib/plugins/UserProfile/loader.php): failed to open stream: No such file or directory in /home/digitald/public_html/learn/lib/lib.pluginmanager.php on line 30

Warning: include(): Failed opening '/home/digitald/public_html/learn/lib/plugins/UserProfile/loader.php' for inclusion (include_path='.:/opt/cpanel/ea-php71/root/usr/share/pear') in /home/digitald/public_html/learn/lib/lib.pluginmanager.php on line 30

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; NavBar has a deprecated constructor in /home/digitald/public_html/learn/lib/lib.navbar.php on line 20

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AssessmentList has a deprecated constructor in /home/digitald/public_html/learn/appLms/lib/lib.preassessment.php on line 47

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Selector_Catalogue has a deprecated constructor in /home/digitald/public_html/learn/appLms/lib/lib.catalogue.php on line 19

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Catalogue_Manager has a deprecated constructor in /home/digitald/public_html/learn/appLms/lib/lib.catalogue.php on line 218

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AdminCatalogue has a deprecated constructor in /home/digitald/public_html/learn/appLms/lib/lib.catalogue.php on line 411

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AjaxComment has a deprecated constructor in /home/digitald/public_html/learn/appCore/lib/lib.ajax_comment.php on line 30

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AjaxCommentRender has a deprecated constructor in /home/digitald/public_html/learn/appCore/lib/lib.ajax_comment.php on line 270

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ClassroomManager has a deprecated constructor in /home/digitald/public_html/learn/appLms/lib/lib.classroom.php on line 19

Notice: Use of undefined constant _CUS_RESERVED - assumed '_CUS_RESERVED' in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 393

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ClassLocationManager has a deprecated constructor in /home/digitald/public_html/learn/appLms/lib/lib.classlocation.php on line 19

Notice: Only variables should be assigned by reference in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 442

Notice: Only variables should be assigned by reference in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 443

Deprecated: Non-static method TrackUser::getLastAccessToCourse() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 558

Deprecated: Non-static method Man_Advice::getCountUnreaded() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 562

Deprecated: Non-static method Man_Forum::getCountUnreaded() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 566

Deprecated: Non-static method OrganizationManagement::getCountUnreaded() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 570

Deprecated: Non-static method OrganizationManagement::objectFilter() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 576

Deprecated: Non-static method CourseLevel::getLevels() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 647

Notice: Only variables should be assigned by reference in /home/digitald/public_html/learn/appLms/lib/lib.levels.php on line 18

Deprecated: Non-static method Man_Course::canEnterCourse() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 670

Notice: Use of undefined constant _CUS_RESERVED - assumed '_CUS_RESERVED' in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 675

Deprecated: Non-static method Man_Course::canEnterCourse() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 670

Notice: Use of undefined constant _CUS_RESERVED - assumed '_CUS_RESERVED' in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 675

Deprecated: Non-static method Man_Course::canEnterCourse() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 670

Notice: Use of undefined constant _CUS_RESERVED - assumed '_CUS_RESERVED' in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 675

Deprecated: Non-static method Man_Course::canEnterCourse() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 670

Notice: Use of undefined constant _CUS_RESERVED - assumed '_CUS_RESERVED' in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 675

Deprecated: Non-static method Man_Course::canEnterCourse() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 670

Notice: Use of undefined constant _CUS_RESERVED - assumed '_CUS_RESERVED' in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 675

Deprecated: Non-static method Man_Course::canEnterCourse() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 728

Deprecated: Non-static method CourseLevel::getLevels() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 982

Notice: Only variables should be assigned by reference in /home/digitald/public_html/learn/appLms/lib/lib.levels.php on line 18

Notice: Use of undefined constant _CUS_RESERVED - assumed '_CUS_RESERVED' in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 984

Deprecated: Non-static method Man_Course::canEnterCourse() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 1015

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Deprecated: Non-static method Man_Course::canEnterCourse() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 728

Deprecated: Non-static method CourseLevel::getLevels() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 982

Notice: Only variables should be assigned by reference in /home/digitald/public_html/learn/appLms/lib/lib.levels.php on line 18

Notice: Use of undefined constant _CUS_RESERVED - assumed '_CUS_RESERVED' in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 984

Deprecated: Non-static method Man_Course::canEnterCourse() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 1015

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Deprecated: Non-static method Man_Course::canEnterCourse() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 728

Deprecated: Non-static method CourseLevel::getLevels() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 982

Notice: Only variables should be assigned by reference in /home/digitald/public_html/learn/appLms/lib/lib.levels.php on line 18

Notice: Use of undefined constant _CUS_RESERVED - assumed '_CUS_RESERVED' in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 984

Deprecated: Non-static method Man_Course::canEnterCourse() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 1015

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Deprecated: Non-static method Man_Course::canEnterCourse() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 728

Deprecated: Non-static method CourseLevel::getLevels() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 982

Notice: Only variables should be assigned by reference in /home/digitald/public_html/learn/appLms/lib/lib.levels.php on line 18

Notice: Use of undefined constant _CUS_RESERVED - assumed '_CUS_RESERVED' in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 984

Deprecated: Non-static method Man_Course::canEnterCourse() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 1015

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Deprecated: Non-static method Man_Course::canEnterCourse() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 728

Deprecated: Non-static method CourseLevel::getLevels() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 982

Notice: Only variables should be assigned by reference in /home/digitald/public_html/learn/appLms/lib/lib.levels.php on line 18

Notice: Use of undefined constant _CUS_RESERVED - assumed '_CUS_RESERVED' in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 984

Deprecated: Non-static method Man_Course::canEnterCourse() should not be called statically in /home/digitald/public_html/learn/appLms/modules/course/course.php on line 1015

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined variable: certificate in /home/digitald/public_html/learn/appLms/lib/lib.certificate.php on line 447

Notice: Undefined variable: metaAssigned in /home/digitald/public_html/learn/appLms/lib/lib.certificate.php on line 371

Notice: Undefined variable: metaAssignable in /home/digitald/public_html/learn/appLms/lib/lib.certificate.php on line 420

Warning: array_merge(): Argument #1 is not an array in /home/digitald/public_html/learn/appLms/lib/lib.certificate.php on line 333

Notice: Undefined variable: pendent in /home/digitald/public_html/learn/lib/lib.user_profile.php on line 1974
User Profile Appleseed Jane [email protected]
Career

    Courses not completed4
    Completed Courses1
    Available Certificates2


Deprecated: Non-static method PlatformManager::createInstance() should not be called statically in /home/digitald/public_html/learn/lib/lib.utils.php on line 546

Deprecated: Non-static method PlatformManager::createInstance() should not be called statically in /home/digitald/public_html/learn/lib/lib.utils.php on line 546

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

© 2020 FreshStart Kids Therapy
Powered by forma.lms CE

Deprecated: Non-static method PlatformManager::createInstance() should not be called statically in /home/digitald/public_html/learn/lib/lib.utils.php on line 546

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Use of undefined constant Docebo - assumed 'Docebo' in /home/digitald/public_html/learn/appCore/Template/TwigManager.php on line 43

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; CourseReportManager has a deprecated constructor in /home/digitald/public_html/learn/appLms/lib/lib.coursereport.php on line 14

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; OrganizationManagement has a deprecated constructor in /home/digitald/public_html/learn/appLms/lib/lib.orgchart.php on line 14

Notice: Undefined variable: certificate in /home/digitald/public_html/learn/appLms/lib/lib.certificate.php on line 447

Notice: Undefined index: order in /home/digitald/public_html/learn/appLms/models/MycertificateLms.php on line 79

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Deprecated: Non-static method Learning_Cart::init() should not be called statically in /home/digitald/public_html/learn/appLms/lib/LMSTemplateModel.php on line 61

Deprecated: Non-static method Learning_Cart::cartItemCount() should not be called statically in /home/digitald/public_html/learn/appLms/lib/LMSTemplateModel.php on line 62

Deprecated: Non-static method Learning_Cart::emptyCart() should not be called statically in /home/digitald/public_html/learn/appLms/lib/lib.cart.php on line 46

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; UserProfile has a deprecated constructor in /home/digitald/public_html/learn/lib/lib.user_profile.php on line 31

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; UserProfileViewer has a deprecated constructor in /home/digitald/public_html/learn/lib/lib.user_profile.php on line 853

Notice: Only variables should be assigned by reference in /home/digitald/public_html/learn/lib/lib.user_profile.php on line 174

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MyFriends has a deprecated constructor in /home/digitald/public_html/learn/appCore/lib/lib.myfriends.php on line 33

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; UrlManager has a deprecated constructor in /home/digitald/public_html/learn/lib/lib.urlmanager.php on line 20

Deprecated: Non-static method UrlManager::getInstance() should not be called statically in /home/digitald/public_html/learn/lib/lib.user_profile.php on line 164

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_plugin in /home/digitald/public_html/learn/lib/lib.forma.php on line 31

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49

Notice: Undefined index: notuse_customscript in /home/digitald/public_html/learn/lib/lib.forma.php on line 49
alfa24
Senior Boarder
Posts: 2187
Joined: Fri Nov 24, 2017 8:45 am

Re: Updating certificate assignments: too few arguments

Post by alfa24 »

Edited my very first answer which contained an error due to forum syntax.
Now it should work.
Per supporto GRATUITO contattatemi in privato qui
Post Reply