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
/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
4.3.9 Table Sort Breaks After Copy from users to usersc - Solved
#1
I copied

admin_users.php

from the 'users' directory to the 'usersc' directory. At the top of the copied file I had to change

Code:
require_once 'init.php';
to
Code:
require_once '../users/init.php';

to get the page to load. However

- sort by clicking on column header does not work,
- pagination does not show,
- search input is missing.

What else do I need to modify?

Thanks in advance,

Mike
  Reply
#2
You will need to change the JS calls at the bottom to be ../users/

We can probably do a better job in the future with us and abs root...
  Reply
#3
That solved it!!! Thanks for the quick reply.
  Reply
#4
Glad to hear it! Let me know if you need anything else
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)