magfest / ubersystem

MAGFest's Ubersystem - handles ticketing, staffing, analytics, volunteers, and tons more
http://magfest.org
GNU Affero General Public License v3.0
48 stars 55 forks source link

login page references non-existent common.js #403

Closed binary1230 closed 9 years ago

binary1230 commented 10 years ago

go to /m13 main login page

it tries to fetch /m13/../common.js which doesn't exist (wrong path)

probably more than just the login page. making a note to look at this later.

binary1230 commented 10 years ago

there are more errors like this too on the login page, THOUGh they probably work OK on any other page since all the other pages are a subdirectory higher in the URL.

the common.js is probably broken everywhere though.

here are all the 404's on the login page resolved to absolute paths. GET /static/styles/styles.css HTTP/1.1, GET /static/lib/jquery/jquery-1.7.2.min.js HTTP/1.1, GET /static/lib/date/date.js HTTP/1.1, GET /static/lib/jquery-ui/jquery-ui-1.9.0.custom.min.js HTTP/1.1, GET /static/lib/select2/select2.css HTTP/1.1, GET /static/lib/jquery-ui/ui-lightness/jquery-ui-1.9.0.custom.css HTTP/1.1, GET /static/lib/jquery-cluetip/jquery.cluetip.css HTTP/1.1, GET /static/lib/jquery-contextMenu/jquery.contextMenu.css HTTP/1.1, GET /static/lib/jquery-dimensions/jquery.dimensions.js HTTP/1.1, GET /static/lib/jquery-hoverIntent/jquery.hoverIntent.js HTTP/1.1, GET /static/lib/jquery-cluetip/jquery.cluetip.js HTTP/1.1, GET /static/lib/select2/select2.min.js HTTP/1.1, GET /static/lib/jquery-contextMenu/jquery.contextMenu.js HTTP/1.1, GET /common.js HTTP/1.1,

binary1230 commented 10 years ago

correction, not the login page.

just the default page for /

image

EliAndrewC commented 10 years ago

Ah, yeah that makes sense; that page is at a different level. In the past it didn't inherit from any of our standard templates but I guess someone (possibly me?) changed it to do that?

binary1230 commented 10 years ago

I think I might have changed it to get the CSS in to get the logo displaying in the upper right corner.

Also verified this is ONLY on this page and no other pages. also common.js does indeed work.

Might be an easy fix just to make this first page redirect to like site_sections/welcome.py or something like that.

thaeli commented 9 years ago

This is obsoleted by the Bootstrap conversion. Closing.