PDA

View Full Version : v .61 Released


Andrew Green
11-08-2007, 10:46 PM
v 0.61 (Nov 8)
- Added a donate to other users option
- Fixed javascript errors in certain games
- set height on table size to eliminate constant resizing
- Fixed bug in Texas Hold'em around draws
- Fixed problem with controls not disappearing in let'em ride
- Custom game names now appear in navbar breadcrumbs


To update overwrite all of the old files and import the product, revert any modified templates and don't forget the files in other folders. Also some of the images have changed, those need uploaded again. (as well as the includes and admincp files) You DO NOT need to uninstall the previous version to upgrade, this will cause problems. Just overwrite existing files and import the product again, allowing overwrite.

**Make sure you overwrite ALL existing files and revert ALL templates**

Download here (http://www.vbulletin.org/forum/showthread.php?t=159151)

shepherdblake
11-08-2007, 11:46 PM
I posted this over on VBulleting.org as well.

I'm running 2.8.8 sp1 and getting this error when donating to another player. error appears on the top of the screen. money does transfer correctly though.

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /casino/donate.php on line 5

Warning: Cannot modify header information - headers already sent by (output started at /home/vpsblake/public_html/forums/includes/class_core.php:3075) in /casino/donate.php on line 93

shepherdblake
11-09-2007, 12:21 AM
this resolved my error:

Try commenting out line 5:

Code:

chdir("casino");

to
Code:

// chdir("casino");

shouldn't actually be necessary.

kaleu
11-09-2007, 02:57 AM
thk for the update ;)

it works very well ! :)