Ticket #2 (new defect)
Installation failed
| Reported by: | sowosammerneger | Owned by: | padams |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | base module | Version: | 1.1 |
| Keywords: | Cc: |
Description
Trying to install fails with an error that //install_base_.php could not be found, regarding to owa_lib.php line 411
I changed owa_lib.p at line 401 from:
//$class_dir = strtolower($class_dir).DIRECTORY_SEPARATOR;M
$class_dir = $class_dir.DIRECTORY_SEPARATOR;M
to:
//$class_dir = strtolower($class_dir).DIRECTORY_SEPARATOR;M
$class_dir = $class_dir;M
and the installation finishes without any further problems
Change History
Note: See
TracTickets for help on using
tickets.
