Check Status fail - MuCore 1.0.8 Help
Ok so I see that on every template I use, I get this error :
When I press "Check Status" on Ranking, I get the " Fail to get data" error :
http://img585.imageshack.us/img585/7729/eroareat.png
How to fix this ?
Thank you
Re: Check Status fail - MuCore 1.0.8 Help
Re: Check Status fail - MuCore 1.0.8 Help
Did you install the MU Core? Or just copy pasted it?
Re: Check Status fail - MuCore 1.0.8 Help
Quote:
Originally Posted by
kundarmah
Did you install the MU Core? Or just copy pasted it?
Installed MuCore ...
Re: Check Status fail - MuCore 1.0.8 Help
Anyway you can turn on the debug in the config.ini in MUCore then you can see what query is missing :D
and may I ask if you have a Ranking database?
Re: Check Status fail - MuCore 1.0.8 Help
Quote:
Originally Posted by
kundarmah
Anyway you can turn on the debug in the config.ini in MUCore then you can see what query is missing :D
and may I ask if you have a Ranking database?
If i set debug on, I can't see the website ... after a restart and I switch back debug 0, i don't get the Fail message anymore but i get "N/A" when I click status ... why ?
Re: Check Status fail - MuCore 1.0.8 Help
Hmmm kinda weird I went to my website too and it seems it's not working now LOL
Re: Check Status fail - MuCore 1.0.8 Help
Quote:
Originally Posted by
kundarmah
Hmmm kinda weird I went to my website too and it seems it's not working now LOL
Anyone knows how to fix this ?
Re: Check Status fail - MuCore 1.0.8 Help
pages_modules/ranking.php
Line 170 onwards:
PHP Code:
</tr>
<tr>
<td align="left" class="iR_status">';
if ($get_config->char_status == '1') {
echo '<div id="s_' . $cache_count . '"><a href="javascript:void(0)" onclick="get_data(\'s_' . $cache_count . '\',\'#s_' . $cache_count . '\', \'get.php?aG=' . base64_encode(crypt_it($r_cache[10], $core['config']['crypt_key'])) . '\', null, \'data=s_' . $cache_count . '\');">Check Status</a></div>';
}
echo '</td>
<td align="left" class="iR_status">';
Personally I don't think it's a serious problem to warrant a fix.
This is caused probably by the encrypt settings, It's too much a hassle to track down, so I won't bother to fix it if I were you.
Re: Check Status fail - MuCore 1.0.8 Help
Quote:
Originally Posted by
nemoma
pages_modules/ranking.php
Line 170 onwards:
PHP Code:
</tr>
<tr>
<td align="left" class="iR_status">';
if ($get_config->char_status == '1') {
echo '<div id="s_' . $cache_count . '"><a href="javascript:void(0)" onclick="get_data(\'s_' . $cache_count . '\',\'#s_' . $cache_count . '\', \'get.php?aG=' . base64_encode(crypt_it($r_cache[10], $core['config']['crypt_key'])) . '\', null, \'data=s_' . $cache_count . '\');">Check Status</a></div>';
}
echo '</td>
<td align="left" class="iR_status">';
Personally I don't think it's a serious problem to warrant a fix.
This is caused probably by the encrypt settings, It's too much a hassle to track down, so I won't bother to fix it if I were you.
Mhm nemoma, but is there a way to remove it maybe ? Because I'm trying to fix this for some years and still no fix for it ...
EDIT : Status option disable in admincp ... ranking settings
Re: Check Status fail - MuCore 1.0.8 Help
nemoma ^______^
@epocal
i fixed it long time ago, but if you don't want it's ok :D
See ---> it works ;)
http://oi39.tinypic.com/2qdnzg5.jpg
Re: Check Status fail - MuCore 1.0.8 Help
Quote:
Originally Posted by
4FUNer
Give me that fix !!! I want it ! :))
Re: Check Status fail - MuCore 1.0.8 Help
Quote:
Originally Posted by
epocal
Give me that fix !!! I want it ! :))
-___-
since i can't share my phps (recoded alot) i have to fix it manually
Upload your
website/get.php
website/pages_modules/rankings.php
Re: Check Status fail - MuCore 1.0.8 Help
Quote:
Originally Posted by
4FUNer
-___-
since i can't share my phps (recoded alot) i have to fix it manually
Upload your
website/get.php
website/pages_modules/rankings.php
Here you are Link 1 : get_ranking - Download - 4shared - NineCatalin Catalin
Here you are Link 2 : Download get_ranking.rar from Sendspace.com - send big files the easy way
Re: Check Status fail - MuCore 1.0.8 Help