Raised This Month: $12 Target: $400
 3% 

PHP error


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Skadro
New Member
Join Date: Feb 2018
Old 10-07-2018 , 06:40   PHP error
Reply With Quote #1

Hello,


I have a problem with web interface(1.6.19).





Can someone help me?

I tried anything,but didn't work.

Last edited by Skadro; 01-28-2019 at 07:43. Reason: Solved
Skadro is offline
NomisCZ
AlliedModders Donor
Join Date: Mar 2014
Location: Czech_Republic
Old 10-07-2018 , 14:41   Re: PHP error
Reply With Quote #2

Hello,
look at this post: https://forums.alliedmods.net/showth...=284078&page=2.

It's a problem with PHP 7.X (doesn't support old mysql). You can try downgrade to PHP 5.X or use fix in the post above.
__________________

Last edited by NomisCZ; 10-07-2018 at 14:41.
NomisCZ is offline
NomisCZ
AlliedModders Donor
Join Date: Mar 2014
Location: Czech_Republic
Old 10-08-2018 , 10:11   Re: PHP error
Reply With Quote #3

Quote:
Originally Posted by Skadro View Post
Now i have another problem :/
I can't login as an admin user.I copied the exact username and password from the database and didn't work.

Help? Again?
You can't just copy hashed (MD5 - https://en.wikipedia.org/wiki/MD5) password from database.

Default password is 123456, documentation: https://bitbucket.org/Maverick_of_UC...n/wiki/Install - Step 6 - Configure HLX:CE

If you forgot your new password (if you changed default password), you can change it with SQL query:
PHP Code:
UPDATE `hlstats_UsersSET password=MD5('your_new_password'WHERE username 'your_username'
Or you can insert default user / password, but before delete admin user.
PHP Code:
INSERT INTO `hlstats_UsersVALUES ('admin','e10adc3949ba59abbe56e057f20f883e',100,0); 
__________________

Last edited by NomisCZ; 10-08-2018 at 10:12.
NomisCZ is offline
NomisCZ
AlliedModders Donor
Join Date: Mar 2014
Location: Czech_Republic
Old 10-09-2018 , 16:28   Re: PHP error
Reply With Quote #4

Quote:
Originally Posted by Skadro View Post
Didn't work :/
Btw,i typed myself the password

PM me on SourceMod Discord (https://discord.gg/5KadJ3), probably you didn't change password or PHP error occured.
I can look at it, if you send me a DB credentials / HLStatsX subdomain FTP or PHP error log.
__________________
NomisCZ is offline
NomisCZ
AlliedModders Donor
Join Date: Mar 2014
Location: Czech_Republic
Old 10-10-2018 , 14:07   Re: PHP error
Reply With Quote #5

Quote:
Originally Posted by Skadro View Post
Nvm,i tried again and now works.Thanks anyway, Nomis!
OK, no problem :-)
__________________

Last edited by NomisCZ; 10-10-2018 at 14:07.
NomisCZ is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode