The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/printthread.php(287) : eval()'d code 2 errorHandler->error
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



UserSpice
Forums - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28)
+--- Forum: Off-topic Discussions (https://userspice.com/forums/forumdisplay.php?fid=10)
+--- Thread: Forums (/showthread.php?tid=336)

Pages: 1 2


Forums - Brandin - 11-04-2016

Hey there,

When logging into the forums here, it redirects you to the homepage. Can you make it so it redirects us back to the forum?

Thanks.


Forums - dan - 11-04-2016

Good call. That's fixed. When I forced https it broke my original redirect link which was http and caused it to go to the home page.


Forums - Brandin - 11-05-2016

Sweet!

Question while you're here. I forced HTTPS on my installation, and I have a SSL cert from AutoSSL in cPanel, however, when including my
Code:
functions.js
it includes it non-SSL and I have to manually allow scripts. Do you know a fix for this? Google and Stack isn't helping.

Thanks.


Forums - mudmin - 11-06-2016

So let me make sure we're on the same page. There's no functions.js file in userspice, so that's your own file. Is there a reason that

<script src="https://yourdomain.com/users/js/myscripts.js"></script>

or whatever wouldn't work or do you turn force ssl off and on?

You always have the idea of
Code:
<?php
Code:
if ($settings->force_ssl==1){ ?>
Code:
<script src="https://yourdomain.com/users/js/myscripts.js"></script>
Code:
<?php }else{ ?>
Code:
<script src="http://yourdomain.com/users/js/myscripts.js"></script>
Code:
<?php } ?>



Forums - dan - 11-07-2016

I think you posted on the other server that your redirect was still not working when you login. Try now. We've moved to a much heftier server.


Forums - Brandin - 11-07-2016

Dan,

Thanks for this. I had posted this. The redirect is working properly. Happy to hear you guys are on a better server.

Thanks.


Forums - Brandin - 11-07-2016

FYI - the Forums link at the top which I use to go back to the home part of the forum is redirecting to userspice.org/forums instead of .com which causes a break in the current session and has my logged out while on that page.


Forums - venedude - 11-07-2016

...and if you do a search in google for UserSpice, it points to https://www.userspice.com which does not work. If I manually change it to http://www.userspice.com then it works


Forums - dan - 11-09-2016

The server is wonky due to moving to our own dedicated server. I am working out the kinks.


Forums - mudmin - 11-09-2016

I just reinstalled our SSL certificates on the .org and the .com so https should work again and changed the link for the forums back to .com. I've been leapfrogging servers over the past few days.