Jump to content

Warning: Creating default object from empty value


hecrowell

Recommended Posts

Well, some progress - finally got rid of the Strict Standards warnings. now from the phpvms login screen when I log in I get this warning:

 

Warning: Creating default object from empty value in /home/vacax10h/public_html/phpvms/core/classes/Vars.class.php on line 74

 

foreach($_REQUEST as $key=>$value)

{

self::$request->$key = self::cleaned($value); This is Line 74 of the Vars.class.php

}

 

 

Can anyone help?

 

Server php version 5.4

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...