MyBB Community Forums

Full Version: administrator logged out automatically after every action
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've done a fresh installation of 1.4.2. I'm using apache 1.3.37.
I've configured apache with a VirtualHost container for mybb. I can register a new user - no problem. I can login to the AdminCP - no problem. But whatever I click on as Admin I get back to the AdminCP login screen. I then can log in again and the task, I selected previously, gets executed. Then I click on a different item and again get back to the login screen.

When I install mybb without a VirtualHost container means directly into ../apache/htdocs/ then everything is fine.

This is my VirtualHost configuration from httpd.conf:
<VirtualHost *:80>
ServerAdmin email@address
DocumentRoot /v/www/mybb
ServerName fux
ErrorLog logs/mybb-error_log
CustomLog logs/mybb-access_log common
</VirtualHost>

Any help is highly appreciated
Ok, found it. ServerName has to be a FQDN. So in my case fux.comp.net and changing settings.php solved my problem.