This topic is locked
[SOLVED]

 Sorting Columns - Why Letters Instead of Arrows

10/30/2019 12:48:17 AM
PHPRunner General questions
mcgeepj2 author

I can't figure out where I went wrong. The arrows for sorting data in the columns are Letters instead of arrows. Where do fix this? Also, how do I get rid of the sort criteria in the URL?

Sergey Kornilov admin 10/30/2019

Version and build of PHPRunner?

mcgeepj2 author 10/31/2019



Version and build of PHPRunner?


Two different projects. One on v9.8 and one on v10.1.

Sergey Kornilov admin 10/31/2019

Since this happens in two different versions there must be something wrong with web server settings or with the web browser.
Try the latest version and build won't hurt. Check this troubleshooting guide, it covers a list of things to try:

https://xlinesoft.com/blog/2018/05/07/troubleshooting-web-applications/

mcgeepj2 author 10/31/2019



Since this happens in two different versions there must be something wrong with web server settings or with the web browser.
Try the latest version and build won't hurt. Check this troubleshooting guide, it covers a list of things to try:

https://xlinesoft.com/blog/2018/05/07/troubleshooting-web-applications/


It's not the web browser because it occurs in all browsers on any computer. Yu can open these links and see it:

https://www.f-106deltadart.com/db/alumni/alumni_list.php

https://www.f-106deltadart.com/db/acft/acft_list.php?orderby=dmds
I'm pretty sure there is something I have done wrong or can change in the project open in PHPRunner to fix this. Or a font issue?

Sergey Kornilov admin 10/31/2019

Reset the page in the Editor/Visual Editor. For some reason, you are trying to include Bootstrap files twice and some of your Bootstrap CSS files point to missing image files. Open Developers console to see those errors.

mcgeepj2 author 11/1/2019



Reset the page in the Editor/Visual Editor. For some reason, you are trying to include Bootstrap files twice and some of your Bootstrap CSS files point to missing image files. Open Developers console to see those errors.



Fixed thanks!!!