PDA

View Full Version : Running confirmed bugs list


blank
10-11-2007, 11:59 PM
1) the link on the yourvid.info logo across the whole demo was hardcoded
- The fix is pretty simple, open up both of the header templates and put your URL in

2) deleting games/movies doesn't actually remove the file
- ../flv really should be ../media this is in admincp/index.php and I'll have to fix this one.

3) index_content ad size issue

Coming Soon (may or may not make it into the next release):
- Adding a flash file uploader!
- integrating 1 ffmpeg-php tool to auto create thumbnails where possible
- merging tempicon and tempmedia
- improve caching

blank
10-16-2007, 07:34 AM
4) found quite a few places in the /admincp that needed to use ../ instead of / which fixes some sub directory install related issues.

5)
$HTTP_SERVER_VARS['PATH_INFO'] had to be used in play.php to fix a "lazy" mistake where some servers wouldn't process the ID properly.


Haven't fixed yet:
6) cp home needs to be overhauled and user game/movie submissions

7) users add game/movie to favorites isn't working right

8) users changing email/password needs to be worked in

blank
10-16-2007, 09:59 AM
9) in templates/pages there's some weird _GET vars issue so I changed them all to _REQUEST and they worked. Not exactly sure why but at least its working...

#9 ended up being a problem related to the site address variable. I couldn't even log in when this wasn't set properly! I will have to add something to the install file to allow you to set this.