Opened 16 years ago

Closed 16 years ago

#5162 closed defect (fixed)

mythweb stop working

Reported by: andreaz@… Owned by: Rob Smith
Priority: trivial Milestone: unknown
Component: mythweb Version: unknown
Severity: medium Keywords: Nesting level too deep
Cc: Ticket locked: no

Description

I upgraded to latest svn and realized that mythweb stopped working on my gentoo system. I get folling error as feedback in browser.

Fatal error: Nesting level too deep - recursive dependency? in ../mythplugins/mythweb/classes/Database.php on line 202

Changing codeline 202 from "==" to "===" repairs this.

Attachments (2)

Database.php.diff (97 bytes) - added by andreaz@… 16 years ago.
Diff for /mythweb/classes/Database.php
Database.php.2.diff (97 bytes) - added by andreaz@… 16 years ago.
Diff for /mythweb/classes/Database.php

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by andreaz@…

Attachment: Database.php.diff added

Diff for /mythweb/classes/Database.php

Changed 16 years ago by andreaz@…

Attachment: Database.php.2.diff added

Diff for /mythweb/classes/Database.php

comment:1 Changed 16 years ago by anonymous

i can confirm this. the fix works by adding one more "=" to line 202 but it still seems like something is broken

comment:2 Changed 16 years ago by Rob Smith

Owner: changed from xris to Rob Smith
Status: newaccepted

comment:3 Changed 16 years ago by Rob Smith

Resolution: fixed
Status: acceptedclosed

(In [17434]) Fixes #5162, fixes php 5.2 support

Note: See TracTickets for help on using tickets.