-
Notifications
You must be signed in to change notification settings - Fork 383
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
Menu not loading #84
Comments
Thanks to some Nginx error logs, I know it's getting hung up trying to load |
Or I just misinterpreted those, it's not hung up on the fonts, it's just that the menu won't load. |
HY, related to Issue #70 "sets the proxy cache path location, max size 2g" I deleted the hole Caching Folder (rm -R /var/www/cache/*) and restartet nginx. BR Bernd |
@Berndinox Thanks man; sadly it wasn't Nginx caching, as I haven't enabled it. |
I found the issue. I use |
@andschwa Congrats. Bitcoin enthusiast? So am I! |
@nahtnam Bitcoin is nice! So, unfortunately I have to find another fix, as I can't disable the public directory (I have about 40 students using it to get their assignments and labs). This is the error I see in the JavaScript console of Chromium:
Obviously I'm not a web developer, what on earth is |
@andschwa Check some of the .hbs files and find where it import jquery. Then update it to the correct format. |
@nahtnam I'm not seeing where they import jquery, just where in |
@andschwa How did you setup your server, and where? |
Using my Puppet module and these settings (that also covers Nginx), hosted on DigitalOcean. I purposefully use the |
Okay, it appears to be Ghost itself that has a |
@TryGhost on Twitter got back to me, they do reserve /public, so I need to find a different location to serve my files from. |
BTW it only broke using Ghostium and not other themes because we use jquery. |
Awesome! Enjoy! |
Wait, I'm still having these errors on a fresh install of Ghost 0.7 and Ghostium. What is the fix? @andschwa |
@Mindstormer619 Are you trying to use a reserved slug somewhere else? I was proxying |
@andschwa No dude, perfectly fresh install. Steps I followed were this:
Right now I managed to make a workaround by getting jquery from a CDN and putting that include line within the Header Code Injection box. |
@Mindstormer619 I don't know for sure if this caused your issue, but Ghost just changed when they include jQuery: jQuery not included in |
@andschwa Yeah, that's probably it. Thanks. I guess Ghostium needs to update to include jquery now. |
I just installed Ghostium following the documentation (clone, restart, good to go, eh?). Well something's not working, and I'm not sure what. Here's the site.
I'm not sure what's going on, all I can think of is that I am running the latest Ghost (0.4.2).
I've tried without any changes as well (so just plain Ghostium theme) and am having the issues in Chromium and Safari on OS X. I've also restarted my server and ensured the folder is owned by the proper user (ghost, in my case).
Any ideas? I really like Ghostium, if I can get it working.
The text was updated successfully, but these errors were encountered: