Coder Social home page Coder Social logo

Comments (14)

francoisjacquet avatar francoisjacquet commented on May 13, 2024

Hi Mcnd,

You could try to look in the Page Source to see if there is a message.
Else you could also try to execute the diagnostic.php script.

François

from rosariosis.

mcnd avatar mcnd commented on May 13, 2024

HI,

Many thanks for your prompt response. Attached is a screen shot. the
diagnostic.php also draws a blank.

Mcnd

On Sat, Feb 8, 2014 at 9:14 PM, François Jacquet
[email protected]:

Hi Mcnd,

You could try to look in the Page Source to see if there is a message.
Else you could also try to execute the diagnostic.php script.

François

Reply to this email directly or view it on GitHubhttps://github.com//issues/18#issuecomment-34547081
.

from rosariosis.

francoisjacquet avatar francoisjacquet commented on May 13, 2024

Sorry but the screenshot is not available.
François

from rosariosis.

mcnd avatar mcnd commented on May 13, 2024

pg error
Please find attached

from rosariosis.

francoisjacquet avatar francoisjacquet commented on May 13, 2024

Here you have the error:
ERROR: permission denied for relation config

After googling:
http://stackoverflow.com/questions/13497352/error-permission-denied-for-relation-tablename-on-postgres-while-trying-a-selec

François

from rosariosis.

mcnd avatar mcnd commented on May 13, 2024

Hi,

Many thanks. I am trying to get the permission resolved by my hosting service provider.

from rosariosis.

mcnd avatar mcnd commented on May 13, 2024

Hi,

Am on shared hosting which is using postgres 8.4.X. I guess on shared
hosting we do not have superuser rights - is this an impediment to
installing the rosatiosis.

Tks

On Sat, Feb 8, 2014 at 9:37 PM, François Jacquet
[email protected]:

Here you have the error:
ERROR: permission denied for relation config

After googling:

http://stackoverflow.com/questions/13497352/error-permission-denied-for-relation-tablename-on-postgres-while-trying-a-selec

François

Reply to this email directly or view it on GitHubhttps://github.com//issues/18#issuecomment-34547653
.

from rosariosis.

francoisjacquet avatar francoisjacquet commented on May 13, 2024

Hi,

the posgres user should have the rights to create tables, views,
schemas, and then to select, insert, update.
It is not required to be a superuser.

François

Le 16/02/2014 11:03 p.m., mcnd a écrit :

Hi,

Am on shared hosting which is using postgres 8.4.X. I guess on shared
hosting we do not have superuser rights - is this an impediment to
installing the rosatiosis.

Tks

On Sat, Feb 8, 2014 at 9:37 PM, François Jacquet
[email protected]:

Here you have the error:
ERROR: permission denied for relation config

After googling:

http://stackoverflow.com/questions/13497352/error-permission-denied-for-relation-tablename-on-postgres-while-trying-a-selec

François

Reply to this email directly or view it on
GitHubhttps://github.com//issues/18#issuecomment-34547653
.


Reply to this email directly or view it on GitHub
#18 (comment).

from rosariosis.

mcnd avatar mcnd commented on May 13, 2024

Hi,

I am happy to say that I have successfully deployed rosarisis and it is
wonderful. I am trying to integrate moodle and require assistance.

I get this error:
Date:

02/19/2014 06:29:15

Failure Notice:

DB Execute Failed.

_Additional Information:_ERROR: invalid input syntax for type numeric:
"s123" LINE 1: SELECT STUDENT_ID FROM STUDENTS WHERE STUDENT_ID='s123' ^

On Sat, Feb 8, 2014 at 9:17 PM, Raj [email protected] wrote:

HI,

Many thanks for your prompt response. Attached is a screen shot. the
diagnostic.php also draws a blank.

Mcnd

On Sat, Feb 8, 2014 at 9:14 PM, François Jacquet <[email protected]

wrote:

Hi Mcnd,

You could try to look in the Page Source to see if there is a message.
Else you could also try to execute the diagnostic.php script.

François

Reply to this email directly or view it on GitHubhttps://github.com//issues/18#issuecomment-34547081
.

from rosariosis.

francoisjacquet avatar francoisjacquet commented on May 13, 2024

Hi,

Thanks for your error report.
When you create a student, the RosarioSIS ID /must/ be numeric, only,
hence the error ("s123" is a string).
The fix to handle the error inside RosarioSIS will be available in the
next release,

Cheers,
François

Le 19/02/2014 06:31 a.m., mcnd a écrit :

Hi,

I am happy to say that I have successfully deployed rosarisis and it is
wonderful. I am trying to integrate moodle and require assistance.

I get this error:
Date:

02/19/2014 06:29:15

Failure Notice:

DB Execute Failed.

_Additional Information:_ERROR: invalid input syntax for type numeric:
"s123" LINE 1: SELECT STUDENT_ID FROM STUDENTS WHERE STUDENT_ID='s123' ^

On Sat, Feb 8, 2014 at 9:17 PM, Raj [email protected] wrote:

HI,

Many thanks for your prompt response. Attached is a screen shot. the
diagnostic.php also draws a blank.

Mcnd

On Sat, Feb 8, 2014 at 9:14 PM, François Jacquet
<[email protected]

wrote:

Hi Mcnd,

You could try to look in the Page Source to see if there is a message.
Else you could also try to execute the diagnostic.php script.

François

Reply to this email directly or view it on
GitHubhttps://github.com//issues/18#issuecomment-34547081
.


Reply to this email directly or view it on GitHub
#18 (comment).

from rosariosis.

mcnd avatar mcnd commented on May 13, 2024

Hi,

Wen we add users and assign them new roles under administrator profile -
the new user is unable to login.

Please advice.

Thanks

from rosariosis.

mcnd avatar mcnd commented on May 13, 2024

Hi, Is there any documentation wrt moodle integration - require assistance.
I am currently getting a db error.

Have enable moodle web service, got the token and added it in the
config.inc.php file.

Thanks,

from rosariosis.

francoisjacquet avatar francoisjacquet commented on May 13, 2024

Hi,

as stated in the /config.inc.php/:
$RosarioAdmins = '6'; // can be list such as '1,23,50' - note, these
should be id's in the DefaultSyear, otherwise they can't login anyway

François

Le 24/02/2014 11:12 p.m., mcnd a écrit :

Hi,

Wen we add users and assign them new roles under administrator profile -
the new user is unable to login.

Please advice.

Thanks


Reply to this email directly or view it on GitHub
#18 (comment).

from rosariosis.

francoisjacquet avatar francoisjacquet commented on May 13, 2024

Hi,

Let me quote the /modules/Moodle/config.inc.php/ file:
// c- Enter the token and the Moodle URL in the School Configuration
screen

Every step you should follow is clearly explained in the /config.inc.php/.

François

Le 24/02/2014 11:14 p.m., mcnd a écrit :

Hi, Is there any documentation wrt moodle integration - require
assistance.
I am currently getting a db error.

Have enable moodle web service, got the token and added it in the
config.inc.php file.

Thanks,


Reply to this email directly or view it on GitHub
#18 (comment).

from rosariosis.

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.