Session verification failed error when installing mods
Ou em Pt
Falhou a verificação da sessão. Por favor tente fazer Sair e voltar a Entrar.
(http://i276.photobucket.com/albums/kk39/apllic/erromods2.png)
(http://i276.photobucket.com/albums/kk39/apllic/erromods.png)
Conforme mostram as imagens se tiver este erro tera que fazer o seguinte
Abrir
Sources/Packages.php
Pesquisar
function PackageInstallTest()
{
global $boarddir, $txt, $context, $scripturl, $sourcedir, $modSettings;
checkSession('get');
Adicionar isso e trocar por este
function PackageInstallTest()
{
global $boarddir, $txt, $context, $scripturl, $sourcedir, $modSettings;
checkSession('request');