Closed llMysterioll closed 7 years ago
Could you confirm your version?
.5 If your talking about the CyberByte version.
Also just confirmed it works with Extdb 1, I used the same info just changed the database. But problem is im using Extdb 2
The extDB version would have no influence on the panel, please check your AltisLife version when you are receiving errors.
Altis Life version is 4.4r4
If you uncomment the third line in index.php
you should see errors displayed. Can paste the error?
Notice: Trying to get property of non-object in C:\xampp\htdocs\CyberWorks-master\views\life\players.php on line 22 There is the error displaying on the players page.
weirdly it shows the top ten players on the dashboard with how much money the have.
Could you post a snapshot of your players table? Also, verify in the settings you're using 4.4R2+
Also having this issue with CyberWorks on 4.4r4
@llMysterioll
Your database table
Also, verify in the settings you're using 4.4R2+
@BoGuu here is mine on 4.4r4 if it matters, same error as him. http://i.imgur.com/qKM5WFG.png
here is the exported table (if that's what you meant) http://www.filedropper.com/showdownload.php/players_4
Fixes players tab being broken in Altis Life 4.4r3 +
The database players table is no longer playerid but instead pid. I replaced all counts of this.
So replace playerid with pid.
pastebin: http://pastebin.com/Gv2JGYi4
@jrm100 It worked ,thanks :) !
@llMysterioll np, if you want to fix the error in gang tab do the same in adminpanel/gfunctions.php - idk how to fix houses though.
@llMysterioll heres a fixed dashboard.php http://pastebin.com/JpcPRXTR
@jrm100 Yeah i've been going through the other things and fixing the different pages.
The reason why the panel isn't working for you, is because you're not using 4.4R4 (or before), you're using the dev build, which is not yet supported. Even if we added changes for it, I could change any of the DB structure at any point in time still. Closed for now
I set the panel up with the exact info used when running extdb 2 and it still doesn't work. The web panel worked fine with me before. The odd part it shows the newest and richest players but when you attempt to view players nothing can be found.