hecrowell Posted October 27, 2014 Share Posted October 27, 2014 I have installed phpvms and the install went fine - except for the last part for the index.php. here's what I get and I do not know how to fix this parse error: phpvms is installed on 10x hosting Any help appreciated 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 PilotData.class.php Section 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 }*/ Link to comment Share on other sites More sharing options...
RocketRod737 Posted October 27, 2014 Share Posted October 27, 2014 Any free type hosting does not work well with phpVMS. Can't tell from your code as it doesn't look to be formatted right. Tried posting at phpVMS? Better yet. search over there. Odds are it has happened before. Link to comment Share on other sites More sharing options...
Luke Posted October 27, 2014 Share Posted October 27, 2014 >> public static function saveAvatar($code, $pilotid,) That's your problem. Cheers! Luke Link to comment Share on other sites More sharing options...
hecrowell Posted November 2, 2014 Author Share Posted November 2, 2014 Ok, after a complete re-install, phpVMS now working - EXCEPT for many Strict Standards warnings. How to keep these warnings from displaying because of php 5.4 on the server? Link to comment Share on other sites More sharing options...
RocketRod737 Posted November 2, 2014 Share Posted November 2, 2014 You would need to go back to an earlier version of php on the server to not have that happen. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.