phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [patch #5435] Notes shows blank page under PHP5


From: Steve Price
Subject: [Phpgroupware-tracker] [patch #5435] Notes shows blank page under PHP5
Date: Mon, 02 Oct 2006 08:57:08 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060130 SeaMonkey/1.0

URL:
  <http://savannah.gnu.org/patch/?5435>

                 Summary: Notes shows blank page under PHP5
                 Project: phpGroupWare
            Submitted by: steep
            Submitted on: Monday 10/02/2006 at 08:57
                Category: notes
                Priority: 5 - Normal
              Item Group: CVS HEAD (aka development code base)
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open

    _______________________________________________________

Details:

Target Branch: HEAD
Purpose: Under PHP5, the notes app shows only a blank page. 
There is an error in the sonotes class file where the $grants field is
declared twice.

Also, as the note object is created an sonote object is declared. This sonote
requires the asyncservice class, which gets included inside the decalaration
of the sonote. PHP5 does not allow nested class declarations. I've added a
workaround into notes/index.php where I've just created an asyncservice
object (to ensure the class is declared) that I then throw away. Presumably
there is a better way of doing this?

Format: cvs rcs || diff
Affected file/s:
notes/index.php,
notes/inc/class.sonotes.inc.php





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Monday 10/02/2006 at 08:57  Name: notes.diff  Size: 914B   By: steep
run 'patch -p1 &lt; notes.diff' under phpgroupware dir
<http://savannah.gnu.org/patch/download.php?file_id=10879>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?5435>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]