Can't add menu items on a fresh WordPress installation
-
Hey guys,
I was having problems with my original WordPress installation and after some troubleshooting I suggested myself to start fresh. So I installed a complete new installation of WordPress and without changing anything, I immediately moved to the menu section. I tried adding a menu item, but it does not let me.
I, for a brief moment, see a ‘doing an action’ ball icon and then the body text changes to “Drag them in a order you like” or something.. but there are no items at all.
So this is a complete fresh installation.. and still not able to add items. Probably server related then, but.. what?
I’m having my own 512MB VPS (Ubuntu 14.04) running a single WordPress.
Here is my .htaccess. I’ve already tried increasing the memory limits to 256M without result.php_value upload_max_filesize 64M php_value post_max_size 64M php_value max_execution_time 300 php_value max_input_time 300 php_value memory_limit 64M # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
- The topic ‘Can't add menu items on a fresh WordPress installation’ is closed to new replies.