dalger
User
| Posts: 1 |   |

|
Missing parameters in rating.php - 2008/01/03 03:07
Okay, I'm new, plz be nice
So after much messing about I got swisscenter working (RTFM stuff really).
I'm now running 1.18 with Simese on Vista HP.
The problem I had early on was things weren't showing up on the media centre as they were having (movies) certificate=NULL and so I was forced to look with my main account set to show all up to R18 to see anything.
This also caused a problem in rating PHP as the line
| Code: | db_value("select rank from certificates where cert_id=$id");
|
was crashing due to syntax.
I stuck in a quick
| Code: | if ($id==false) return false;
|
But that's obviously not addressing the issue of where this is coming from. I've not tracked down where in the code the files are added to the database and so have no idea why I'm not getting the default certificate for these files (or am I misunderstanding the intended functionality?).
A side effect of this is that it wouldn't run the search on DVDLoc8 properly (it would fail on the above). The other issue seems to be that the site has introduced some sort of limit to searches if you're not registered and I have no idea how to incorporate my registration details into the swisscenter search...
...anyway.
I love Swisscenter so far, and hopefully it'll just get more polished and robust in months to come.
|