hey,
who can help me?
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/users/northair/www//lib/skins/brilliancev1/<center> <br /> <table border="1px" width="80%"> <tr> <td colspan="2"><img src="http://northair.bplaced.net/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> </tr> <tr><td colspan="6">There Are No Exam Requests Pending At This Time</td></tr> <tr> <td colspan="6" bgcolor="#cccccc"><b>Exams Currently Assigned:</b></td> </tr> <tr><td colspan="6">No Exams Are Currently Assigned</td></tr> </table> <hr /><br /> <table border="1px" width="80%"> <tr> <td bgcolor="#cccccc"><b>Exam Center Exam And Question Configuration:</b></td> <td bgcolor="#cccccc"><b>View/Edit</b></td> </tr> <tr> <td>Exams in Database: 4</td> <td><a href="http://northair.bplaced.net/index.php/Exams_admin/view_current_exams">Edit/View Current Exams</a></td> </tr> in /users/northair/www/core/classes/TemplateSet.class.php on line 96
I have the Adminlink copy in the core_navigation.tpl from the admintemplates looks so:
if(PilotGroups::group_has_perm(Auth::$usergroups, MODERATE_PIREPS)
|| PilotGroups::group_has_perm(Auth::$usergroups, MODERATE_REGISTRATIONS)
|| PilotGroups::group_has_perm(Auth::$usergroups, EDIT_PILOTS)
|| PilotGroups::group_has_perm(Auth::$usergroups, EDIT_GROUPS)
|| PilotGroups::group_has_perm(Auth::$usergroups, EDIT_RANKS)
|| PilotGroups::group_has_perm(Auth::$usergroups, EMAIL_PILOTS)
|| PilotGroups::group_has_perm(Auth::$usergroups, EDIT_AWARDS)
)
{
?>
<li style="padding: 0; margin: 0;"><a class="menu" href="#">
<img src="<?php echo SITE_URL?>/admin/lib/layout/images/pilots_icon.png" />Pilots & Groups</a>
<ul style="padding: 0; margin: 0;">
<?php
if(PilotGroups::group_has_perm(Auth::$usergroups, MODERATE_REGISTRATIONS))
{
?>
<li><a href="<?php echo adminurl('/pilotadmin/pendingpilots');?>">Pending Registrations</a></li>
<?php
}
if(PilotGroups::group_has_perm(Auth::$usergroups, EDIT_PILOTS))
{
?>
<li><a href="<?php echo adminurl('/pilotadmin/viewpilots');?>">View All Pilots</a></li>
<?php
}
if(PilotGroups::group_has_perm(Auth::$usergroups, EDIT_GROUPS))
{
?>
<li><a href="<?php echo adminurl('/pilotadmin/pilotgroups');?>">Pilot Groups</a></li>
<?php
}
if(PilotGroups::group_has_perm(Auth::$usergroups, EDIT_RANKS))
{
?>
<li><a href="<?php echo adminurl('/pilotranking/pilotranks');?>">Pilot Ranks</a></li>
<?php
}
if(PilotGroups::group_has_perm(Auth::$usergroups, EMAIL_PILOTS))
{
?>
<li><a href="<?php echo adminurl('/massmailer'); ?>">Email all Pilots</a></li>
<?php
}
if(PilotGroups::group_has_perm(Auth::$usergroups, EDIT_AWARDS))
{
?>
<li><a href="<?php echo adminurl('/pilotranking/awards'); ?>">Awards</a></li>
<?php
}
if(PilotGroups::group_has_perm(Auth::$usergroups, FULL_ADMIN))
{
?>
<li><a href="<?php echo adminurl('/maintenance/changepilotid'); ?>">Change a Pilot's ID</a></li>
<?php
}
if(PilotGroups::group_has_perm(Auth::$usergroups, MODERATE_PIREPS))
{
?>
<li><a href="<?php echo adminurl('/pilotadmin/viewbids'); ?>">View Bids</a></li>
<?php
}
?>
<?php
>>>>>>>>>> $admin = ExamsData::check_admin(Auth::$userinfo->pilotid);
if ($admin->admin_level >= '1')
{echo '<a href="'.url('/Exams_admin').'">EXAMCenter Admin</a>';}
?>
<li></li>
</ul>
</li>
<?php
}
if(PilotGroups::group_has_perm(Auth::$usergroups, MODERATE_PIREPS)
|| PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)
|| PilotGroups::group_has_perm(Auth::$usergroups, EDIT_PIREPS_FIELDS)
)
{
?>
Then load Mozilla and show me the Adminpanel and upside comes the error. I use the Skin brilliancev1. Please help me.
And a question: Can i say, you must do this Exam to become an higher rank? Fully automatical? Becuase now its only for Hours. Or?
Basti