|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-10-03 19:30 UTC] israelekpo at gmail dot com
[2009-10-03 22:58 UTC] israelekpo at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 21 17:00:01 2025 UTC |
Description: ------------ See below the last warning. Reproduce code: --------------- $ sapi/cli/php -r 'try { $x = serialize(new solrclient); } catch (exception $e) { }' Warning: SolrClient::__construct() expects exactly 1 parameter, 0 given in Command line code on line 1 Warning: SolrClient::__construct(): Invalid parameter. The client options array is required for a SolrClient instance. It must also be passed as the only parameter in Command line code on line 1 Warning: Unknown: Invalid SolrClient Index 0. HashTable index does not exist. in Unknown on line 0