Opened 18 years ago
Closed 17 years ago
#5162 closed defect (fixed)
mythweb stop working
Reported by: | 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)
Change History (5)
by , 18 years ago
Attachment: | Database.php.diff added |
---|
comment:1 by , 18 years ago
i can confirm this. the fix works by adding one more "=" to line 202 but it still seems like something is broken
comment:2 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
Note:
See TracTickets
for help on using tickets.
Diff for /mythweb/classes/Database.php