Forums
-
- Forum
- Posts
-
- Installation
- 28,399
- Troubleshooting
- 62,321
- Themes
- 10,391
- Plugins
- 15,318
- Requests & Feedback
- 14,933
- Showcase
- 3,253
-
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.