Re: [phpslash-users] Database issue in 0.8
Brought to you by:
joestewart,
nhruby
|
From: Sigmund L. L. <sig...@on...> - 2004-09-23 14:14:24
|
Thanks, commenting out those lines did it.
> Since you are just testing - you might try this in the db_mysql.inc file
> : Comment out lines 191 and 194.
>
> /*
> if(!$this->query($query)) {
> $this->halt("lock() failed.");
> return false;
> }
> */
|