and i don’t have a photo but on the index.php page i’ve no avatar and i’ve just the main page like the crystal theme of phpvms, i dont have the little box orange blue etc… on the first page …
and i don’t have a photo but on the index.php page i’ve no avatar and i’ve just the main page like the crystal theme of phpvms, i dont have the little box orange blue etc… on the first page …
Nope nowhere ! And i’ve followed the documentation !
Hey buddy,
The problem is because, your php code is calling a function that does not exist, that is why it is quitting, or as we call it in the programming jargon "die"ing.
Here’s something which you might have missed from the documentation
Quote
How things work VERY IMPORTANT
[UPDATE] : I have found through the phpVMS Forum post that most of the issues are because the admins forgot to do this part. I repeat, donot skip this part, it’s quite important.
Well, mostly I’ve made sure everything is dynamic, which means you don’t have to change / monitor anything, but there are few stuff which you need to tweak in order to make sure everything works perfectly.
To begin with, the Staff Page needs a little configuration to do. It’s simple, you just need to understand this over here! The skin is even already exported with the code, so no need to Copy paste too.
To the guys who are from ‘Non Computer Science background’, and the guys who donot understand what is an array, An array is a special variable, which can hold more than one value at a time. So we are storing all the staff positions and the name of the respective staff inside “$staff_array”. This is called as an Associative Array
You will need to edit these lines which are located at lib > skins > iCrewLITE > staff.php > on line 13
Layout : First Part = ‘Name of the staff position’, Second Part = ‘Name of the person’
The problem is because, your php code is calling a function that does not exist, that is why it is quitting, or as we call it in the programming jargon "die"ing.
Here’s something which you might have missed from the documentation
This might actually fix it but if it doesn’t, text me up with a demo account, and a temporary FTP account on DM. I’ll happily fix it for you.
Best regards
Ok thanks you ! I will watch it today and if it doesn’t work i text you PM
Glad I was able to fix it for you! if anymore issues, contact me on DM, will be happy to help
For other pilots who have already included jQuery in your core_htmlhead.php, consider removing that, it’s pretty old, iCrew LITE comes with the latest jQuery version.
I have an issue where the counters at the top of the profile page simply are not working (e..g todays hours is showing 0, total hours is 2) Im wondering how to fix this and also if it is possible to change these to display pilot hours
Not sure if i am missing something, or just doing something wrong but when i click on Dashboard I am presented with this http://prntscr.com/p17716
Also, when I create subdomain and basically copy everything from the original domain, the page comes out looking blue-ish and welcome mesage repeats several times.
Not sure if i am missing something, or just doing something wrong but when i click on Dashboard I am presented with this http://prntscr.com/p17716
Also, when I create subdomain and basically copy everything from the original domain, the page comes out looking blue-ish and welcome mesage repeats several times.
Thank you for your help.
Dude… This has literally been answered in this thread, in this very page. Just scroll up a few posts… Please read through this thread before - lots of answers are here already.
I am getting an issue as well. I have installed phpvms and the skin, but now I am getting this error:
Notice: The template file “/home/buskeitc/virtualairline/pilots//lib/skins/iCrewLITE/header.tpl” doesn’t exist in /home/buskeitc/virtualairline/pilots/core/classes/TemplateSet.class.php on line 248
and on the bottom
Notice: The template file “/home/buskeitc/virtualairline/pilots//lib/skins/iCrewLITE/footer.tpl” doesn’t exist in /home/buskeitc/virtualairline/pilots/core/classes/TemplateSet.class.php on line 248
Summary of issues with this Skin as of December 2019:
1 ) Seems to have serious compatibility issues with newer versions of PHPVMS 5.5.x
Intended to work with the PHPVMS version available in the creators github, however that version is seriously out of date.
Serious work needs to be done to establish changes needed to make it compatible with new versions.
solution : unknown, for now use older version of PHPVMS.
2 ) due to old version of PHPVMS being used, Captcha no longer works.
Solution : follow the guide posted in this site to update captcha.
3 ) Due to old version of PHPVMS google maps is used instead of leaflet. This is integrated in more places than just ACARS.
Solution : There is a guide here to update google maps to leaflet. Unfortunately following that guide to the letter broke several parts of this skin as the implementation here is a bit different. More research is needed to fix the google maps implementation of this skin.
4 ) there are several hardcoded links to images in a website that no longer exist (iflyva.in) this causes several images to not display.
Solution : use a mass search tool to locate all references to this links and replace them with internal references to locally hosted files.
more issues remain with this skin. I wish the author was still around to make one more update.
if there’s some interest I may put together a guide to fixing these 4 issues as I’m working through them myself.
I logged out of my CC and now the website is all blue. I tried following the documentation for the fix but it doesn’t seem to fix anything. Now, I keep trying different devices and anytime I go to the CC it is blue and glitchy.
So the issue it looks like is I have to do /index.php/login every time i want to login. Is there a way to fix this?
I logged out of my CC and now the website is all blue. I tried following the documentation for the fix but it doesn’t seem to fix anything. Now, I keep trying different devices and anytime I go to the CC it is blue and glitchy.
So the issue it looks like is I have to do /index.php/login every time i want to login. Is there a way to fix this?