KingPin Posted August 16, 2013 Report Posted August 16, 2013 Was trying to add a service with invoice using cpanel module but with no actual provision as the service already exists on cpanel server. the term is 1 year. after adding the details I goto the next page which displays all the info and gives me two buttons, either to add service or edit service (URL admin/clients/addservice/4/3/1). when I click on add service I get the following error. Quote Array to string conversion on line 18 in /billing/vendors/h2o/h2o/datatype.php when checking on client side the service is added to the client, but no invoice is created. Blesta version 3.0 released OS : cloud linux 6.0 x64 php : 5.4.17 Apache 2.2 Mysql 5.5.32 for quick ref. the line from error above is the return line in this function (in class StreamWriter) : function close() { $this->close = true; return implode('', $this->buffer); }
Tyson Posted August 16, 2013 Report Posted August 16, 2013 Check your Service Creation email template. What tags are you using? If you use no tags, does the error go away? I suspect you are using a tag incorrectly. The documentation might help. KingPin 1
KingPin Posted August 17, 2013 Author Report Posted August 17, 2013 thank you I will check into this ASAP and update this post.
Recommended Posts