EXAMCenter Beta 1.0

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 "

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.

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

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?

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.

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.

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

}

?>

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?

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

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

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.

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

This will sound stupid, but how do I do install step 2?

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 'EXAMCenter Admin';} ?>

What is the name of file, and where are???

Thanks!

What is the name of file, and where are???

Thanks!

core_navigation.tpl

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

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 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

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.

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