Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.0
-
Fix Version/s: 4.3.0
-
Component/s: Core CiviCRM, Technical infrastructure
-
Labels:None
Description
The first error is,
./bin/setup.sh: line 80: cd: ./bin/../sql: No such file or directory
... and more stuff fails from there. This issue is called by changing directories from the script, using the path used to call the script from the command-line.
One fix would be to set CALLEDPATH to an absolute path.