PDOException - could not find driver ..../redbean/rb.php(701)
Started by cpen, Jun 07 2012 12:06 PM
6 replies to this topic
#2
Posted 07 June 2012 - 12:42 PM
Have you installed PDO Mysql library for PHP on your computer?
http://php.net/manua...f.pdo-mysql.php
http://php.net/manua...f.pdo-mysql.php
#3
Posted 07 June 2012 - 02:05 PM
Install pdo fixed the problem... now I have another problem..
include(RedBeanModelDateTimeDefaultValueValidator.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory
{
407 foreach(self::$_includePaths as $path)
408 {
409 $classFile=$path.DIRECTORY_SEPARATOR.$className.'.php';
410 if(is_file($classFile))
411 {
412 include($classFile);
413 break;
414 }
415 }
416 }
417 else
418 include($className.'.php');
419 }
include(RedBeanModelDateTimeDefaultValueValidator.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory
{
407 foreach(self::$_includePaths as $path)
408 {
409 $classFile=$path.DIRECTORY_SEPARATOR.$className.'.php';
410 if(is_file($classFile))
411 {
412 include($classFile);
413 break;
414 }
415 }
416 }
417 else
418 include($className.'.php');
419 }
#5
Posted 07 June 2012 - 07:10 PM
Well that is wierd. What version were you on before 0.6.7?
Jason Green
Zurmo Team
Need support? Upgrade now
#7
Posted 07 June 2012 - 09:28 PM
Both those paths resolve correctly. Depends where in the app you are clicking from. Happy it is working now. Keep us posted!I was on version 0.6.6
One thing, I noticed on 0.6.7, I'm seeing a lot of hardcode to /home/default/...
So when I click on HOME
it goes to app/index.php/home/default
It should just go to app/index.php
Jason Green
Zurmo Team
Need support? Upgrade now
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users









