-
Enthusiast
Ranking loading
hello I need help, is that my page ranking. it got stuck loading, but the panel user registration and operating without problem. Now is not the case with the ranking and review all the code and really do not get anything wrong, I have mssql as well in the xampp and so on.

Please expect a good contribution to help me solve the problem thanks.
-
-
Member
Re: Ranking loading
I believe your site cant connect to your database correctly
-
Enthusiast
-
Re: Ranking loading
You don't say what ranking you use so i assume it is cabaltoolz. This is known to hide some error messages behind those "loading" pages and you need to enable logging errors to file to see what they are.
Find your php.ini (in c:\xampp\php\ usually) and change these lines:
log_errors = On
error_log = c:/phperrors.log (or wherever you want it saved)
Now either restart the apache service or reboot.