Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: CN_MULTISITE_ENABLED, mulit-site, multisite, wpmu
- This topic has 12 replies, 4 voices, and was last updated 10 years, 4 months ago by
Steven Zahm.
-
AuthorPosts
-
01/29/2013 at 6:04 pm #250214
Junior
ParticipantHi,
everything is gone. I was updating the System and the plugins and now all the entries are gone.
https://www.bffs.de/service/adressverzeichnis/caster-de/
Is this a bug? But where are all my addresses? Its horrible.
Regards, Junior
01/29/2013 at 8:01 pm #250225Steven Zahm
Keymaster@ Junior
Are running a multisite install of WordPress?
Do the entries show up in the admin?
Can you give me temp admin account so I can take a closer look?01/30/2013 at 5:03 am #250280Daniel Expósito
ParticipantSame here :(
Yes, running a multisite…01/30/2013 at 5:20 am #250281Junior
Participant@ Steven
Yes, it’s a multisite.
No entries are showing up in the admin.
You already recieved an email with your admin-account.Tnak you very much!
01/30/2013 at 11:12 am #250312Steven Zahm
Keymaster@ Junior
I don’t think I received the account details, you should be able to post them here as a private reply. In the meantime …
Connections is now more multisite aware. Please try adding the following to the wp-config.php file:
define('CN_MULTISITE_ENABLED', FALSE);
This will tell Connections to run in single-site mode on a multisite install which is basically how it was running before. After you add this, things should be back to normal and it also should be upgrade safe. Meaning you’ll only have to do this once.
01/30/2013 at 11:15 am #250313Steven Zahm
KeymasterAs i I just mentioned to Junior…
Connections is now more multisite aware. Please try adding the following to the wp-config.php file:
define('CN_MULTISITE_ENABLED', FALSE);
This will tell Connections to run in single-site mode on a multisite install which is basically how it was running before. After you add this, things should be back to normal and it also should be upgrade safe. Meaning you’ll only have to do this once.
01/30/2013 at 11:20 am #250315Daniel Expósito
Participant@Steven_Zahm
Done, but the old content does not show up…
01/30/2013 at 11:41 am #250320Daniel Expósito
Participant@Steven_Zahm
As far as I can see, the content is still in the DB, but calling it from a general _connections_terms instead of a X_connections_terms (being X the number of the site).
I have an entry on the first one (1kb) that was submitted today…01/30/2013 at 12:40 pm #250328Steven Zahm
KeymasterYes, all the content and images are intact and reside in the original locations.
When CN_MULTISITE_ENABLED is FALSE this is where Connections should be looking for files and the db:
FILES: ../wp-content/connection_images
DB: wp_#_connectionsWhen CN_MULTISITE_ENABLED is TRUE, which is what will be set by default if multisite is detected, this is where Connections should be looking for files and the db:
FILES: ../wp-content/blogs.dir/#/connection_images
DB: wp_connectionsHmmm, now that I’m writing this out, I think my logic is wrong. Can you confirm the path and the db where Connections should be looking for you? I think it should actually be this when CN_MULTISITE_ENABLED is TRUE:
FILES: ../wp-content/blogs.dir/#/connection_images
DB: wp_#_connectionsAnd CN_MULTISITE_ENABLED is FALSE:
FILES: ../wp-content/connection_images
DB: wp_connections01/30/2013 at 1:23 pm #250329Daniel Expósito
Participant@ Steven Zahm
Yep, I was reading too and it didn’t make sense to me.
Indeed, this:
FILES: ../wp-content/blogs.dir/#/connection_images
DB: wp_#_connectionsWould be the right path. The other is the general one. Blogs.dir is used when multisite, being each number inside of that directory the different sites. Same for database.
I have changed it CN_MULTISITE_ENABLE to TRUE, but still getting the content from
FILES: ../wp-content/connection_images
DB: wp_connectionsRegards,
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.