Menu

Cannot access empty property

Help
2006-02-18
2013-03-22
  • ArchitektCz

    ArchitektCz - 2006-02-18

    What is this problem?

    Fatal error: Cannot access empty property in /DISK2/WWW/kolovrat.info/www/projectbench/class/Settings.class.php on line 392

    :(

     
    • Philip X

      Philip X - 2006-02-19

      Would mind changing the 392 line in Setting.class.php from:
      $values = $this->_read($this->$name);
      to
      $values = $this->_read($this->name);
      (remove the $ from ->$name)...

      ... and please let me know if it works for you?

      Thanks.
      philip

       
      • ArchitektCz

        ArchitektCz - 2006-02-19

        Yes, now is that ok. But i have 3 new errors (sorry):

        Fatal error: Cannot use object of type PageSettings as array in /DISK2/WWW/kolovrat.info/www/projectbench/project/summary.php on line 51
        Fatal error: Cannot use object of type PageSettings as array in /DISK2/WWW/kolovrat.info/www/projectbench/project/roadmap.php on line 115
        Fatal error: Cannot use object of type PageSettings as array in /DISK2/WWW/kolovrat.info/www/projectbench/project/gantt.php on line 194

        All is same problem.

        Philip, please update on cvs actuall version (if you can).

        THX. Mike

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.