Posts: 31,445
Joined: Jan 2011
The CSS seems to load on all the other pages except the individual TV show pages. Movie pages look and work great.
http://pastebin.com/TEkUy1Cd
Posts: 31,445
Joined: Jan 2011
Those errors seem to be from when no movies were scanned into the XBMC library for that box.
I'm away from my laptop at the moment, but I will get that additional info for ya.
Posts: 15
Joined: Jan 2012
Reputation:
0
2013-07-11, 21:21
(This post was last modified: 2013-07-11, 23:20 by discinabq.)
Great Efforts here, thank you.
i am receiving this error -
CDbException
The table "backend" for active record class "Backend" cannot be found in the database.
This happens once i try to logon as admin/admin
and - everytime i attempt to follow your instructions i get to "./src/protected/yiic createinitialdatabase" - which then replies with access denied - i then run chmod a+x and rerun the command but the db isnt created until i attempt a logon. Only then is it an empty database. what gives?
Posts: 3,735
Joined: Dec 2010
Reputation:
53
negge
yo guysv7may bd latr tomorroe
Posts: 3,735
@discinabq: crap, I may have screwed up the order of some of those commands recently. Try:
1. rm src/protected/data/*.db
2. chmod 777 src/protected/data
3. ./src/protected/yiic createinitialdatabase
Posts: 15
Joined: Jan 2012
Reputation:
0
2013-07-12, 00:55
(This post was last modified: 2013-07-12, 00:57 by discinabq.)
@negge: i have tried the above and when i run "./src/protected/yiic createinitialdatabase " nothing is created in /data - it is 777 on the folder. The only way something with .db is created in that folder is after i try to logon initially.
Posts: 3,735
Joined: Dec 2010
Reputation:
53
negge
yo guysv7may bd latr tomorroe
Posts: 3,735
That is very odd. Does the createinitialdatabase command say anything at all?
Posts: 15
Joined: Jan 2012
Reputation:
0
It's says nothing at all. Any advise would help. I have tried two separate installs of Ubuntu and debian
Posts: 3,735
Joined: Dec 2010
Reputation:
53
negge
yo guysv7may bd latr tomorroe
Posts: 3,735
2013-07-12, 07:24
(This post was last modified: 2013-07-12, 07:24 by negge.)
@discinabq: Run "git pull" now and then the createinitialdatabase command again, it should work now. There was a stupid error in the command's code which made it do nothing. I also changed the executable bit on that script so now the instructions should be totally correct (I've done the installation a few times now in a VM). Sorry for the screwup, hope you get the whole thing running!
Posts: 15
Joined: Jan 2012
Reputation:
0
2013-07-12, 15:20
(This post was last modified: 2013-07-12, 19:53 by discinabq.)
Ok, thank you - that got me up and running. Now when i click watch to stream a video - the first 5 seconds play in VLC then the stream shuts off. This seems to happen on .avi's and .mkv's
A few thoughts:
1: embedded html5 player option? for mp4
2: eventual xbmc plugin (would really be nice).