MyBB Community Forums

Full Version: Problem with update 1.4 beta4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello

When i want update my forum with mybb 1.4 beta4, i have this error after i enter username /password :
Error
You do not have permissions to run this process.

Of course, i use my administrator account.
the upgrade went fine for me
I have test with beta1 and beta2 => no problem

I have create another account administrator and test again to upgrade with beta4, same error.
All the plugin switch off before upgrade.
uid 1 must perform the upgrade by what i think
and i've had heaps of plugins active while upgrading no problem
My account is uid 1...
then it should wat beta release are u trying to upgrade from
My forum is 1.2.14 and i try with beta4

I have delete line 196 , 197 , 198 , 199 of upgrade.php

else if($mybb->usergroup['cancp'] != 1 && $mybb->usergroup['cancp'] != 'yes')
	{
		$output->print_error("You do not have permissions to run this process.");
	}

and it's ok now, i can continu the upgrade...

PS : sorry for my poor english, i'm french.
ok but there is always problems from the 1.2 series
if it was from 1.4 (earlier beta) it would have been fine
(2008-07-22, 11:39 PM)xavatar Wrote: [ -> ]Hello

When i want update my forum with mybb 1.4 beta4, i have this error after i enter username /password :
Error
You do not have permissions to run this process.

Of course, i use my administrator account.

I have the same problem here using xampplite

thanks for solution above.

that solved the problem to me if mybb 1.4 Final come with this error too as I will upgrade 1.14>1.4 database in 'localhost' and then import the sql file with SSH commands to my Host



..
Just so you know this was fixed in the download iirc. Just retrieve the download of MyBB Beta 4 and update inc/class_session.php and install/upgrade.php and it should work.
Pages: 1 2