[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 07:11:03 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@…>):

 In db_update.php, when I add this line:

 // What version does the database think it is?
     $db_vers = intval(setting('WebDBSchemaVer'));
     $db_vers = 4; <---------- THIS LINE
     if ($db_vers < 0)
         $db_vers = 0;

 The main page will load and look "OK".

 When I remove that line again, we are back to the blank page again.

 When I "echo($db_vers);" the output value is "3".

 So my conclusion the buggy code occur somewhere in CASE 3 of the switch
 statement:

                         case 3:
                                 setting('recommend_enabled', null, false);
                                 setting('recommend_server', null, 'http
 ://myth-recommendations.aws.af.cm/');
                                 setting('recommend_key', null,
 'REQUIRED');

                 setting('WebDBSchemaVer',    null, ++$db_vers, false);

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


More information about the mythtv-commits mailing list