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



UserSpice
4.3.9 Table Sort Breaks After Copy from users to usersc - Solved - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: 4.3.9 Table Sort Breaks After Copy from users to usersc - Solved (/showthread.php?tid=880)



4.3.9 Table Sort Breaks After Copy from users to usersc - Solved - mleary2001 - 12-09-2017

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


4.3.9 Table Sort Breaks After Copy from users to usersc - Solved - Brandin - 12-09-2017

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...


4.3.9 Table Sort Breaks After Copy from users to usersc - Solved - mleary2001 - 12-09-2017

That solved it!!! Thanks for the quick reply.


4.3.9 Table Sort Breaks After Copy from users to usersc - Solved - Brandin - 12-09-2017

Glad to hear it! Let me know if you need anything else