The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Redirect problem on all private pages
#2
Slashes come from having something like

$us_url_root.'/

or

<?=$us_url_root?>/

Basically the $us_url_root has the final / in the variable itself, so if somewhere in your code (search the whole project) you have one of the above two instances, every time that is pinged, you're going to add a slash to the url. It's usually in your usersc/scripts/custom_login_script.php

I don't understand the not loading private pages? What's happening?

Is the menu loading and then the page being killed?

If you want to see if it is your own security killing the page, go to one of your pages and change
<?php if (!securePage($_SERVER['PHP_SELF'])){die();} ?>
to
<?php if (!securePage($_SERVER['PHP_SELF'])){die("This page has been killed for security reasons");} ?>

If you get that message, then the securePage is killing the page for some particular reason and we can go from there.

Finally, what version of PHP are you running?

  Reply


Messages In This Thread
Redirect problem on all private pages - by jason - 01-20-2017, 06:55 PM
Redirect problem on all private pages - by mudmin - 01-20-2017, 07:52 PM
Redirect problem on all private pages - by jason - 01-22-2017, 06:54 AM
Redirect problem on all private pages - by mudmin - 03-30-2017, 02:12 PM
Redirect problem on all private pages - by Jeff - 04-25-2017, 10:00 AM
Redirect problem on all private pages - by mudmin - 04-27-2017, 06:58 PM
Redirect problem on all private pages - by mudmin - 05-22-2017, 07:12 PM

Forum Jump:


Users browsing this thread: 7 Guest(s)