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
_______________________________________________
Opensim-users mailing list
[email protected]
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users

Reply via email to