eduTrac SIS Support Center
  • Support
    • Forums
    • Issues
  • Services
    • Support
    • Enterprise
  • News
  • Resources
  • Subscription

Community Forums

Home/Forums/Development/Alpha / Beta / Release Candidate/myetSIS Registration Email

myetSIS Registration Email

6.3.0-RC3
  • 3 years, 6 months ago Joshua Parker
    Keymaster
    • Topics: 4
    • Replies: 638
    • Total Posts: 642

    Found some other issues with myetSIS and registration. So, I am including a .zip file of the updated courses.router.php.

    You will need to log into your PHPMyAdmin and run the following queries at the same time. Make sure to uncheck the option Enable foreign key checksĀ before executing the queries.

    ALTER TABLE course MODIFY COLUMN courseCode VARCHAR(80) COLLATE utf8mb4_unicode_ci NOT NULL;
    ALTER TABLE course_sec MODIFY COLUMN courseCode VARCHAR(80) COLLATE utf8mb4_unicode_ci NOT NULL;
    ALTER TABLE course_sec MODIFY COLUMN courseSecCode VARCHAR(80) COLLATE utf8mb4_unicode_ci NOT NULL;
    ALTER TABLE course_sec MODIFY COLUMN courseSection VARCHAR(80) COLLATE utf8mb4_unicode_ci NOT NULL;
    ALTER TABLE stac MODIFY COLUMN courseCode VARCHAR(80) COLLATE utf8mb4_unicode_ci NOT NULL;
    ALTER TABLE stcs MODIFY COLUMN courseSecCode VARCHAR(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL;
    ALTER TABLE stcs MODIFY COLUMN courseSection VARCHAR(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL;

     

    Attachments:
    You must be logged in to view attached files.

    Joshua Parker
    Twitter | Facebook | DigitalOcean | tinyCampaign

    You need to login in order to like this post: click here

    3 years, 6 months ago Joshua Parker
    Keymaster
    • Topics: 4
    • Replies: 638
    • Total Posts: 642

    If you are using RC3, then the registration emails will always go to the super administrator instead of the logged in student. To fix this, open courses.router.php and make the following changes around line 355:

    from

    $sect->stuid = 1;

    to

    $sect->stuid = get_persondata('personID');

     

    Joshua Parker
    Twitter | Facebook | DigitalOcean | tinyCampaign

    You need to login in order to like this post: click here

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

The Educator

Subscribe to The Educator to receive weekly updates and educational resources.

Search Forums

Support Forum Topics

  • List of All Screens by  A. David Rivera
    1 year, 6 months ago
  • Warning after first intallation by  Cits Ser
    1 year, 8 months ago
  • Blank screen after install by  Adebobola Adesuyan
    1 year, 9 months ago
  • etSIS Analytics by  David Casas
    1 year, 11 months ago
  • etSIS Analytics by  David Casas
    1 year, 11 months ago

Topic Tags

6.3.0-RC3 6.3.0-RC4 6.3.4 acceptance letter batchregistration Canvas Contributing Cron custom_fields error FERPA Forms get_option graduation Importer LMS manual user account moduleversion NAE offline Search filter in RGN SQL SROS SSO Student application Student Program stuLoad cannot be null Transfer

Support Topics Stats

No statisitcs available.

Follow eduTrac On Facebook

About eduTrac SIS

eduTrac SIS is a free and open source student information system for higher education. We believe that it is the best free system out there for higher education and specialized schools.

Lastest Updates

  • eduTrac SIS 6.3.4 Maintenance Release
  • eduTrac SIS 6.3.1 Maintenance Release

Follow eduTrac SIS