Welcome to phpVMS!
Posted by phpVMS Installer on 10/26/2014
Thanks for installing and using phpVMS!
Check out the docs for help and information on getting started on your VA.
This is just a starter skin - customize yours completely. This is just a basic, barebones example of what a skin is and how it works. Check out the crystal folder in the lib/skins directory. Make your own copy and fiddle around. For help, check out the forum, and skinning docs. Also, be sure to check out the skinning tutorials for a quick primer. The forums are also filled with plenty of helpful people for any questions you may have.
Good luck!
Recent Reports
No reports have been filed
Newest Pilots
Parse error: syntax error, unexpected ')', expecting '&' or variable (T_VARIABLE) in /home/vacax10h/public_html/phpvms/core/common/PilotData.class.php on line 436
I do not understand what this error is telling me
Install went fine - tables all created
Install checker tests - all green
433 /**
434 * Save avatars
435 */
436 public static function saveAvatar($code, $pilotid,)
437 {
438 # Check the proper file size
439 # Ignored for now since there is a resize
440 /*if ($_FILES['avatar']['size'] > Config::Get('AVATAR_FILE_SIZE'))
441 {
442 return false;
443 }*/
Posted by phpVMS Installer on 10/26/2014
Thanks for installing and using phpVMS!
Check out the docs for help and information on getting started on your VA.
This is just a starter skin - customize yours completely. This is just a basic, barebones example of what a skin is and how it works. Check out the crystal folder in the lib/skins directory. Make your own copy and fiddle around. For help, check out the forum, and skinning docs. Also, be sure to check out the skinning tutorials for a quick primer. The forums are also filled with plenty of helpful people for any questions you may have.
Good luck!
Recent Reports
No reports have been filed
Newest Pilots
Parse error: syntax error, unexpected ')', expecting '&' or variable (T_VARIABLE) in /home/vacax10h/public_html/phpvms/core/common/PilotData.class.php on line 436
I do not understand what this error is telling me
Install went fine - tables all created
Install checker tests - all green
433 /**
434 * Save avatars
435 */
436 public static function saveAvatar($code, $pilotid,)
437 {
438 # Check the proper file size
439 # Ignored for now since there is a resize
440 /*if ($_FILES['avatar']['size'] > Config::Get('AVATAR_FILE_SIZE'))
441 {
442 return false;
443 }*/