Problem with Multisite
This topic contains 11 replies, has 4 voices, and was last updated by Paolo 10 years, 4 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: multisite
-
AuthorPosts
-
May 3, 2015 at 1:22 pm #38559
Hi. I set up a new multisite installation with subdomains and installed geodirectory. but the plugin works just on the main page.. all subdomains shows the error on “plugins/geodirectory/geodirectory-functions/general_functions.php on line 325” and in the Backent the menupoint “Places” is missing. I tryed it with version 1.4.3 and 1.4.5…
May 3, 2015 at 1:33 pm #38560The full error message is:
Warning: Invalid argument supplied for foreach() in /public_html/wp-content/plugins/geodirectory/geodirectory-functions/general_functions.php on line 325
May 3, 2015 at 1:33 pm #38561GeoDirectory must be activated per website and not network activated.
Did you network activated it?
May 3, 2015 at 1:36 pm #38562Ok, on my local Xampp installation it worked with network activation…
Thanks! Problem Solved.August 1, 2015 at 9:04 am #47736How do you activated it on the sub-domain? Does this require all files and “base” geodirectory plugin be installed just as a brand new “start from scratch” installation?
August 1, 2015 at 10:22 am #47741@lonewolf95665
Are you using a network or multisite WP installation? If using multisite, you need only one installation of WP and themes and plugins.August 1, 2015 at 5:04 pm #47775define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, true);
define(‘DOMAIN_CURRENT_SITE’, ‘domainname.com’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);This is the way I have it set up. Multisite yes? My widgets are “visible” in the widget area but they do not show up on the sub-domain.domain.com
I do not understand why they do not show up.
August 1, 2015 at 6:00 pm #47782Hi,
GeoDirectory can’t be network activated. You must Activate it on the main website as well as on each individual subsite.
!st make sure to network deactivate it.
Than in your dashboard admin toolbar you will see a link “my sites”, there you have access to each individual dashboards.
Or loggedin as admin visit directly sub-domain.domain.com/wp-admin, go to plugins and activate like if it was a single wordpress install.
Let us know if this helps.
Thank you
August 1, 2015 at 7:43 pm #47790Thank you Paolo.
I did not “understand” the Network activated vs. Not Networked activated. I thought that by ticking Network activate that this is how ‘all’ plugins worked.
Now it raised a question. Is this how all the plugins should be “ticked”? Then in this “select” plugins by sub-domain individually I can pick and chose?
Here is the good news. A “Page displayed” on the sub-domain site. The sample page. And the only page items visible are
Header banner
Background image
Footer
Sample pageThat is it.. no widgets or menus.
August 1, 2015 at 8:02 pm #47793Update.. I am going to delete the subdomain and try it again. I was doing some php tweaking suggested for the mu installation to the .php file. I just attempted the sub-domain setup on another subdomain and it appears to have worked except for the menu? I will keep you posted.
August 1, 2015 at 8:48 pm #47799Thank you, thank you.. thank you for your help. The problem regarding the widgets is solved. The menu I need still to set up also. Kind regards, appreciated
August 3, 2015 at 2:21 pm #47926You are welcome 🙂
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket