Old version php fix
-
Even though I updated to version 2.1.0.1 I was still getting an 500 error on a old php version. (Made a fresh install with the same config and the error persisted).
Had to chage line 6 from file
/2.0/include/coursepress/view/front/class-student.php
to
add_action('coursepress_after_settings_username', array(get_class(new CoursePress_Helper_UI), 'password_strength_meter'));
And now it is working.
Didn’t know a better way to get in touch, so did it here.
Regards,
Fernando
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Old version php fix’ is closed to new replies.