12
PLEase someone helkps me I habve this text showing before the site after upgrading to 2.0.7 :
* @return resource query result or FALSE if unsuccessful */ function &query($sql, $limit=0, $start=0) { $sql = ltrim($sql); if (strtolower(substr($sql, 0, 6)) == 'select') { //if (preg_match("/^SELECT.*/i", $sql)) { return $this->queryF($sql, $limit, $start); } $this->logger->addQuery($sql, 'Action not allowed', 0); return false; } } ?>
Ok I found my problem was on
mysqldatabase.php
I uploaded it again and it is over now.
But now I have another problem when I list the members in the admin menu the page keeps loading and loading again. Can anyone give me a tip on this?