
noreply at mythtv
May 25, 2012, 5:47 AM
Post #18 of 29
(743 views)
Permalink
|
|
Re: Ticket #10504: mythweb incomatible with PHP 5.4.0 and later ( Call-time pass-by-reference)
[In reply to]
|
|
#10504: mythweb incomatible with PHP 5.4.0 and later ( Call-time pass-by-reference) -------------------------------------------------+------------------------- Reporter: billyx@… | Owner: kormoc Type: Bug Report - General | Status: new Priority: minor | Milestone: Component: Plugin - MythWeb | Version: Master Severity: medium | Head Keywords: Call-time pass-by-reference PHP | Resolution: 5.4.0 | Ticket locked: 0 -------------------------------------------------+------------------------- Comment (by pinballowen@…): Replying to [comment:15 bnitkin@…]: > In MythTV .25-3, just removing the ampersand from line 50 of /usr/share/mythtv/bindings/php/MythBase.php fixed the white screen of death. > I also disabled the JSON extention in php.ini - not sure if that's an Arch Linux thing or a general issue. > > {{{ > Cache::setObject($this->cacheKey, &$this, $this->cacheLifetime); > }}} > becomes > {{{ > Cache::setObject($this->cacheKey, $this, $this->cacheLifetime); > }}} > [[br]] This also worked for me! Using MythTV 0.25-3 and MythWeb 0.25-3 THANKYOU! -- Ticket URL: <http://code.mythtv.org/trac/ticket/10504#comment:17> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|