Closed vladkrutov closed 12 years ago
Installation failed and digging through forum showed that path variables was wrong after commenting out of line 32 in install/index.php and line 46 in index.php everything works fine.
was install/index.php
set_include_path( realpath('library') . PATH_SEPARATOR . realpath('app/code') . PATH_SEPARATOR . get_include_path() );
now install/index.php
set_include_path( realpath('library') . PATH_SEPARATOR . realpath('app/code') . PATH_SEPARATOR # . get_include_path() );
I think that's the same like Issue #48
Yes, we think about this too. We will comment this line in the next release by default.
This paths are not used by the Axis, so it's ok.
Many thanks.
Installation failed and digging through forum showed that path variables was wrong after commenting out of line 32 in install/index.php and line 46 in index.php everything works fine.
was install/index.php
now install/index.php