I see the issue. Was it changed in the last updates or it's my bad translation skillsHave you modified the phrase used in the sidebar?
Yeah, I figured on the Waindigo front. The weird thing about the Andy add-on is that no matter how many times I ignore it, it always comes back. I have some of his other add-ons and they work fine. Just not that one.Yeah that happens when developers update the version number in the RM without updating the version number in the download.
You can ignore an update though so do that to shut it up.
Hmm...
Does it make any difference if it's upload rather than UPLOAD ?
Try to change "UPLOAD" folder to "upload" ?
It's worth noting, however, that "upload" in lower case is usually more consistent with XenForo, official XenForo add-ons and most third party developers.
elseif ($key == 'js' || $key == 'library' || $key == 'styles')
{
$addOnModel->recursiveCopy($dir . '/..', './' . $key);
}
elseif ($key == 'js' || $key == 'library' || $key == 'styles')
{
$addOnModel->recursiveCopy($dir, './' . $key);
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.