PDA

View Full Version : Official Bug report Here


steve
10-27-2006, 05:21 AM
ok this thread will be for all bugs found.

i gues this might be one of the first so here it goes. i went to a movie and wen i test the rate it feature i click it and it sends me to this page

http://www.w3.org/Protocols/

why?

blank
10-27-2006, 05:41 PM
What browser are you running? there isn't any references to W3 in my code... I hate the W3 ;)

bigarte
10-27-2006, 10:09 PM
I have tried to rate some movies and when I click on 'Rate', the screen comes up with this error message:-

no data provided
Warning: Cannot modify header information - headers already sent by (output started at /home/bigarte/public_html/freemedia/rating.php:9) in /home/bigarte/public_html/freemedia/rating.php on line 32


Yet, when I go back to the homepage, the rated movie appears in the Top Rated Movies box with the numeral (0) next to it (and any others I have tried to rate.

Any suggestions mate??

EDIT: I just looked at line 32 in rating.php and it shows this:-

header("Location: http://".$site_url."/play.php?id=".$gameid."");

There is already an http:// in this file. I have also included in the admin panel an http:// in front of the site URL. Could this be the problem; having 2 http://????

kip
10-28-2006, 12:16 AM
This is already a listed bug. This will be fixed in v .6 Which should be out soon.

Thanks!

bigarte
10-28-2006, 04:33 AM
I have another problem cropped up.

When I run admin/import.php I get this error message:-
Error Reading Thumbnail.
Error writing thumbnail.Thumbnail Bytes Written: 0
Affected MySQL Rows: 1
Notice: Undefined variable: gameBytes in /home/bigarte/public_html/freemedia/admin/import.php on line 81

The imports appeared to be running OK yesterday as far as I know...

blank
10-28-2006, 05:46 PM
Notice errors can be ignored. They're just "correctness" police. Basically means I didn't define a variable above where I'm defining it... Its really stupid.

About this rating bug I've tracked it down. THere isn't a truly simple fix that I can post. Its basically where the rating form isn't passing a variable properly and requires editing play.php, play_content.tpl and rating.php.

In my last upload I updated all but rating.php


Power has been going off an on here from really nasty wind so I'm not going to bother trying to do much dev work tonight! The power just came back on after being out for 3 hours and its actually WINDIER now than when it went out.