We've recently installed v1.9.3 and are having problems getting the css stylesheets and javascript files to reference the correct files. Here is an example of the problem:
Either your apache configuration is wrong, or you have explicitly set $codestriker_css in your codestriker.conf file to the wrong location. Check your apache error log files for further clues.
Cheers,
David
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We've recently installed v1.9.3 and are having problems getting the css stylesheets and javascript files to reference the correct files. Here is an example of the problem:
<link rel="stylesheet" type="text/css" href="http://codestriker.docutechcorp.com/cs/codestriker.pl" />
<script src="http://codestriker.docutechcorp.com/cs/codestriker.pl" type="text/javascript"></script>
<script src="http://codestriker.docutechcorp.com/cs/codestriker.pl" type="text/javascript"></script>
<script src="http://codestriker.docutechcorp.com/cs/codestriker.pl" type="text/javascript"></script>
<script src="http://codestriker.docutechcorp.com/cs/codestriker.pl" type="text/javascript"></script>
<script src="http://codestriker.docutechcorp.com/cs/codestriker.pl" type="text/javascript"></script>
Obviously these are loading the incorrect urls. Any idea where we misconfigured the app?
Thanks,
Mitch Freed
Either your apache configuration is wrong, or you have explicitly set $codestriker_css in your codestriker.conf file to the wrong location. Check your apache error log files for further clues.
Cheers,
David