home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Installation, configuration support
Changed PC name - Now TV Configuration won't load
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="mm1352000" data-source="post: 1140740" data-attributes="member: 82144"><p>Thanks <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite24" alt="(y)" title="Thumbs Up (y)" loading="lazy" data-shortname="(y)" /></p><p></p><p>The log files confirm what I suspected: TV service is not running properly due to a mismatch between your PC's current IP address and/or hostname and what TV Server was expecting it to be.</p><p></p><p></p><p>You can fix this either by changing the PC's name back to what it was before, or by manually editing the contents of the TV Server database Server table.</p><p></p><p>Instructions for the second option with a MySQL database:</p><ol> <li data-xf-list-type="ol">Open a Windows command prompt (XP: click start -> run -> type "cmd" -> press enter; Vista/7: click start -> type "cmd" -> press enter; 8: go to start screen -> type "cmd" -> press enter).</li> <li data-xf-list-type="ol">Navigate to the bin subfolder within your MySQL install directory. For example <em>cd "c:\Program Files (x86)\MySQL\MySQL Server 5.1\bin"</em>. The " (x86)" part may need to be dropped depending on whether your versions of Windows and MySQL are 64 bit or not. The "5.1" part may need to be modified depending on what version of MySQL you have installed.<br /> </li> <li data-xf-list-type="ol">Type <em>mysql.exe -u root -D MpTvDb -p</em> and press enter. If you chose a different name for the database during TV Server setup then use that instead of MpTvDb.</li> <li data-xf-list-type="ol">The previous step should have resulted in a password prompt. Type the password for the MySQL root user (or whichever user you selected) and press enter. The default root user password for MySQL installed by MediaPortal is <em>MediaPortal</em> (<strong>case sensitive</strong>).</li> <li data-xf-list-type="ol">Type <em>UPDATE Server SET hostName = '<your IP address or PC name here>' WHERE idServer = 1; </em>and press enter. Replace <your IP address or PC name here> as instructed. Note the trailing semicolon (; ) is important.</li> <li data-xf-list-type="ol">Type \q and press enter to quit the MySQL shell.</li> <li data-xf-list-type="ol">Close the command prompt.</li> <li data-xf-list-type="ol">Restart the TV service. If you don't know how to do this, just restart the PC.</li> <li data-xf-list-type="ol">TV Server should now be working again. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></li> </ol></blockquote><p></p>
[QUOTE="mm1352000, post: 1140740, member: 82144"] Thanks (y) The log files confirm what I suspected: TV service is not running properly due to a mismatch between your PC's current IP address and/or hostname and what TV Server was expecting it to be. You can fix this either by changing the PC's name back to what it was before, or by manually editing the contents of the TV Server database Server table. Instructions for the second option with a MySQL database: [LIST=1] [*]Open a Windows command prompt (XP: click start -> run -> type "cmd" -> press enter; Vista/7: click start -> type "cmd" -> press enter; 8: go to start screen -> type "cmd" -> press enter). [*]Navigate to the bin subfolder within your MySQL install directory. For example [I]cd "c:\Program Files (x86)\MySQL\MySQL Server 5.1\bin"[/I]. The " (x86)" part may need to be dropped depending on whether your versions of Windows and MySQL are 64 bit or not. The "5.1" part may need to be modified depending on what version of MySQL you have installed. [*]Type [I]mysql.exe -u root -D MpTvDb -p[/I] and press enter. If you chose a different name for the database during TV Server setup then use that instead of MpTvDb. [*]The previous step should have resulted in a password prompt. Type the password for the MySQL root user (or whichever user you selected) and press enter. The default root user password for MySQL installed by MediaPortal is [I]MediaPortal[/I] ([B]case sensitive[/B]). [*]Type [I]UPDATE Server SET hostName = '<your IP address or PC name here>' WHERE idServer = 1; [/I]and press enter. Replace <your IP address or PC name here> as instructed. Note the trailing semicolon (; ) is important. [*]Type \q and press enter to quit the MySQL shell. [*]Close the command prompt. [*]Restart the TV service. If you don't know how to do this, just restart the PC. [*]TV Server should now be working again. :) [/LIST] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Installation, configuration support
Changed PC name - Now TV Configuration won't load
Contact us
RSS
Top
Bottom