Moderators Kyle Posted December 21, 2012 Moderators Report Share Posted December 21, 2012 Hey Everyone, Since I want to start making add-ons modules and my services again, the only thing that is keeping behind from it is a few installations errors on my dedicated server. PHP Version: 5.4.9 Problem: When I opened the installer, I got a bunch of strict standard errors, just like that -> http://forum.phpvms....age__hl__static Did what it was suggested, but still have two more errors... Warning: Creating default object from empty value in /home/kyle/public_html/dev/core/classes/Vars.class.php on line 74 Fatal error: Cannot re-assign auto-global variable _FILES in /home/kyle/public_html/dev/core/common/PilotData.class.php on line 436 Any one have ideas what can be causing the issue? Cheers! Quote Link to comment Share on other sites More sharing options...
Oxymoron290 Posted April 12, 2013 Report Share Posted April 12, 2013 (edited) Hey Vansers! I know we already discussed this issue on github, So I'm posting a link to the issue submitted to keep any researchers informed! https://github.com/n...pVMS/issues/102 Fatal error: Cannot re-assign auto-global variable _FILES in /home/kyle/public_html/dev/core/common/PilotData.class.php on line 436 For this one, refer to https://github.com/n...hpVMS/issues/77 Warning: Creating default object from empty value in /home/kyle/public_html/dev/core/classes/Vars.class.php on line 74 This one I neglected to commit. after line 60, add the following: self::$request = new stdClass(); Edit: Sorry, I didn't forget to commit this, It's available at https://github.com/nshahzad/phpVMS/commit/96bee1315c14d1a576e80090ef66909fde3fa34f Good luck! Edited April 12, 2013 by Oxymoron290 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.