TinyPortal
Development => Support => Installation => Topic started by: evolution6388 on January 24, 2009, 11:26:15 PM
So when I click on apply mod, it says that I have to put my FTP server info in, I do that, but it says
"Session verification failed. Please try logging out and back in again, and then try again."
need help please.
You need an fix for that it's an bug in Smf. In your sources dir there is an file called Packages.php on this file search for :
function PackageInstallTest()
{
global $boarddir, $txt, $context, $scripturl, $sourcedir, $modSettings;
checkSession('get');
Change it to :
function PackageInstallTest()
{
global $boarddir, $txt, $context, $scripturl, $sourcedir, $modSettings;
checkSession('request');
It should work fine then ! Succes! ;)
conner, you sir are AWESOME ;) it worked, thank you very much.