10-23-2016, 12:23 AM
10-23-2016, 03:28 PM
Try this patch:
https://gist.github.com/joebordes/252f99c34371efb54f8de27d7db8d955
that will deactivate the version check and permit you to continue the install.
Note that I have not tried this so I don't know if it will work. I am very interested in doing it. So please share your results with me. I will help you get it working and ask you to do some tests for us. If it works I will change the application to permit this directly.
https://gist.github.com/joebordes/252f99c34371efb54f8de27d7db8d955
that will deactivate the version check and permit you to continue the install.
Note that I have not tried this so I don't know if it will work. I am very interested in doing it. So please share your results with me. I will help you get it working and ask you to do some tests for us. If it works I will change the application to permit this directly.
10-23-2016, 05:03 PM
diff --git a/include/install/resources/utils.php b/include/install/resources/utils.php
diff: unrecognized option '--git'
diff: Try `diff --help' for more information.
diff: unrecognized option '--git'
diff: Try `diff --help' for more information.
10-23-2016, 05:46 PM
Just add the two lines.
The correct command is:
The correct command is:
Code:
patch -p 1 < deactivatemysqlcheck.diff
10-25-2016, 11:37 PM
This is the correct fix:
https://github.com/tsolucio/corebos/commit/abc9d63ecd5bf51cae50b8b0a3d2ae63b9dee590
I tried it and it seems to be working correctly. The install went correctly and I did some navigating around. Please grab the latest version of the code and try again when you can and let me know how it goes.
Thanks!
https://github.com/tsolucio/corebos/commit/abc9d63ecd5bf51cae50b8b0a3d2ae63b9dee590
I tried it and it seems to be working correctly. The install went correctly and I did some navigating around. Please grab the latest version of the code and try again when you can and let me know how it goes.
Thanks!
11-17-2016, 12:46 PM
I will try again, and post that results, at soon