BlackStonedLover / fluxcp

Automatically exported from code.google.com/p/fluxcp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Fatal error: Call to a member function setFetchMode() on a non-object in /var/www/html/cp/lib/Flux/Connection.php on line 143 #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Installing from svn and setting password

What is the expected output? What do you see instead?

I expected everything to work but instead I get: 

Warning: PDOStatement::setFetchMode() [function.PDOStatement-setFetchMode]:
PHP might crash if you don't call $stmt->setFetchMode() to reset to
defaults on this persistent statement. This will be fixed in a later
release in /var/www/html/cp/lib/Flux/Connection.php on line 143

Fatal error: Call to a member function setFetchMode() on a non-object in
/var/www/html/cp/lib/Flux/Connection.php on line 143

What version of the product are you using? On what operating system?

SVN

Please provide any additional information below.

Help :(

Original issue reported on code.google.com by mumphs...@gmail.com on 5 Oct 2008 at 6:08

GoogleCodeExporter commented 8 years ago
FIXED:: php issue. Updated to 5.2.x and all is good now

Original comment by mumphs...@gmail.com on 5 Oct 2008 at 9:31

GoogleCodeExporter commented 8 years ago
Yes this issue is apparent in PHP versions before the 5.2 branch, and was fixed 
sometime in 5.2 (not sure when).

Seems that it was a PDO-related bug.

As of recently, Flux SVN requires PHP 5.2 or higher, see 
http://fluxcp.googlecode.com/svn/branches/fluxcp-1.0/ for the latest 
development 
branch.

Original comment by shugoten...@gmail.com on 7 Oct 2008 at 2:17

GoogleCodeExporter commented 8 years ago
Issue closed.

Original comment by shugoten...@gmail.com on 7 Oct 2008 at 2:18