[Opensim-users] [Scripting] Scanning regions for scripts

Jeff Kelley opensim at pescadoo.net
Sat Dec 12 21:59:38 UTC 2015


At 3:56 PM -0500 12/12/15, Thomas Ringate wrote:

>  PHP Fatal error:  Call to a member function fetch_all() on boolean
>  in /var/www/tsim/admin/regionscrits.php on line 87

The query returned an empty set.

Have you mysqlnd installed? There are three php mysql API :

   MySQL (Original)
   MySQLi ("Improved")
   Mysqlnd ("native driver")

http://php.net/manual/en/mysql.php

I have the latter on my servers:
   apt-get install php5-mysqlnd



Run the query (simplified) from the command line :

USE `OS-Sanctuary-Home`;

SELECT	Name, LinkNumber, SceneGroupID FROM prims
	WHERE RegionUUID = '3b15c050-1fe4-11df-8a39-0800200c9a66';

and see what happens.


-- Jeff


More information about the Opensim-users mailing list