Forums
-
- Forum
- Posts
-
- Installation
- 28,438
- Troubleshooting
- 62,514
- Themes
- 10,430
- Plugins
- 15,337
- Requests & Feedback
- 14,959
- Showcase
- 3,256
-
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.