hi this is what I put in
Quote:
ob_start();
include("test.php");
$testphp = ob_get_contents();
ob_end_clean();
|
and it works fine when I include it on the main page.
But for some odd reason when I view Who's Online (even though I didn't include anything there)
I get the following:
Quote:
Warning: Cannot use a scalar value as an array in /usr/local/plesk/apache/vhosts/gaters.net/httpdocs/online.php on line 263
Warning: Cannot use a scalar value as an array in /usr/local/plesk/apache/vhosts/gaters.net/httpdocs/online.php on line 264
Warning: Cannot use a scalar value as an array in /usr/local/plesk/apache/vhosts/gaters.net/httpdocs/online.php on line 263
Warning: Cannot use a scalar value as an array in /usr/local/plesk/apache/vhosts/gaters.net/httpdocs/online.php on line 264
Warning: Cannot use a scalar value as an array in /usr/local/plesk/apache/vhosts/gaters.net/httpdocs/online.php on line 263
Warning: Cannot use a scalar value as an array in /usr/local/plesk/apache/vhosts/gaters.net/httpdocs/online.php on line 264
Warning: Cannot use a scalar value as an array in /usr/local/plesk/apache/vhosts/gaters.net/httpdocs/online.php on line 263
Warning: Cannot use a scalar value as an array in /usr/local/plesk/apache/vhosts/gaters.net/httpdocs/online.php on line 264
Warning: Cannot use a scalar value as an array in /usr/local/plesk/apache/vhosts/gaters.net/httpdocs/online.php on line 263
Warning: Cannot use a scalar value as an array in /usr/local/plesk/apache/vhosts/gaters.net/httpdocs/online.php on line 264
|
Now it says the problem is in online.php, but that behaviour is not shown when the phpinclude template is empty.... so am I right in thinking the problem is really in test.php?
What should I look for?