Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Cannot create forum


chrishajer
Participant

@chrishajer

Try this:

$this->random_state = microtime() . uniqid(rand(), true);

 

The warning is telling you the uniqid needs at least one parameter, so you should give it one.

http://us2.php.net/uniqid

Skip to toolbar