Giter Club home page Giter Club logo

Comments (4)

dartheide avatar dartheide commented on July 26, 2024

RAP issues26.pptx
Added powerpoint with screen dumps

from rap.

stefjoosten avatar stefjoosten commented on July 26, 2024

Symptoms

It seems that account 851833573 cannot recompile an existing script and account 123456 can...

from rap.

dartheide avatar dartheide commented on July 26, 2024

An user created with SQL can compile but a user created by the RAP3 interface cannot compile.
The difference in table Account is the field accStudNr, that field is empty when the user is created by the RAP3 interface. When I correct the field (with phpadmin) the user is able to compile.

I used the following SQL statements;
INSERT INTO Account(Account,accStudNr,accEmail,accNewPassword,accUserid,accPassword,accIsInitialized,accIsActive,
accDeactivateReq,accPerson,ts_insertupdate)
VALUES('Acc_Hans','851833574',NULL,NULL,'851833574','welkom','Acc_Hans','Acc_Hans',NULL,'Hans','2017-06-17 20:44:55');

INSERT INTO UserID(UserID,Studentnummer,ts_insertupdate)
VALUES('851833574','851833574','2017-06-17 20:44:53');

INSERT INTO Actor(Actor,Person,personMiddle,personFirstName,personLastName,ts_insertupdate)
VALUES('Hans','Hans','','Hans','Voorwinden','2017-06-17 20:44:52');

INSERT INTO accAllowedRoles (Account, Role, ts_insertupdate)
VALUES('Acc_Hans', 'Student', '2017-06-17 20:44:52');

INSERT INTO accAllowedRoles (Account, Role, ts_insertupdate)
VALUES('Acc_Hans', 'User', '2017-06-17 20:44:55');

INSERT INTO accDefaultRoles (Account, Role, ts_insertupdate)
VALUES('Acc_Hans', 'User', '2017-06-17 20:44:55');

from rap.

stefjoosten avatar stefjoosten commented on July 26, 2024

fixed on https://rap.cs.ou.nl.

from rap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.