When i installed this add-on i followed everything and i cant see everything on my pages it always says that.
Fatal error: Class ‘ExamsData’ not found in /home/flycsunc/public_html/core/templates/core_navigation.tpl on line 24
why is that problem?
When i installed this add-on i followed everything and i cant see everything on my pages it always says that.
Fatal error: Class ‘ExamsData’ not found in /home/flycsunc/public_html/core/templates/core_navigation.tpl on line 24
why is that problem?
When i installed this add-on i followed everything and i cant see everything on my pages it always says that.
Fatal error: Class ‘ExamsData’ not found in /home/flycsunc/public_html/core/templates/core_navigation.tpl on line 24
why is that problem?
Looks like you have not placed the files in the correct paths, or one has gotten corrupted on the upload. Try re-uploding all the files and be sure they are in the right path. That error is simply saying that the app can not find the files where they are supposed to be.
Well i did but where am i supposed to put those files?
The download should have the proper file structure but if not..
core
common
ExamsData.class.php
modules
Exams
Exams.php
Exams_admin
Exams_admin.php
templates
all the .tpl files
Also check where you are calling it from and make sure that the proper php syntax is there as well.
if you can post or pastebin your core_navigation.tpl file it would be easier for us to see what might be causing it as well, it is not always easy to see what is wrong when the only information to go by is “here is my error” -> “fatal error; foo bar”
Yeah the files are in path. but again where do i put those files
<li><a href="<?php echo url('/'); ?>">home</a></li>
<?php
if(!Auth::LoggedIn())
{
// Show these if they haven't logged in yet
?>
<li><a href="<?php echo url('/login'); ?>">Login</a></li>
<li><a href="<?php echo url('/registration'); ?>">Register</a></li>
<?php
}
else
{
// Show these items only if they are logged in
?>
<li><a href="<?php echo url('/profile'); ?>">Pilot Center</a></li>
<?php
}
?>
<li><a href="<?php echo url('/pilots'); ?>">Pilots</a></li>
<li><a href="<?php echo url('/acars') ?>">Live Map</a></li>
<li><a href="<?php echo url('/Exams') ?>">EXAMCenter</a></li>
<?php
$admin = ExamsData::check_admin(Auth::$userinfo->pilotid);
if ($admin->admin_level >= '1')
{echo '<a href="'.url('/Exams_admin').'">EXAMCenter Admin</a>';}
?>
<?php echo $MODULE_NAV_INC;?>
<?php
if(Auth::LoggedIn())
{
if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN))
{
echo '<li><a href="'.fileurl('/admin').'">Admin Center</a></li>';
}
?>
<li><a href="<?php echo url('/logout'); ?>">Log Out</a></li>
<?php
}
?>
Yeah the files are in path. but again where do i put those files
ummmm… that is where you put them - in those paths in your phpvms install.
At a quick glance over your file, it looks ok so I would really lean toward the files not being where they are supposed to be.
the install folder? but the admin center says that i have to delete the install folder because it poses security risk
which i deleted it
ok, if it is ok with you if we can chat though MSN? I’m really lost right now
My msn id is in my profile. You can look me up when you need to.
ok i added you, i’ll be online.
Any last requests for the next beta release?
I have already..
-Moved the admin panel to the admin side of phpvms using the native permissions settings for groups.
-Added functions to delete exams and questions
-Added an entrance exam function tied into registration
-Working on finishing up a question randomizer and one at a time question submission option.
A couple of peeks
Now that looks pretty sweet! Great job as always!
Excellent Cant wait for that one
“Added an entrance exam function tied into registration”
I can’t wait for this function!
May have missed this already in a request but, read from the config file for the money sign
I was going to install this today to another VA but i may wait for the next release, any ideas when?
I can still get that one in Mark. Should have somethng out this week, was hoping sooner but the back to back blizzards and no power here at the house for a few days kind of distracted me…
Worth the wait i believe, thanks for these great additions.
“Added an entrance exam function tied into registration”
I can’t wait for this function!
Yeah me too!
“Added an entrance exam function tied into registration”
I can’t wait for this function!
Yeah me too!
Yes, this is what we need. Is there any release date for the update of the Examcenter?
Is there a chance to get this feature already now?
Thanks for that great work.
Regards, Stephan