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
- Zurmo Forums
- → Viewing Profile: Posts: cpen
Community Stats
- Group Members
- Active Posts 4
- Profile Views 168
- Member Title Newbie
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Male
-
Location
Jersey City, NJ
Posts I've Made
In Topic: PDOException - could not find driver ..../redbean/rb.php(701)
07 June 2012 - 07:25 PM
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
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 }
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 }
- Zurmo Forums
- → Viewing Profile: Posts: cpen


Find content