Amed Posted December 11, 2010 Report Share Posted December 11, 2010 Pls help i have this message when i run the exams_admin : Notice: The template file "/home/sites/SITE WEBom/public_html/phpvms.full//admin/templates/frontpage_main.tpl" doesn't exist in /home/sites/SITE EB.com/public_html/phpvms.full/core/classes/TemplateSet.class.php on line 248 i can't find " /frontpage_main.tpl " Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted December 11, 2010 Author Administrators Report Share Posted December 11, 2010 Pls help i have this message when i run the exams_admin : Notice: The template file "/home/sites/SITE WEBom/public_html/phpvms.full//admin/templates/frontpage_main.tpl" doesn't exist in /home/sites/SITE EB.com/public_html/phpvms.full/core/classes/TemplateSet.class.php on line 248 i can't find " /frontpage_main.tpl " Did you erase the default tempate files for the admin section accidently when you were loading up the exam admin files? Look in admin/templates and see if there are any files there, namely the frontpage_main.tpl file. There should be 60+ files in that folder. Quote Link to comment Share on other sites More sharing options...
Amed Posted December 11, 2010 Report Share Posted December 11, 2010 Hello Thanks for your anser belly starts to swallow the installation I've destroyed any files ... on the Admin / templates had 97 templates file .. only the file (frontpage_main.tpl) does not exist, I really look Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted December 12, 2010 Author Administrators Report Share Posted December 12, 2010 Now that I really look at the error, it seems odd. The frontpage_main.tpl file is on the pilot side "root/core/templates", yet there is not one on the admin side. Does it exist still in that folder? Did you change the structure of the file tree at all? Quote Link to comment Share on other sites More sharing options...
Amed Posted December 12, 2010 Report Share Posted December 12, 2010 Hello Sir, I assure you I did not change or destroy any file that simply do not know programming. I install the packages using the instructions given on the files 'read me' or on the forum. This morning I downloaded the package again: phpVMS and I do not find the file in question. I pocede verssion is the last 2.1.934 Thank you again for your reply. Quote Link to comment Share on other sites More sharing options...
Guest nedra Posted December 23, 2010 Report Share Posted December 23, 2010 I've just installed ExamCenter, and so far it's worked brilliantly! However, one issue which I've come across (which isn't a biggy, but it's still kinda irritating), is that the link to ExamCenter still exists in the navbar, even when I'm not logged in. Is there a way in which I can set it so that only people who are logged in can see that link? http://unityvirtual.net/ That's what i mean (Next to the roster link) Thanks for your help. Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted December 23, 2010 Author Administrators Report Share Posted December 23, 2010 I've just installed ExamCenter, and so far it's worked brilliantly! However, one issue which I've come across (which isn't a biggy, but it's still kinda irritating), is that the link to ExamCenter still exists in the navbar, even when I'm not logged in. Is there a way in which I can set it so that only people who are logged in can see that link? http://unityvirtual.net/ That's what i mean (Next to the roster link) Thanks for your help. You need to place the link for the exam center within the "Logged in" section of links in the core_navigation.tpl file. Use the Pilot Center link already in the file as an example. Quote Link to comment Share on other sites More sharing options...
tylerj Posted December 24, 2010 Report Share Posted December 24, 2010 I have searched quite a bit, whenever I try going to the exam admin it brings me to the frontpage... even though im logged in.. here is the code.. <li><a href="<?php echo SITE_URL ?>/index.php/Frontpage">Home</a></li> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <li><a href="<?php echo SITE_URL ?>/index.php/registration">Register</a></li> <?php } else { // Show these items only if they are logged in ?> <li><a href="<?php echo SITE_URL ?>/index.php/profile">Pilot Center</a></li> <?php } ?> <li><a href="<?php echo SITE_URL ?>/index.php/pilots">Pilots</a></li> <li><a href="<?php echo SITE_URL ?>/index.php/acars">Flight Map</a></li> <?php echo $MODULE_NAV_INC;?> <?php if(Auth::LoggedIn()) { if(Auth::UserInGroup('Administrators')) { echo '<li><a href="'.SITE_URL.'/admin/">Admin Panel</a></li>'; } { echo '<li><a href="'.url('/Exams_admin').'">EXAMCenter Admin</a></li>'; } ?> <li><a href="<?php echo SITE_URL ?>/index.php/login/logout">Log Out</a></li> <?php } ?> Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted December 27, 2010 Author Administrators Report Share Posted December 27, 2010 Are you either pilot id #1 in the database (the default exam admin) or has pilot #1 assigned you as an admin of the exam center? Quote Link to comment Share on other sites More sharing options...
James142 Posted January 24, 2011 Report Share Posted January 24, 2011 I know this question has being asked before in this post, but I was wondering if you where still thinking of developing that entrance exam? I would really like that Quote Link to comment Share on other sites More sharing options...
Tylor Eddy Posted February 18, 2011 Report Share Posted February 18, 2011 Gday Simpilot Just installed your module, looks great, ive been getting it to match my site, i have this problem though Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/qantasvi/public_html//lib/skins/brilliancev1/<center> <br /> <table border="1px" width="80%"> <tr> <td colspan="2"><img src="http://qantasvirtual.com/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/qantasvi/public_html/core/classes/TemplateSet.class.php on line 96 its at the top of my site, and only occurs when i attempt to access the admin side of the module, im not sure why, hopefully you'll have a better idea. Thanks Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted February 18, 2011 Author Administrators Report Share Posted February 18, 2011 Warning: file_exists() [function.file-exists]: open_basedir restriction in effect This is a server setting that needs to be changed, not sure why it would only show up in ExamCenter though. Quote Link to comment Share on other sites More sharing options...
Tylor Eddy Posted February 18, 2011 Report Share Posted February 18, 2011 This is a server setting that needs to be changed, not sure why it would only show up in ExamCenter though. Ok, i got my host to fix it, thanks for the support. Cheers Quote Link to comment Share on other sites More sharing options...
freshJet Posted March 22, 2011 Report Share Posted March 22, 2011 This will sound stupid, but how do I do install step 2? Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted April 22, 2011 Report Share Posted April 22, 2011 4 - Place a link in your menu for the Admins and Staff Members of EXAMCenter -> <?php $admin = ExamsData::check_admin(Auth::$userinfo->pilotid); Â Â Â Â Â Â Â Â if ($admin->admin_level >= '1') {echo '<a href="'.url('/Exams_admin').'">EXAMCenter Admin</a>';} ?> What is the name of file, and where are???? Thanks! Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted April 22, 2011 Moderators Report Share Posted April 22, 2011 What is the name of file, and where are???? Thanks! core_navigation.tpl Quote Link to comment Share on other sites More sharing options...
Rickisani Posted April 27, 2011 Report Share Posted April 27, 2011 I have a problem in the "EXAM Admin Center" because I have the following on the message header: Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/html/web907/html/freedomair//lib/skins/crystal-II/<center> <br /> <table border="1px" width="80%"> <tr> <td colspan="2"><img src="http://www.power-team-radio.com/freedomair/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& in /var/www/html/web907/html/freedomair/core/classes/TemplateSet.class.php on line 96 how can I correct the error even in a url 2 / / not available where only 1 / should be and even in this code in <b> Pilot Exam Requests: </b& , & this is where this fix in it for who can help Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted April 27, 2011 Author Administrators Report Share Posted April 27, 2011 I believe your problem is a server side issue, not Exam Center; open_basedir restriction in effect Submit a ticket with your host to see if they will adjust the settings for your server. What are you using for a server? (dedicated, shared, vps, free, etc) Quote Link to comment Share on other sites More sharing options...
Rickisani Posted April 27, 2011 Report Share Posted April 27, 2011 I believe your problem is a server side issue, not Exam Center; open_basedir restriction in effect Submit a ticket with your host to see if they will adjust the settings for your server. What are you using for a server? (dedicated, shared, vps, free, etc) I can manage some, I have a web host, so webspace and PHP open_basedir is on, what can you still Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted April 28, 2011 Author Administrators Report Share Posted April 28, 2011 It needs to be turned off. Your host will have to probably do it unless you have root access, ie, a vps or dedicated server. Quote Link to comment Share on other sites More sharing options...
Rickisani Posted April 30, 2011 Report Share Posted April 30, 2011 It needs to be turned off. Your host will have to probably do it unless you have root access, ie, a vps or dedicated server. I will turn off open_basedir PHP and will see if it improves, I have a lot webspace where I can set in the webinterface and there's this here. Only the URL in the error code irritates me because there are two slash where actually should only be one. sorry I only post now because I was some days not as Quote Link to comment Share on other sites More sharing options...
Sava Posted May 5, 2011 Report Share Posted May 5, 2011 Is there a way to see taken exams and what questions the taker got wrong? Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted May 5, 2011 Moderators Report Share Posted May 5, 2011 Not with the current system no. Quote Link to comment Share on other sites More sharing options...
Angel Air Posted May 29, 2011 Report Share Posted May 29, 2011 Hi all, Finally got round to installing this add on, all files are where they should be but getting this error when you click on the link in the pilot centre. The module "%3CA%20HREF=%22HTTP:" doesn't exist! Any ideas to fix the problem are welcomed. Thanks Scott I have fixed the problem thanks anyway. I had added some extra code which should not have been there. Quote Link to comment Share on other sites More sharing options...
Guest Posted June 19, 2011 Report Share Posted June 19, 2011 i cant find the examadmin. the exam page still works but the admin cant find. does anyone known whats wrong? Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted June 19, 2011 Author Administrators Report Share Posted June 19, 2011 i cant find the examadmin. the exam page still works but the admin cant find. does anyone known whats wrong? Did you put in a link for the page as it is described in the first post? 4 - Place a link in your menu for the Admins and Staff Members of EXAMCenter -> <?php $admin = ExamsData::check_admin(Auth::$userinfo->pilotid); if ($admin->admin_level >= '1') {echo '<a href="'.url('/Exams_admin').'">EXAMCenter Admin</a>';} ?> Quote Link to comment Share on other sites More sharing options...
Guest Posted June 19, 2011 Report Share Posted June 19, 2011 Did you put in a link for the page as it is described in the first post? yeah, but he doesnt show anything about examadmin. Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted June 19, 2011 Author Administrators Report Share Posted June 19, 2011 Are you the pilot with database id # 1? 3 - The system automatically assigns the pilot with the database id of "1" as the first administrator. DO NOT un-assign this pilot as an admin unless you have at least one more admin assigned, you will not be able to log back into the center as an admin Quote Link to comment Share on other sites More sharing options...
Tylor Eddy Posted June 23, 2011 Report Share Posted June 23, 2011 Delete button is on the list for next release The tracking as to what routes etc.. vs what tests have been taken can be done. I will have to think about it. Do you have the ranks tied into your available schedules now? I think that is how it would all have to tie together.... G'day Simpilot, I have an idea for you, i would really like to know how i can add the documentation required for my exams into the examcenter module, on the pilot's side, i would like to have the exam description as a link to the pilot resource, but i'm not sure how i could code that, possibly with exam id's or something ? Thanks Tylor Quote Link to comment Share on other sites More sharing options...
Passion Posted July 27, 2011 Report Share Posted July 27, 2011 hello together I've downloaded the file yesterday Now I would be interested times in which file exactly should this code: <? php $ admin = ExamsData: check_admin (Auth:: $ userinfo-> PilotID); if ($ admin-> admin_level> = '1 ') {echo '<a href="'.url('/Exams_admin').'"> EXAMCenter Admin </ a>';} ?> I would appreciate help on. Ok now I know where that came from, but I now have the problem, although I'm NFA0001, I do not see Exam Admin Center in the link list. I'm logged in as Admin and also the first pilot. Maybe someone knows this even help. greeting Passion 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.