Rev 685 - Public field error fix15 April 2009, 7:10 amRev 685 - nabeel (2 file(s) modified)Public field error fix~ /trunk/admin/lib/phpvmsadmin.js~ /trunk/core/common/PilotData.class.phpSource: phpVMSDownload from http://downloads.phpvms.net
what you can do is edit the html file directly (in core/pages), download the page, edit it, and upload it back, skipping the inline editor. that may simplify it a bit
The filename it's trying to create is that entire path up top, which is why it's failing.
What's your page title? Make it one word, that's it.
Then paste stuff into the editor
There would be an iphone specific stylesheet
http://www.google.com/search?q=iphone+stylesheet&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
All of the logged in user's info is under Auth::$userinfo
Do a print_r on it,
<?php
print_r(Auth::$userinfo);
echo Auth::$userinfo->firstname;
echo Auth::$userinfo->totalhours;
echo Auth::$userinfo->totalflights;
?>
There's an API function for putting the latest pireps for a pilot. Your getpilotcode() code is correct
I highly recommend site5 for web hosting - it's completely compatible with phpVMS, and they have excellent customer support. I still use them for client sites. Uptil the 1.0 release, phpVMS was developed on site5.
Click here to goto site5
Note: The above link is a referral/affiliate link, so if you sign up using the link above, site5 will give me $25 for every sign up, which goes a long way in hosting!
That seems fine, site5 is good too, I used them for a loong time
http://www.site5.com/in.php?id=36298
^ That's a referral link, I'll get money if you use that, which will go towards my hosting bill, so if you use that, cool !
Gotcha. Safe mode is bad.. heh.
Templates and stuff, if you look in the skinning forum, there's some examples. Watch the tutorials as well, that'll get you upto speed.