Author Topic: installation broken with PDO MySQL  (Read 4312 times)

raboof

  • Newbie
  • *
  • Posts: 27
    • View Profile
installation broken with PDO MySQL
« on: May 11, 2009, 08:06:23 pm »
If you select the non-default "PDO MySQL" backend when installing OpenGoo 1.4 rc, the installation process terminates successfully. At the end, the home page is empty content and this message makes the PHP interpreter stop:

2009/05/12 00:51:05 [error] 56308#0: *192064 FastCGI sent in stderr: "PHP Fatal error:  Call to a member function escapeValue() on a non-object in /x/y/opengoo/environment/library/database/DB.class.php on line 292" while reading response header from upstream, client: 1.2.3.4, server: x request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/tmp/nginx-phpfastcgi.socket:", host: "x", referrer: "http://x/public/install/index.php?step=4"

When following the same process, but choosing the default "MySQL" backend instead, the instance works correctly.

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: installation broken with PDO MySQL
« Reply #1 on: May 12, 2009, 03:31:34 pm »
Hi raboof,

It seems to be working for me. Do you have PDO support enabled and pdo_mysql installed on your server?