Author Topic: 1.5.2-beta gives fatal error  (Read 2621 times)

matts

  • Newbie
  • *
  • Posts: 14
    • View Profile
1.5.2-beta gives fatal error
« on: July 10, 2009, 10:25:35 am »
Hi,

Ik have upgraded 1.4.2 succesfully to 1.5.2-beta2 but I get a fatal error on login.

This is my debug output.

Code: [Select]
Error (InvalidParamError)
DB link need to be MySQL connection resouce
Error params:
File: /home/webdir/trac.domainname.com/library/filerepository/backend/FileRepository_Backend_FileSystem.class.php
Line: 480
Variable name: value
Variable value:
object(PDO)#5 (0) {
}
Backtrace:
#0 /home/webdir/trac.domainname.com/library/filerepository/backend/FileRepository_Backend_FileSystem.class.php(33): FileRepository_Backend_FileSystem->setDbLink(Object(PDO))
#1 /home/webdir/trac.domainname.com/application/application.php(34): FileRepository_Backend_FileSystem->__construct('/home/webdir/trac....', Object(PDO), 'webdir_og_')
#2 /home/webdir/trac.domainname.com/init.php(137): require_once('/home/webdir/trac....')
#3 /home/webdir/trac.domainname.com/index.php(9): require('/home/webdir/trac....')
#4 {main}
Autoglobal varibles:
$_GET:
$_POST:
$_COOKIE:
$_SESSION:
Execution time:
Total execution time: 0.073571 seconds

Any idea ?

(sorry for my short lines, I type with a broken hand, not so handy :D)


ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: 1.5.2-beta gives fatal error
« Reply #1 on: July 10, 2009, 12:48:19 pm »
It is a bug when you are using the PDO backend. Should be fixed for next release.

matts

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: 1.5.2-beta gives fatal error
« Reply #2 on: July 10, 2009, 04:59:19 pm »
indeed fixed it by going to mysql only mode