php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33642 Cannot access empty property in
Submitted: 2005-07-11 09:59 UTC Modified: 2005-07-11 10:30 UTC
From: info at proxyshare dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.1.0b2 OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: info at proxyshare dot com
New email:
PHP Version: OS:

 

 [2005-07-11 09:59 UTC] info at proxyshare dot com
Description:
------------
i get that fatal error with 5.1
Fatal error: Cannot access empty property in /mnt/db/website/proxyshare.com/pse107/e107_admin/cpage.php on line 80


Reproduce code:
---------------
if($page -> $message)                                                                                                                                                                
{                                                                                                                                                                                    
        $ns->tablerender("", "<div style='text-align:center'><b>".$message."</b></div>");                                                                                            
}  

default install of e107 cms

works with older php


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-11 10:30 UTC] tony2001@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

"$page -> $message" 
no bug here, but expected result.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 23:01:28 2024 UTC