Opened 9 years ago
Closed 9 years ago
#13101 closed Bug Report - General (Abandoned)
mythweb fails starting at PHP-7.0.6 (using MariaDB 10.2.7)
| Reported by: | Owned by: | Stuart Auchterlonie | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | Plugin - MythWeb | Version: | v29-fixes |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
On a 64-bit Linux from Scratch system, I have 100% confirmed that mythweb (using git branch fixes/29) fails starting at PHP version 7.0.6 and all through the 7.1.X series as well. Rolling back to PHP-7.0.5 solves the SQL Error detailed in the attached backtrace.
Attachments (1)
Change History (5)
by , 9 years ago
| Attachment: | mythweb.backtrace.gz added |
|---|
comment:1 by , 9 years ago
| Component: | MythTV - Web Frontend → Plugin - MythWeb |
|---|---|
| Owner: | changed from to |
| Priority: | major → minor |
| Severity: | high → medium |
Resetting priority/severity to defaults until triaged. The ticket actually refers to MythWeb, not MythTV Web Frontend, so I changed component.
comment:2 by , 9 years ago
| Status: | new → infoneeded_new |
|---|
The backtrace in question doesn't make a lot of sense.
It's stating that the function t() is undefined, yet
it's defined in includes/translate.php which is part
of the main initialization of mythweb.
What errors do you find in the php logs when opening mythweb?
comment:3 by , 9 years ago
There are a few i18n bugs fixed in php-7.0.6 but nothing that stands out as a likely culprit to cause this
comment:4 by , 9 years ago
| Milestone: | needs_triage → unknown |
|---|---|
| Resolution: | → Abandoned |
| Status: | infoneeded_new → closed |
No logs provided that could help us diagnose this, so closing. Feel free to reopen if you can get us the php logs
Regards Stuart

Backtrace of mythweb fixes/29 failing on PHP-7.0.6, works on PHP-7.0.5