• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

(REQ) Xerochat Template Mega Pack (chatpion)

egytitanic

Member
Feb 7, 2021
67
31
18
Hi awesome friends
That's my first request here
im looking for templates for my chatpion website to let users quick start I'm found addon that called
(Xerochat Template Mega Pack )
I need it or any smiller addone
Thank you all
Thank you awesome babiato
 
Hello.. nrw here.
I got a problem. How to fix this err msg:

A PHP Error was encountered​

Severity: Warning
Message: foreach() argument must be of type array|object, int given
Filename: database/DB_query_builder.php
Line Number: 1132


The said part:
/**
* GROUP BY
*
* @param string $by
* @param bool $escape
* @return CI_DB_query_builder
*/
public function group_by($by, $escape = NULL)
{
is_bool($escape) OR $escape = $this->_protect_identifiers;

if (is_string($by))
{
$by = ($escape === TRUE)
? explode(',', $by)
: array($by);
}

foreach ($by as $val)
{
$val = trim($val);

if ($val !== '')
{
$val = array('field' => $val, 'escape' => $escape);

$this->qb_groupby[] = $val;
if ($this->qb_caching === TRUE)
{
$this->qb_cache_groupby[] = $val;
$this->qb_cache_exists[] = 'groupby';
}
}
}

return $this;
}



I'm using a v8.1.4. Trying out the script. Everything works but this err msg pop up.
Line 1132: foreach ($by as $val)

Plz advice me on this. I'm using a script originated from here but I can't find the one who posted it to ask for his/her advice. Thanks in advance
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock