Giter Site home page Giter Site logo

Comments (12)

francoisjacquet avatar francoisjacquet commented on June 2, 2024

Hi Anthony,

thanks for reporting this bug. I will release a new beta version (2.0b4) tomorrow. It would be of great help if you can tell if the bug is still here.

François

from rosariosis.

 avatar commented on June 2, 2024

Alright. I'll download it and tell you if its there or not.

from rosariosis.

 avatar commented on June 2, 2024

Tested 2.0b4 and that same bug is still there. Tested it on my computer, iPad and iPhone. Everything else seems fine on my end.

from rosariosis.

francoisjacquet avatar francoisjacquet commented on June 2, 2024

Thanks for reporting the bug,
I tried to play around but did not encounter the bug.
Could you tell if the ajaxLink get error then impeached you to further browse within RosarioSIS?
Does the bug always appear after clicking the same link (Modules.php?modname=Students/Search.php)?

from rosariosis.

 avatar commented on June 2, 2024

I played around with the new release even more. Found out it gives me the same error in 'Marking Periods' under "School Setup", the "Students" application, and the "Users" application. However, If I get the error, I can still use RosarioSIS. Its not like the system kicks me off or freezes or anything like that. I used Firefox, Apple Safari and Google Chrome and all of them give me the same error.

from rosariosis.

francoisjacquet avatar francoisjacquet commented on June 2, 2024

Hi Anthony,
I have changed the error message to include more info in order to investigate.
If you could please download the latest mobile version here and report:
https://github.com/francoisjacquet/rosariosis/archive/mobile.zip

from rosariosis.

 avatar commented on June 2, 2024

Ok. I got the following error in the same applications, "ajaxLink get Status: error - Error: Internal Server Error". Could it be my server?

from rosariosis.

francoisjacquet avatar francoisjacquet commented on June 2, 2024

OK, thanks.
I did a search about 500 Internal Server Errors generated by an AJAX call to a PHP script: http://www.stackoverflow.com/questions/538391/ajax-call-to-php-script-gives-me-500-internal-server-error
To know more about the error, you should consult the error log of your server.
If you could post here the log line associated, maybe I can help.

François

from rosariosis.

 avatar commented on June 2, 2024

Ok this is the error log:

[Thu Dec 26 14:50:39 2013] [error] [client 192.168.1.1] PHP Parse error: syntax error, unexpected T_STRING in /srv/www/htdocs/midemo/modules/School_Setup/MarkingPeriods.php on line 81, referer: http://localhost/midemo/index.php
[Thu Dec 26 14:50:42 2013] [error] [client 192.168.1.1] PHP Parse error: syntax error, unexpected T_STRING in /srv/www/htdocs/midemo/modules/Students/Student.php on line 67, referer: http://localhost/midemo/index.php
[Thu Dec 26 14:50:44 2013] [error] [client 192.168.1.1] PHP Parse error: syntax error, unexpected T_STRING in /srv/www/htdocs/midemo/modules/Users/User.php on line 77, referer: http://localhost/midemo/index.php

from rosariosis.

francoisjacquet avatar francoisjacquet commented on June 2, 2024

Thanks for posting the log lines:
these errors correspond to the use of goto instructions.
goto is available in PHP 5.3, so I guess the PHP version of your server is < 5.3
Anyway, I replaced the goto instructions, so normally, if you now download the latest mobile version (https://github.com/francoisjacquet/rosariosis/archive/mobile.zip), these errors should not appear anymore :)

François

from rosariosis.

 avatar commented on June 2, 2024

Yeah I have PHP 5.2 but It works now! Could we use this version for production or should we wait until the official 2.0 version comes out?

from rosariosis.

francoisjacquet avatar francoisjacquet commented on June 2, 2024

The problem with PHP < 5.3.2 is that the crypt function will not work on every system. This function is used to encrypt and decrypt the passwords in RosarioSIS.
However, you can use this hack if necessary: https://github.com/francoisjacquet/rosariosis/wiki/PHP-version-inferior-to-5.3.2,-can%27t-login

As for the stable release of RosarioSIS 2, I think we are on a good way.

François

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.