adamato
Member
Posted 2 years ago #
Hi there,
I have absolutely no technical knowledge whatsoever, so please bare with me! I have followed the guide point by point to install multi-site. At the end I had to log out and then in again, at which point (I think), it is meant to show as 'super admin', but nothing has changed.
Please, please can you help? I don't know what to do next to make it work. I have tried doing all the steps again and nothing changes.
Thank you very much for your help
Andy
averyspecialpersonindeed
Member
Posted 2 years ago #
I followed the guide you mention here but when I got to change the code in wp-config the instruction says
Open up wp-config.php and add this line above where it says /* That's all, stop editing! Happy blogging. */:
in my wp-config.php file there is nothing that says
/* That's all, stop editing! Happy blogging. */:
so I tried putting the new line in various places in the file - but where ever I put it the network menu does not show up under tools.
What can I do next please?
In my wp-config.php file there is nothing that says
/* That's all, stop editing! Happy blogging. */:
That would be problem #1.
Do you have this?
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
Also, was WordPress working BEFORE you tried to turn on the network? Could you log in etc?