Menu

#6 PHP Fatal error: Cannot access empty property

open
nobody
None
5
2006-02-28
2006-02-28
Anonymous
No

I found a bug, using PHP5 and APACHE 2, appears this
error:

PHP Fatal error: Cannot access empty property in
\inc\db_mysql.php on line 103 at the file

or in other versions doesnt appear nothing and only
works the first page but nothiing more.

this issue was solved, changing:

$this->free_result($this->$query_id);

for

$this->free_result($this->query_id);

on the file \inc\db_mysql.php

Thanks all.

Bye

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I did this fix, now instead of getting the "cannot access empty property" error I get a nasty invalid SQL syntax error. Does anyone know how to fix the original error without breaking the rest of it?

    Thanks,
    waffle247

     
  • Sergiy Zhuk

    Sergiy Zhuk - 2008-06-02

    Logged In: YES
    user_id=1577689
    Originator: NO

    correct, and this is fixed in 0.8.0

     

Log in to post a comment.