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
MediaPortal 1 Plugins
My Poker plugin
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="aasmund Nordal" data-source="post: 40930" data-attributes="member: 13317"><p>I downloaded it some hours ago and uploaded it here:</p><p></p><p><a href="http://aasmund.mscon.net/ting/mediaportal/mypoker_bin.zip" target="_blank">http://aasmund.mscon.net/ting/mediaportal/mypoker_bin.zip</a></p><p></p><p>edit:</p><p>I tried it now but it did not respond. When I tried to use realMP skin the error log told me there where no,,, skin and so on,</p><p></p><p>Then I find out I had to use MCE. But now I cant find an error in the log,,but here is the error log anyway:</p><p></p><p>[code]3/7/2006 2:46:39 PM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table series already exists query:CREATE TABLE series (series_id integer primary key, name text, premiered text, airs text, status text, duration text, network text, description text, image_url text, summary_url text);</p><p></p><p>3/7/2006 2:46:39 PM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table episode already exists query:CREATE TABLE episode (episode_id integer primary key, season_id int, title text, aired text, episode_number integer, filename text, description text, image_url text, summary_url text);</p><p></p><p>3/7/2006 2:46:39 PM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table season already exists query:CREATE TABLE season (season_id integer primary key, series_id int, name text, season_number integer, description text, image_url text);</p><p></p><p>3/7/2006 2:46:39 PM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table genre already exists query:CREATE TABLE genre (genre_id integer primary key, name text);</p><p></p><p>3/7/2006 2:46:39 PM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table genre_series_link already exists query:CREATE TABLE genre_series_link (link_id integer primary key, genre_id int, series_id int);</p><p></p><p>3/7/2006 2:46:39 PM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table actor already exists query:CREATE TABLE actor (actor_id integer primary key, name text, character text);</p><p></p><p>3/7/2006 2:46:39 PM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table actor_episode_link already exists query:CREATE TABLE actor_episode_link (link_id integer primary key, actor_id int, episode_id integer);</p><p></p><p>3/7/2006 2:46:39 PM ex:Could not load file or assembly 'file:///C:\Programfiler\Team MediaPortal\MediaPortal\plugins\windows\unrar.dll' or one of its dependencies. The module was expected to contain an assembly manifest. mscorlib at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)</p><p> at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)</p><p> at System.Reflection.Assembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, StackCrawlMark& stackMark)</p><p> at System.Reflection.Assembly.LoadFrom(String assemblyFile)</p><p> at MediaPortal.GUI.Library.PluginManager.LoadWindowPlugin(String strFile)[quote][/quote][/code]</p></blockquote><p></p>
[QUOTE="aasmund Nordal, post: 40930, member: 13317"] I downloaded it some hours ago and uploaded it here: [url]http://aasmund.mscon.net/ting/mediaportal/mypoker_bin.zip[/url] edit: I tried it now but it did not respond. When I tried to use realMP skin the error log told me there where no,,, skin and so on, Then I find out I had to use MCE. But now I cant find an error in the log,,but here is the error log anyway: [code]3/7/2006 2:46:39 PM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table series already exists query:CREATE TABLE series (series_id integer primary key, name text, premiered text, airs text, status text, duration text, network text, description text, image_url text, summary_url text); 3/7/2006 2:46:39 PM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table episode already exists query:CREATE TABLE episode (episode_id integer primary key, season_id int, title text, aired text, episode_number integer, filename text, description text, image_url text, summary_url text); 3/7/2006 2:46:39 PM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table season already exists query:CREATE TABLE season (season_id integer primary key, series_id int, name text, season_number integer, description text, image_url text); 3/7/2006 2:46:39 PM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table genre already exists query:CREATE TABLE genre (genre_id integer primary key, name text); 3/7/2006 2:46:39 PM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table genre_series_link already exists query:CREATE TABLE genre_series_link (link_id integer primary key, genre_id int, series_id int); 3/7/2006 2:46:39 PM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table actor already exists query:CREATE TABLE actor (actor_id integer primary key, name text, character text); 3/7/2006 2:46:39 PM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table actor_episode_link already exists query:CREATE TABLE actor_episode_link (link_id integer primary key, actor_id int, episode_id integer); 3/7/2006 2:46:39 PM ex:Could not load file or assembly 'file:///C:\Programfiler\Team MediaPortal\MediaPortal\plugins\windows\unrar.dll' or one of its dependencies. The module was expected to contain an assembly manifest. mscorlib at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.Reflection.Assembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, StackCrawlMark& stackMark) at System.Reflection.Assembly.LoadFrom(String assemblyFile) at MediaPortal.GUI.Library.PluginManager.LoadWindowPlugin(String strFile)[quote][/quote][/code] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
My Poker plugin
Contact us
RSS
Top
Bottom