(2013-08-23, 06:15 PM)Gelizzy88 Wrote: My site STILL isn't working http://forum.strawberricurls.com/
Still an issue for you? I signed up and can login fine.
(2013-08-24, 07:26 PM)Auriel Kitsu Wrote: I went to make a pot of coffee and assumed the Admin would have timed out by the time I got back. No error message. In fact Admin CP is no longer displayed as an option for me to log in. As you can see immediately below I have access to User CP and Mod CP but the Admin CP is completely missing.
Please help.
(User CP — Mod CP — Log Out)
Something is horked up because I had a second id that is also supposed to be an Admin, a backup account just in case something like this happened. Well I can log into it but it also doesn't show the Admin CP login and when I changed the email to the profile because I thought having two accounts with the same email address was probably not a smart idea nothing happened I never received an email for confirmation of the new address.
My domain is . . .
http://coa-mis.net/
This is incredibly bad timing because I was hoping to have this forum ready for people to migrate from facebook next week. That's not going to happen if I have to completely rebuild the MyBB installation from scratch.
Either you've change the usergroup or your user or it's lost ACP access permissions... sounds like the former if it's happened to two users, so, run this query in phpMyAdmin:
UPDATE `mybb_usergroups` SET `cancp` = '1' WHERE `gid` = '4';
Then this one:
DELETE FROM `mybb_datacache` WHERE `name` = 'usergroups';
That do anything?
(2013-08-25, 01:10 AM)vv111y Wrote: here's mine:
http://neighboursofniagara.com/
I can login in another way, but it is the 'login' button at the top that does not work. The code is different than the 'registration' button beside it. theme - inspire 2.0.
The login button is a submit button for some reason but it's not in a form, can you post the contents of the header_welcomeblock_guest template for that theme?