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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Thu Dec 05 02:01:30 2024 UTC