Jump to content


cpen

Member Since 06 Jun 2012
Offline Last Active Feb 02 2013 06:02 AM
-----

Posts I've Made

In Topic: PDOException - could not find driver ..../redbean/rb.php(701)

07 June 2012 - 07:25 PM

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

In Topic: PDOException - could not find driver ..../redbean/rb.php(701)

07 June 2012 - 05:06 PM

the latest code 0.6.7 fixed the problem. I'm live now.

Thanks for the help

In Topic: PDOException - could not find driver ..../redbean/rb.php(701)

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 }