On Fri, Mar 5, 2010 at 10:43 AM, Karl Fischer <[email protected]> wrote:
> Hi there > I'm getting a weird error, > after deploying 0.9 I'm getting weird error in my Error log > I got the same problem, turns out that the database was empty after installation, solve that when importing db/statusnet.sql . now, index page load, login/register forms also but nothing appens when I submit then : nothing inserted in database, no errors; that might because I have only mysqli extension and not mysql (I had to rename every mysql_* functions to mysqli_*) I tried postgresql first but as README says, i shouldn't have as I didn't know what I was doing. question for you guys: why don't you use PDO as it's a great database drivers abstraction? you'll still have to do request for each database type but at least you'll have some work done for you (independant connexion, prepared statement, etc.) thx you, keep the good work going, mat. > > > [Fri Mar 05 04:28:43 2010] [error] [client 74.208.65.235] PHP Notice: > Undefined property: Config::$id in > /home/floss/floss.pro/html/classes/Memcached_DataObject.php on line > 505 > [Fri Mar 05 04:28:43 2010] [error] [client 74.208.65.235] PHP Fatal > error: Uncaught ServerException: [400]: [Config] DB_DataObject error > []: DB Error: no such table\n\n thrown in > /home/floss/floss.pro/html/classes/Memcached_DataObject.php on line > 508 > > http://floss.pro/install.php works nothing else though > > Karl > > > > > -- > ------------------ > Karl Fischer > www : http://floss.pro > jid : [email protected] > _______________________________________________ > StatusNet-dev mailing list > [email protected] > http://lists.status.net/mailman/listinfo/statusnet-dev > -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?
_______________________________________________ StatusNet-dev mailing list [email protected] http://lists.status.net/mailman/listinfo/statusnet-dev
