CodeIgniter Forums
Array to string conversion Error - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Array to string conversion Error (/showthread.php?tid=67434)



Array to string conversion Error - nollyvenon - 02-21-2017

I get the following error
A PHP Error was encountered
Severity: Notice
Message: Array to string conversion
Filename: database/DB_query_builder.php
Line Number: 676
Backtrace:
File: C:\wamp\www\stockfeb2017\app\models\Products_model.php
Line: 66
Function: where
File: C:\wamp\www\stockfeb2017\app\controllers\Products.php
Line: 635
Function: getProductOptionsWithWH


How can I sort this?

Many Thanks


RE: Array to string conversion Error - casa - 02-22-2017

Hye,
Perhaps give more information, check your code before for example.


RE: Array to string conversion Error - InsiteFX - 02-22-2017

Show your code where you are getting the error, usually this error is because your trying to convert an array or object to a string type.