mathavaprakash / proquiz

Automatically exported from code.google.com/p/proquiz
0 stars 0 forks source link

Database error, happen over and over again after hitting the setup button. #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Login
2. Setup quiz, eg 5 quizzes in 5 min
3. Hit setup button

What is the expected output? What do you see instead?
Series of quizzes. Database error, see attachment.

What version of the product are you using? On what operating system?
V2.0.2 CentOS Linux 5.6 

Please provide any additional information below.

Original issue reported on code.google.com by omarjanu...@gmail.com on 7 Jul 2011 at 2:43

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I'm also facing the same issue while installing this in our server.. working 
fine in the local machine..

Original comment by sudheesh...@gmail.com on 3 Sep 2011 at 10:08

GoogleCodeExporter commented 8 years ago
Same problem here, any fix?

Original comment by F.Nieder...@gmail.com on 3 Feb 2012 at 11:00

GoogleCodeExporter commented 8 years ago
Hello,,

Yes, we fixed that thing. In fact our ICTS department fixed that thing. It
was working pretty fine with my local server, but when I uploaded that in
our public webserver we met with this problem. Our ICTS department worked
on it and fixed the bug.... They told me that they updated peal or some
software to its latest version in our public server and fixed that bug.....

Best Regards,

Sudheesh

Original comment by sudheesh...@gmail.com on 4 Feb 2012 at 7:21

GoogleCodeExporter commented 8 years ago
Sorry, "Error in Upgrading Your Installation . Please Install a Fresh Copy. 
Visit : proquiz.softon.org" appear when I upgrade proquiz

Original comment by peace198...@gmail.com on 29 Jul 2012 at 4:15

GoogleCodeExporter commented 8 years ago
temporaly fix...   find and delete: $nob = rand(1000000000,9999999999);
in Proquiz.class.php
use
 $nob = rand(1000000000,2099999999); 
instead.

Original comment by dionys...@gmail.com on 10 Aug 2012 at 3:37