Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7
-
Fix Version/s: 4.7.16
-
Component/s: None
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
Description
After a "manual" install of civicrm for Drupal 8.2.5
CiviCRM Core in the libraries folder, the drupal module in the modules folder
and applying the patch in this PR:
https://github.com/civicrm/civicrm-drupal/pull/391
Pages won't load with the browser reporting "Connection Reset" or sometimes redirecting to the ISP search page because the name doesn't resolve.
The changes to the Routes.php and CivicrmContoller.php allowed civicrm pages to load for me
in this PR: https://github.com/civicrm/civicrm-drupal/pull/388
The CiviCRM Menu still won't load with both these PRS....
seeing page not found errors in the log...
for the path...
http://localhost/drupal825/civicrm/ajax/menujs/202/en_US/1/NFmjWSlO
testing being done by an install in a subdirectory of my server's document root
so relative path is
civicrm/ajax/menujs/202/en_US/1/NFmjWSlO
I think we can get this figured out, and put this issue to rest...its time we got a stable foundation for D8 going