Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endless 302 loop when using WAMP #921

Closed
crossan007 opened this issue Aug 10, 2016 · 1 comment
Closed

Endless 302 loop when using WAMP #921

crossan007 opened this issue Aug 10, 2016 · 1 comment

Comments

@crossan007
Copy link
Contributor

crossan007 commented Aug 10, 2016

seems like requests for js files are 302'ing on WAMP servers. Similar to #602 and #578

In Header-Function.php, removing the following lines fixes the endless redirect:

<script type="text/javascript" src="<?= $sRootPath ?>/skin/js/IssueReporter.js" type="text/javascript"></script>
  <script type="text/javascript" src="<?= $sRootPath ?>/Include/jscalendar/calendar.js"></script>
  <script type="text/javascript" src="<?= $sRootPath ?>/Include/jscalendar/lang/calendar-<?= substr($sLanguage, 0, 2) ?>.js"></script>

Not sure of cause yet.

@crossan007 crossan007 added the bug label Aug 10, 2016
@crossan007 crossan007 modified the milestones: 2.3.0, 2.2.1 Sep 10, 2016
@DawoudIO DawoudIO removed this from the 2.2.1 milestone Sep 25, 2016
@DawoudIO
Copy link
Contributor

I'm afraid we don't support WAMP right now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants