View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 5 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Sun Jan 18, 2009 3:52 am 
Offline
Joined: Thu May 12, 2005 9:45 pm
Posts: 95
Location: Minneapolis area
I logged onto the mythweb interface and noticed most everything is missing. Image for a link to what it looks like.

Additionally, when I click on the few links that are there, the linked pages are messed up and just as sparse as this one.

How did can I fix this? Can I just take the mythweb.php from another machine and transfer it to my myth box? If so, can someone give me the correct html?

Or, do I need to do something else?

Here's the mythweb.php code:
Code:
<?php
/**
 * The main brain script for all of MythWeb.
 *
 * @url         $URL: http://svn.mythtv.org/svn/branches/release-0-21-fixes/mythplugins/mythweb/mythweb.php $
 * @date        $Date: 2008-02-08 02:34:57 -0800 (Fri, 08 Feb 2008) $
 * @version     $Revision: 15839 $
 * @author      $Author: kormoc $
 * @license     GPL
 *
 * @package     MythWeb
 *
/**/

// Add a custom include path?
    if (!empty($_SERVER['include_path']) && $_SERVER['include_path'] != '.')
        ini_set('include_path', $_SERVER['include_path'].PATH_SEPARATOR.ini_get('include_path'));

// Init
    require_once 'includes/init.php';

// Standard module?  Pass along the
    if ($Modules[$Path[0]]) {
    // Add the current module directory to our search path, so modules can
    // define includes, etc.
        ini_set('include_path', ini_get('include_path').':'.modules_path.'/'.$Path[0]);
    // Load the module handler
        require_once 'handler.php';
    }
    elseif ($Path[0] == 'dcss')
        include_once 'skins/default/'.$Path[1];
    elseif (!empty($Path[0]) && preg_match('/\w/', $Path[0]))
        tailored_error('unknown_module');
    else
        require_once 'modules/welcome.php';

_________________
1 old and tired PC running KnoppMyth R5.5
P-II 450MHz, 256MB RAM, 760GB Drive Space, PVR-350 (obviously)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 18, 2009 2:54 pm 
Offline
Joined: Sat Feb 03, 2007 12:52 am
Posts: 187
Location: Manitoba, Canada
It appears that it is in mobile/PDA mode for some reason. Add '?RESET_TMPL=true' to the end of a mythweb URL and it should reset the template. As per http://mysettopbox.tv/phpBB2/viewtopic.php?t=18845


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 19, 2009 12:21 am 
Offline
Joined: Thu May 12, 2005 9:45 pm
Posts: 95
Location: Minneapolis area
Thanks.
I don't think I would have found that fix.
It's working as normal now.
Thank You.

_________________
1 old and tired PC running KnoppMyth R5.5
P-II 450MHz, 256MB RAM, 760GB Drive Space, PVR-350 (obviously)


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 20, 2009 11:18 am 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
@goofee: Great save!


Top
 Profile  
 
 Post subject: thanks, again
PostPosted: Sat Oct 10, 2009 11:18 pm 
Offline
Joined: Tue Mar 28, 2006 8:26 pm
Posts: 804
Location: Minneapolis, MN
The same thing just happened to me tonight. I accessed Mythweb from my cell phone and it stayed stuck in a stripped down interface.

Thanks to all who make this forum go!!

I should mention, that this forum is the most friendly Linux-based forum I've encountered in my travels! :)

Thanks ALL!
Eric

_________________
KnoppMyth R5.5, Asus A8N-VM CSM (nvidia 6150 onboard video), AMD Athlon 64 dual-core 4200+, two 1GB sticks DDR 400, HD-3000 HDTV card, PVR-150 card, Iguanaworks RS-232 IR receiver/transmitter, Pioneer DVR-110 DVD burner


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 18 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu