I recently installed Drupal 6.3 over my 6.x files. The front page shows up, but if you click any menu links you get an error page. This site is currently aliased under another and had been working fine until I overlayed the 6.3 files. Sample: If you go to...
and click any menu item, you get the error page. But, if you go to...
and click, everything works fine. Did I install a file which points cookies or something to the original root, as apposed to the subdirectory? This is the only reason I can think that installing a new Drupal over the old one might do this. Any help is greatly appreciated since my members can not navigate the page if/when they go to the (aliased) URL.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | frontpage.JPG | 17.92 KB | KahneFan |
Comments
Comment #1
KahneFan commented2nd link should be...
http://www.heyhays.com/pokerblog
Comment #2
KahneFan commentedThe attached image helps to show the default has some how changed to heyhays.com/pokerblog
Comment #3
KahneFan commentedClose topic - I just reinstalled 6.2 until I can get time to play with the upgrade.
If anyone reads this, is there a DL somewhere with just the effected files? (or were they all changed?)
Comment #4
catchIt sounds like you need to set $base_path in settings.php - please try that and confirm whether it works.
Comment #5
catchIt sounds like you need to set $base_url in settings.php - please try that and confirm whether it works.
Comment #6
KahneFan commentedIn looking at the reinstalled verion (not-upgraded yet), this line is not being used, so I would think this did not cause the issue.
To be sure, I'm looking at...
/sites/default/settings.php
In this file, the suggested code is commented out.
Comment #7
ainigma32 commentedBut that doesn't rule this out as a possible solution.
Please try it and post back with the results.
- Arie
Comment #8
ainigma32 commentedLooks like KahneFan won't be posting any feedback so I'm setting this to fixed.
Feel free to reopen if you think that is wrong.
- Arie
Comment #9
KahneFan commentedResolved, thanks.