Jump to content

Installation Errors


Kyle

Recommended Posts

  • Moderators

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!

Link to comment
Share on other sites

  • 3 months later...

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 by Oxymoron290
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...