Jump to content

Service Creation Issue


KingPin

Recommended Posts

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.

 

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);
    }

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...