Sava Posted July 27, 2011 Report Share Posted July 27, 2011 Is there a way to see taken exams and what questions the taker got wrong? I posted this a while ago and I am interested can anyone supplied a modifeid code so this is enabled. I would really need this feature. Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted July 27, 2011 Moderators Report Share Posted July 27, 2011 I think Dave is rewriting the system, it is not possible with the current one. Quote Link to comment Share on other sites More sharing options...
BlueSkyVA Posted September 28, 2011 Report Share Posted September 28, 2011 I just installed EXAMCenter and that works fine, I can access the regular exam center. But I place the exam admin code in the pilot center tpl file just like I did the regular exam center except the admin panel link does not show up. Also, I don't know how to find out which use has the "1" label. Any help? Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted October 3, 2011 Author Administrators Report Share Posted October 3, 2011 By default the module makes the pilot with pilotid 1 in the database the admin. If you need it to be anything else you will need to edit it in the database directly to start. Quote Link to comment Share on other sites More sharing options...
rpalmer800 Posted October 10, 2011 Report Share Posted October 10, 2011 ok i installed this then my whole site crashed and now it is still down...any ideas on how to fix besides uninstall cause that didnt work Quote Link to comment Share on other sites More sharing options...
TennShadow Posted October 10, 2011 Report Share Posted October 10, 2011 ok i installed this then my whole site crashed and now it is still down...any ideas on how to fix besides uninstall cause that didnt work If your going to ask for help you need to give us as much detail as possible. What do you mean your site crashed? Are you getting any error messages or is it just a blank screen? Quote Link to comment Share on other sites More sharing options...
Kieran Jones Posted December 3, 2011 Report Share Posted December 3, 2011 Hi Guys, When i put the Admin code in as php it gives me this error: Parse error: syntax error, unexpected T_VARIABLE in /home/venture/public_html/vms/lib/skins/sleekv1/core_navigation.tpl on line 15 Ive looked on line 15 and this is what is on it: <?php$admin = ExamsData::check_admin(Auth::$userinfo->pilotid); i have placed the php code next to the Admin Panel in php and ive tried moving it about. Please help Kieran Venture Airways - CEO Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted December 7, 2011 Author Administrators Report Share Posted December 7, 2011 Looks like you have left off the closing php tag - ?> Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted December 19, 2011 Report Share Posted December 19, 2011 Hi, doesn't work, i've a problem i can access as pilot to the Exams Center but i can't access as admin to my Admin page for the exams center, The link is: http://www.bluepanoramava.com/index.php/Exams_admin i've the title: Exams_admin - Blue Panorama ... .bla bla bla .... But it doesn't work, when i go to this link this redirect to the home.. Is there any soluction? Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted December 20, 2011 Author Administrators Report Share Posted December 20, 2011 If you are being redirected it means you are either not logged in to the system or you are not the pilot with database id #1 and you have not been assigned admin rights to the exam admin system. The work around is in the instructions in the very first post of this thread. Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted December 20, 2011 Report Share Posted December 20, 2011 I'm the president of this VA, all admin rights but i don't know if i've the rights for the exam system, how can i see that? Quote Link to comment Share on other sites More sharing options...
Jeff Posted December 20, 2011 Report Share Posted December 20, 2011 Go to phpMyAdmin and go to phpVMS_pilots Under ID should be a number next to your name. If the number is 1, you are good to go. Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted December 20, 2011 Report Share Posted December 20, 2011 And?!? Here is the img thnx Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted December 20, 2011 Author Administrators Report Share Posted December 20, 2011 And?!? Here is the img thnx Looks like you are #1101 not #1 in the database. You will need to add your id to the exam admin database as an admin manually. exams_admin table add pilot_id - 1101 admin_level - 1 Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted December 22, 2011 Report Share Posted December 22, 2011 Ok work, Thank you very much! Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted December 22, 2011 Report Share Posted December 22, 2011 How to use the Exam system for the ranks? So for the FO Rank you need to pass exam with 80%, and then one of the staff will be validate your exam after that your rank is change to FO How to do this? And How to change the money from $ to €? Thnx Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted December 23, 2011 Author Administrators Report Share Posted December 23, 2011 The exam center is not tied to the phpvms native ranks, you will have to do that manually. The $ is hard coded into the templtes in this module - you will have to change it there. Quote Link to comment Share on other sites More sharing options...
Donshannon Posted January 9, 2012 Report Share Posted January 9, 2012 Works Perfectly for me! Quote Link to comment Share on other sites More sharing options...
Beastt Posted February 29, 2012 Report Share Posted February 29, 2012 It shifts over http://prntscr.com/6kq3t EDIT:Never mind! Quote Link to comment Share on other sites More sharing options...
Kieran Jones Posted March 23, 2012 Report Share Posted March 23, 2012 I get this error: "Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/monarch/public_html//lib/skins/monarchvirtual/<center> <br /> <table border="1px" width="80%"> <tr> <td colspan="2"><img src="http://monarchvirtual.co.uk/examimages/exam_logo.gif" alt="EXAMCenter © simpilotgroup" /></td> <td colspan="4"><br /><h4>EXAMCenter Admin Panel</h4></td> <tr> <td colspan="6" bgcolor="#cccccc"><b>Exams Awaiting Approval:</b></td> </tr> <tr><td colspan="6">There are no exams currently awaiting approval.</td></tr> <tr> <td colspan="6" bgcolor="#cccccc"><b>Pilot Exam Requests:</b></td> in /home/monarch/public_html/core/classes/TemplateSet.class.php on line 96" I dont know how to get rid of it??? some help please? (this is on the EXAM Admin page everything else works fine) Best Regards, Kieran Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted March 23, 2012 Author Administrators Report Share Posted March 23, 2012 It looks like that there must be a reference to a full url in that template instead of a relative one. Change that when you find it or change the setting of the open_basedir on your server. Quote Link to comment Share on other sites More sharing options...
Kieran Jones Posted March 23, 2012 Report Share Posted March 23, 2012 The thing is, i had it on the registration page but i deleted the Hub section and it vannished???? weired but it worked. Quote Link to comment Share on other sites More sharing options...
Benn Kelly Posted May 11, 2012 Report Share Posted May 11, 2012 where is the link to download examcenter? Quote Link to comment Share on other sites More sharing options...
cgentil Posted June 20, 2012 Report Share Posted June 20, 2012 I got this error: Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/a2439274/public_html//lib/skins/fresh/<center> <br /> <table border="1px" width="80%"> <tr> <td colspan="2"><img src="http://www.aeroregionalportugal.co.cc/examimages/exam_logo.gif" alt="EXAMCenter © simpilotgroup" /></td> <td colspan="4"><br /><h4>EXAMCenter Admin Panel</h4></td> <tr> <td colspan="6" bgcolor="#cccccc"><b>Exams Awaiting Approval:</b></td> </tr> <tr><td colspan="6">There are no exams currently awaiting approval.</td></tr> <tr> <td colspan="6" bgcolor="#cccccc"><b>Pilot Exam Requests:</b></td> in/home/a2439274/public_html/core/classes/TemplateSet.class.php on line 96 How I solve? Quote Link to comment Share on other sites More sharing options...
cgentil Posted June 20, 2012 Report Share Posted June 20, 2012 Where is open_basedir file? Or tell me what I have to do for this. Quote Link to comment Share on other sites More sharing options...
cgentil Posted June 20, 2012 Report Share Posted June 20, 2012 How I change this: You have v$0 in your company account to use towards EXAMCenter purchases. to €? And exam cost to €? Thanks. Quote Link to comment Share on other sites More sharing options...
cgentil Posted June 20, 2012 Report Share Posted June 20, 2012 first problem about error is solved Quote Link to comment Share on other sites More sharing options...
Tsako Posted September 21, 2012 Report Share Posted September 21, 2012 There is no signature. Where can I find the download link? Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted September 21, 2012 Moderators Report Share Posted September 21, 2012 Here Quote Link to comment Share on other sites More sharing options...
Tsako Posted September 22, 2012 Report Share Posted September 22, 2012 Thanks a lot. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.