Multisite to single – plugin access
-
Hello
I have a friend that I offered to help getting his site over to a single installation.
He had his ecommerce site built by some hosting company and they basically don’t let him have access to anything. It was built on a WPMU.
I was able to piece things together and after some work, I have been able to get him a working site on his new hosting account.
The problem is I still don’t have the link to the Plugins in the WP dashboard.
I can see the plugins through cpanel. I can add plugins through cpanel and I can delete and deactivate them by changing the file name.
I am thinking that I need to put something in the config or functions file to make the Plugins link visible.
I have tried this code in the wp-config, but it doesn’t work to solve the problem. The code wasn’t there previously. I only added it because I saw some others did that.
define(‘DISALLOW_FILE_MODS’,false);
define(‘DISALLOW_FILE_EDIT’,false);I also noted that when I go to this page
https://anydomainname.com/wp-admin/plugin-install.phpIt says “Sorry, you are not allowed to install plugins” and sometimes it redirects me to the login screen, even though I am the administrator.
I really have no more ideas on how to fix this. It seems like it should be so simple but obviously, I am missing something.
I do appreciate any suggestions. Thank you
- The topic ‘Multisite to single – plugin access’ is closed to new replies.