[mythtv-commits] Ticket #12220: Mythweb blank page. No error msg. invalid "skin_url", and empty javascript vars

MythTV noreply at mythtv.org
Thu Jul 24 05:56:45 UTC 2014


#12220: Mythweb blank page. No error msg. invalid "skin_url", and empty javascript
vars
-------------------------------------+-----------------------------
 Reporter:  dreamcat4 <dreamcat4@…>  |          Owner:  kormoc
     Type:  Bug Report - General     |         Status:  new
 Priority:  minor                    |      Milestone:  unknown
Component:  Plugin - MythWeb         |        Version:  Unspecified
 Severity:  medium                   |     Resolution:
 Keywords:                           |  Ticket locked:  0
-------------------------------------+-----------------------------

Comment (by dreamcat4 <dreamcat4@…>):

 Right. Some more progress.

 * First, cd www/mythweb/includes

 * When I "corrupt" or mess up the file "init.php", an error shows.
 * Therefore, the file "init.php" is definitely being executed.

 * When I "corrupt" or mess a file included by "init.php", an error shows.
 * Therefore, the included files is definitely being executed too.

 BUT NOT
 * By the time we get to line 65 of init.php, when "skin.php" is included:
 * When I "corrupt" or mess up the file inside "init.php" again (at line
 65), an error shows.
 * Therefore, the file "init.php" itself is definitely STILL being
 executed, and execution hasn't quit.
 * However skin.php isn't being executed.

 Tracking back we find that the last known file to work properly is:

 // Make sure the database is up to date
     require_once 'includes/db_update.php';

 Therefore it looks like something may be happening inside there. It is
 affecting what happens afterwards. In particular to be changing the
 behaviour of php's "require_once()" function.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12220#comment:6>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list