Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Natuma

    (@dmnauta)

    Thanks,Peter!

    Thread Starter Natuma

    (@dmnauta)

    Hi Peter,

    The wp_wpda_project_table in sql format: wpda_wp_wpda_project_table.txt

    Good luck,
    Martin

    Thread Starter Natuma

    (@dmnauta)

    The project export: wpda_project.txt
    The project table export: wp_wpda_project_table.csv

    Thread Starter Natuma

    (@dmnauta)

    Hi Peter,

    I’m on version 2.7.1. (Deactivated all other plugins, updated chrome, tested on another browser (firefox) but still the error occurs).
    1) Just to be sure: one remark to your testing: the tabpage doesnot respond when the OSN definition is there (and everything works fine when you delete it): so just the other way!
    2) I just saw an errormessage in chrome devtools which might relevant:

    Uncaught Error: Syntax error, unrecognized expression: #form_tab_courses (admin)
        at Function.ea.error (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.2.4:formatted:563)

    Best regards,
    Martin

    
    <strong>export wpda_project_6.txt</strong>
    /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    /*!40101 SET NAMES utf8mb4 */;
    
    --
    -- Export table <code>wp_wpda_project</code>
    --
    INSERT INTO <code>{wp_prefix}wpda_project</code> (<code>project_name</code>, <code>project_description</code>, <code>add_to_menu</code>, <code>menu_name</code>, <code>project_sequence</code>) VALUES 
    ('Student-test','Student-test','Yes','Student-test',0);
    SET @PROJECT_ID = LAST_INSERT_ID();
    
    --
    -- Export table <code>wp_wpda_project_page</code>
    --
    INSERT INTO <code>{wp_prefix}wpda_project_page</code> (<code>project_id</code>, <code>page_name</code>, <code>add_to_menu</code>, <code>page_type</code>, <code>page_table_name</code>, <code>page_setname</code>, <code>page_mode</code>, <code>page_allow_insert</code>, <code>page_allow_delete</code>, <code>page_content</code>, <code>page_title</code>, <code>page_subtitle</code>, <code>page_role</code>, <code>page_where</code>, <code>page_sequence</code>) VALUES 
    (@PROJECT_ID,'Student-test','Yes','parent/child','wpda_sas_student','admin','edit','yes','yes',0,'','','administrator,editor,author,contributor,subscriber,trainingscoordinator,Lid,Coordinator,beheerder','',0);
    
    /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
    /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
    /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
    <strong>export wp_wpda_project_table.csv</strong>
    Wpda Table Name, Wpda Table Setname, Wpda Table Design
    "wpda_sas_student", "admin", "{""design_mode"":""advanced"",""engine"":""InnoDB"",""collation"":""latin1_swedish_ci"",""table"":[{""column_name"":""student_id"",""data_type"":""int"",""type_attribute"":"""",""key"":""Yes"",""mandatory"":""Yes"",""max_length"":""10"",""extra"":""auto_increment"",""default"":"""",""list"":""""},{""column_name"":""student_gender"",""data_type"":""enum"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":"""",""extra"":"""",""default"":"""",""list"":""'female','male'""},{""column_name"":""student_date_of_birth"",""data_type"":""date"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":"""",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_firstname"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""Yes"",""max_length"":""100"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_lastname"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""Yes"",""max_length"":""100"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_address"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""Yes"",""max_length"":""100"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_zipcode"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""Yes"",""max_length"":""10"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_city"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""Yes"",""max_length"":""100"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_county"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""100"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_country"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""100"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_email"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""Yes"",""max_length"":""254"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_phone_no"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""10"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_registration_date"",""data_type"":""date"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":"""",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_wp_username"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""60"",""extra"":"""",""default"":"""",""list"":""""}],""indexes"":[{""index_name"":""student_email"",""unique"":""Yes"",""column_names"":""student_email""},{""index_name"":""student_wp_username"",""unique"":""Yes"",""column_names"":""student_wp_username""}],""table_type"":""TABLE"",""listtable_column_options"":[{""column_name"":""student_id"",""label"":""Student Id"",""show"":""on""},{""column_name"":""student_gender"",""label"":""Student Gender"",""show"":""on""},{""column_name"":""student_date_of_birth"",""label"":""Student Date Of Birth"",""show"":""on""},{""column_name"":""student_firstname"",""label"":""Student Firstname"",""show"":""on""},{""column_name"":""student_lastname"",""label"":""Student Lastname"",""show"":""on""},{""column_name"":""student_address"",""label"":""Student Address"",""show"":""on""},{""column_name"":""student_zipcode"",""label"":""Student Zipcode"",""show"":""on""},{""column_name"":""student_city"",""label"":""Student City"",""show"":""on""},{""column_name"":""student_county"",""label"":""Student County"",""show"":""on""},{""column_name"":""student_country"",""label"":""Student Country"",""show"":""on""},{""column_name"":""student_email"",""label"":""Student Email"",""show"":""on""},{""column_name"":""student_phone_no"",""label"":""Student Phone No"",""show"":""on""},{""column_name"":""student_registration_date"",""label"":""Student Registration Date"",""show"":""on""},{""column_name"":""student_wp_username"",""label"":""Student Wp Username"",""show"":""on""}],""tableform_column_options"":[{""column_name"":""student_id"",""label"":""Student Id (sleutel)"",""show"":""on""},{""column_name"":""student_gender"",""label"":""Student Gender"",""show"":""on""},{""column_name"":""student_date_of_birth"",""label"":""Student Date Of Birth"",""show"":""on""},{""column_name"":""student_firstname"",""label"":""Student Firstname"",""show"":""on""},{""column_name"":""student_lastname"",""label"":""Student Lastname"",""show"":""on""},{""column_name"":""student_address"",""label"":""Student Address"",""show"":""on""},{""column_name"":""student_zipcode"",""label"":""Student Zipcode"",""show"":""on""},{""column_name"":""student_city"",""label"":""Student City"",""show"":""on""},{""column_name"":""student_county"",""label"":""Student County"",""show"":""on""},{""column_name"":""student_country"",""label"":""Student Country"",""show"":""on""},{""column_name"":""student_email"",""label"":""Student Email"",""show"":""on""},{""column_name"":""student_phone_no"",""label"":""Student Phone No"",""show"":""on""},{""column_name"":""student_registration_date"",""label"":""Student Registration Date"",""show"":""on""},{""column_name"":""student_wp_username"",""label"":""Student Wp Username"",""show"":""on""}],""tableinfo"":{""tab_label"":""Student (admin)""},""relationships"":[{""relation_type"":""1n"",""source_column_name"":[""student_id""],""target_table_name"":""wpda_sas_grade"",""target_column_name"":[""student_id""]},{""relation_type"":""1n"",""source_column_name"":[""student_id""],""target_table_name"":""wpda_sas_student_courses"",""target_column_name"":[""student_id""]}]}"
    "wpda_sas_student_courses", "admin", "{""design_mode"":""advanced"",""engine"":null,""collation"":null,""table"":[{""column_name"":""student_id"",""data_type"":""int"",""type_attribute"":"""",""key"":""No"",""mandatory"":""Yes"",""max_length"":""10"",""extra"":"""",""default"":""0"",""list"":""""},{""column_name"":""student_gender"",""data_type"":""enum"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":"""",""extra"":"""",""default"":"""",""list"":""'female','male'""},{""column_name"":""student_date_of_birth"",""data_type"":""date"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":"""",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_firstname"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""Yes"",""max_length"":""100"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_lastname"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""Yes"",""max_length"":""100"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_address"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""Yes"",""max_length"":""100"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_zipcode"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""Yes"",""max_length"":""10"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_city"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""Yes"",""max_length"":""100"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_county"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""100"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_country"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""100"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_email"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""Yes"",""max_length"":""254"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_phone_no"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""10"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_registration_date"",""data_type"":""date"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":"""",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""student_wp_username"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""60"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""module_id"",""data_type"":""int"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""10"",""extra"":"""",""default"":""0"",""list"":""""},{""column_name"":""module_name"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""50"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""module_description"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""4000"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""course_id"",""data_type"":""int"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""10"",""extra"":"""",""default"":""0"",""list"":""""},{""column_name"":""course_start_date"",""data_type"":""date"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":"""",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""teacher_id"",""data_type"":""int"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""10"",""extra"":"""",""default"":""0"",""list"":""""},{""column_name"":""teacher_gender"",""data_type"":""enum"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":"""",""extra"":"""",""default"":"""",""list"":""'female','male'""},{""column_name"":""teacher_date_of_birth"",""data_type"":""date"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":"""",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""teacher_firstname"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""100"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""teacher_lastname"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""100"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""teacher_address"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""100"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""teacher_zipcode"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""10"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""teacher_city"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""100"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""teacher_county"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""100"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""teacher_country"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""100"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""teacher_email"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""254"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""teacher_phone_no"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""10"",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""teacher_hire_date"",""data_type"":""date"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":"""",""extra"":"""",""default"":"""",""list"":""""},{""column_name"":""teacher_wp_username"",""data_type"":""varchar"",""type_attribute"":"""",""key"":""No"",""mandatory"":""No"",""max_length"":""60"",""extra"":"""",""default"":"""",""list"":""""}],""indexes"":[],""table_type"":""VIEW"",""listtable_column_options"":[{""column_name"":""student_id"",""label"":""Student Id"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""student_gender"",""label"":""Student Gender"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""student_date_of_birth"",""label"":""Student Date Of Birth"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""student_firstname"",""label"":""Student Firstname"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""student_lastname"",""label"":""Student Lastname"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""student_address"",""label"":""Student Address"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""student_zipcode"",""label"":""Student Zipcode"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""student_city"",""label"":""Student City"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""student_county"",""label"":""Student County"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""student_country"",""label"":""Student Country"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""student_email"",""label"":""Student Email"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""student_phone_no"",""label"":""Student Phone No"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""student_registration_date"",""label"":""Student Registration Date"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""student_wp_username"",""label"":""Student Wp Username"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""module_id"",""label"":""Module Id"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""module_name"",""label"":""Module Name"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""module_description"",""label"":""Module Description"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""course_id"",""label"":""Course Id"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""course_start_date"",""label"":""Course Start Date"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""teacher_id"",""label"":""Teacher Id"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""teacher_gender"",""label"":""Teacher Gender"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""teacher_date_of_birth"",""label"":""Teacher Date Of Birth"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""teacher_firstname"",""label"":""Teacher Firstname"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""teacher_lastname"",""label"":""Teacher Lastname"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""teacher_address"",""label"":""Teacher Address"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""teacher_zipcode"",""label"":""Teacher Zipcode"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""teacher_city"",""label"":""Teacher City"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""teacher_county"",""label"":""Teacher County"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""teacher_country"",""label"":""Teacher Country"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""teacher_email"",""label"":""Teacher Email"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""teacher_phone_no"",""label"":""Teacher Phone No"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""teacher_hire_date"",""label"":""Teacher Hire Date"",""less"":""off"",""show"":""on"",""lookup"":false},{""column_name"":""teacher_wp_username"",""label"":""Teacher Wp Username"",""less"":""off"",""show"":""on"",""lookup"":false}],""tableform_column_options"":[{""column_name"":""student_id"",""label"":""Student Id"",""show"":""on""},{""column_name"":""student_gender"",""label"":""Student Gender"",""show"":""on""},{""column_name"":""student_date_of_birth"",""label"":""Student Date Of Birth"",""show"":""on""},{""column_name"":""student_firstname"",""label"":""Student Firstname"",""show"":""on""},{""column_name"":""student_lastname"",""label"":""Student Lastname"",""show"":""on""},{""column_name"":""student_address"",""label"":""Student Address"",""show"":""on""},{""column_name"":""student_zipcode"",""label"":""Student Zipcode"",""show"":""on""},{""column_name"":""student_city"",""label"":""Student City"",""show"":""on""},{""column_name"":""student_county"",""label"":""Student County"",""show"":""on""},{""column_name"":""student_country"",""label"":""Student Country"",""show"":""on""},{""column_name"":""student_email"",""label"":""Student Email"",""show"":""on""},{""column_name"":""student_phone_no"",""label"":""Student Phone No"",""show"":""on""},{""column_name"":""student_registration_date"",""label"":""Student Registration Date"",""show"":""on""},{""column_name"":""student_wp_username"",""label"":""Student Wp Username"",""show"":""on""},{""column_name"":""module_id"",""label"":""Module Id"",""show"":""on""},{""column_name"":""module_name"",""label"":""Module Name"",""show"":""on""},{""column_name"":""module_description"",""label"":""Module Description"",""show"":""on""},{""column_name"":""course_id"",""label"":""Course Id"",""show"":""on""},{""column_name"":""course_start_date"",""label"":""Course Start Date"",""show"":""on""},{""column_name"":""teacher_id"",""label"":""Teacher Id"",""show"":""on""},{""column_name"":""teacher_gender"",""label"":""Teacher Gender"",""show"":""on""},{""column_name"":""teacher_date_of_birth"",""label"":""Teacher Date Of Birth"",""show"":""on""},{""column_name"":""teacher_firstname"",""label"":""Teacher Firstname"",""show"":""on""},{""column_name"":""teacher_lastname"",""label"":""Teacher Lastname"",""show"":""on""},{""column_name"":""teacher_address"",""label"":""Teacher Address"",""show"":""on""},{""column_name"":""teacher_zipcode"",""label"":""Teacher Zipcode"",""show"":""on""},{""column_name"":""teacher_city"",""label"":""Teacher City"",""show"":""on""},{""column_name"":""teacher_county"",""label"":""Teacher County"",""show"":""on""},{""column_name"":""teacher_country"",""label"":""Teacher Country"",""show"":""on""},{""column_name"":""teacher_email"",""label"":""Teacher Email"",""show"":""on""},{""column_name"":""teacher_phone_no"",""label"":""Teacher Phone No"",""show"":""on""},{""column_name"":""teacher_hire_date"",""label"":""Teacher Hire Date"",""show"":""on""},{""column_name"":""teacher_wp_username"",""label"":""Teacher Wp Username"",""show"":""on""}],""tableinfo"":{""tab_label"":""courses (admin)""}}"
    
    • This reply was modified 6 years, 6 months ago by Marius L. J.. Reason: Fix formatting
    Thread Starter Natuma

    (@dmnauta)

    Hi Peter,
    the problem is related to a 1:n relationship.
    The problem also occurs with the wpda_sas example:
    Project:
    parent/child
    wpda_sas_student – OSN: admin
    Manage tableoptions:
    wpda_sas_student – OSN: admin
    1:n wpda_sas_grade (not in Manage tableoptions)
    1:n wpda_sas_student_courses (not in Manage tableoptions)
    -> everything works fine

    Adding wpda_sas_student_courses – OSN: admin in Manage tableoptions
    -> the second tabpage (wpda_sas_student_courses – OSN: admin) is not responding anymore

    Hope this clarifies it!

    Martin

Viewing 5 replies - 1 through 5 (of 5 total)