I’m facing a problem with steps in a specific case:
– I created badges, some of them where earned by a test user
– then, I created a quest using “completing steps” with three badges
– those 3 badges had already have been earned by my test user
– but it seems like he has to re-earn them so the quest is earned…
– this will be a problem when reorganizing quests in the future.
– is there a way to make the completing steps tool to “see” previously earned badges to unlock a quest without re-earning all badges?
thank you in advance for you help! have a nice day,
emilien
https://www.ads-software.com/plugins/badgeos/
]]>Renier
Fatal error: Cannot redeclare mb_substr() (previously declared in /home/malbarvi/public_html/wp-includes/compat.php:17) in /home/malbarvi/public_html/wp-content/plugins/gravity-forms-pdf-extended/dompdf/include/functions.inc.php on line 397
https://www.ads-software.com/extend/plugins/gravity-forms-pdf-extended/
]]>I’ve two plugins which use the same cmp() function :
So when i try to create an event , i get the following message :
“
Fatal error: Cannot redeclare cmp() (previously declared in F:\inetpub\vhosts\xxxx.com\httpdocs\ddddd\wp-content\plugins\gcal-sidebar\gcal-sidebar.php:30) in F:\inetpub\vhosts\xxxx.com\httpdocs\ddddd\wp-content\plugins\countdown-timer\fergcorp_countdownTimer.php on line 1022
“
In gcal sidebar :
“
function cmp($a, $b) {
if($a[‘startTime’] > $b[‘startTime’])
return 1;
if($a[‘startTime’] == $b[‘startTime’])
return 0;
if($a[‘startTime’] < $b[‘startTime’])
return -1;
}
In fercop :
“
/*Begin sorting events by time*/
function cmp($adate, $bdate) {
if($adate < $bdate){
return -1;
}else if($adate == $bdate){
return 0;
}else{
return 1;
“
Desactivation then activation of the plugin without succes .
How can i fix this ?
Many thanks,
Didier
https://www.ads-software.com/extend/plugins/countdown-timer/
]]>and is it the normal action for admin to have his comments waiting moderation in his blog?! although it have no links or so.
]]>My problem is I can not see the new site created by WordPress, do I need to remove the virtual host to be able to see it?
]]>[Code moderated as per the Forum Rules. Please use the pastebin]
Can u help me ?
]]>