Multi Site Crash on install
-
Is this plugin compatible with multisite? When I installed it on a multisite network it crashed the wp installation.
It works great on a single site install and it would be wonderful if I can get it going on my wp multisite.
https://www.ads-software.com/plugins/media-library-assistant/
-
Thanks for your question and your report. You may have seen this earlier topic:
As I posted there, I have done some testing of MLA in the WP multisite environment and as far as I know it works. If it does not, I will make every effort to fix it.
I have a test system set up with WP 4.4.1, the Twenty Sixteen theme and MLA v2.24. This site also has the Multisite Cloner v0.2.0 and Multisite Enhancements v1.3.3 plugins installed and activated. As far as I can tell everything is working properly.
One configuration I have not tested is the “Subdomain Install”; my site uses the “Subdirectory Install”. Are you using subdomains?
I would be very interested in any additional details you can provide, and I am committed to fixing any MLA problems that are preventing your site(s) from working properly. Thanks for your interest in the plugin.
Yes I am using Subdomain Install with wildcard subdomains.
I use MultiSite Clone Duplicator and Multisite Widgets Context as far as multisite plugins go.Other then that:
Akismet, BackWPup, Better WordPress Google XML Sitemaps, BulletProof Security Pro, Contact Form 7, Custom Dashboard Widget & Dashboard Contact Form, Custom Social Widget, Duplicator, Google Analytics Dashboard for WP, Maintenance Mode, My Geo Posts Free, Official StatCounter Plugin, Simple Share Buttons Adder, SO Clean Up Yoast SEO, TinyMCE Advanced, Wordfence Security, WP Super Cache, and Yoast SEO.Since it is multisite I do not like crashing it however I suppose I could give the install another whirl. Check if you can verify if subdomain install works for you and I will check back.
I see this in the thread you linked:
Hi angrywarrior,
I am currently using this plugin for my multisite. It is working perfectly.However not sure which type of install he is using. Check if you can verify if subdomain install works for you and I will check back.
Thanks!
Thanks for your update with the additional information. I will investigate how to set up a subdomain configuration.
If you can find any other information about how your site crashes, e.g., messages in the error log, let me know.
I gave it another shot and no go.
[BPS Pro htaccess Protected Secure PHP Error Log][25-Jan-2016 01:38:51 UTC] PHP Fatal error: Call to undefined function is_rtl() in /x.com/public_html/wp-includes/media.php on line 1668
[25-Jan-2016 01:38:53 UTC] PHP Fatal error: Call to undefined function is_rtl() in /x.com/public_html/wp-includes/media.php on line 1668
[25-Jan-2016 01:38:55 UTC] PHP Fatal error: Call to undefined function is_rtl() in /x.com/public_html/wp-includes/media.php on line 1668
[25-Jan-2016 01:38:58 UTC] PHP Fatal error: Call to undefined function is_rtl() in /x.com/public_html/wp-includes/media.php on line 1668Well, that’s very interesting.
/wp-includes/media.php
is a WordPress core file. The undefined,is_rtl()
function is also a WordPress core function. It looks like your WordPress install is damaged.Line 1668 in inside the implementation of the WordPress
[gallery]
shortcode. It looks like the problem occurs when a[gallery]
shortcode is being processed.Have a look in your
/wp-includes/locale.php
file and make sure you see the function definition at the bottom of the file:/** * Checks if current locale is RTL. * * @since 3.0.0 * * @global WP_Locale $wp_locale * * @return bool Whether locale is RTL. */ function is_rtl() { global $wp_locale; return $wp_locale->is_rtl(); }
I did find this interesting comment in a WordPress file that loads
locale.php
:* Used for errors encountered during the initial loading process, before * the locale has been properly detected and loaded. * * Designed for unusual load sequences (like setup-config.php) or for when * the script will then terminate with an error, otherwise there is a risk * that a file can be double-included.
When does this problem occur, i.e., what did you do just before it started?
I will try to reproduce this symptom, but at this point it’s hard to see how MLA is causing this specific problem. It could be an interaction with one of your other plugins, such as Wordfence Security or WP Super Cache. If you could take the time to briefly disable them it might yield a clue. I regret that I don’t have a better answer at this moment.
It crashes on install. Activate the plugin and I get a blank white screen. I have to rename the plugin directory to get site back up. Let’s trouble shoot this through email if you want I will try to find you on your website.
BTW the code is correct at the bottom of my locale.php file.
Media Library Assistant installs and runs fine on a WP install with same plugins that is not multisite. I will disable some plugins and see if that does the trick.
In trouble shooting this I found this plugin to be causing the issue:
https://www.ads-software.com/plugins/my-geo-posts-free/
After deactivating geo-posts the install of Media Library Assistant went smoothly on my multisite wp install.
I will add that David the plugin author provides excellent support.
Thanks for tracking down the problem and for working with me offline to work on a solution.
I confirmed that My Geo Posts Free contains some questionable code that affects the WordPress i10l translation support. I have modified MLA to avoid the problem and I will make that code available in my next Development Version and official release.
Hello,
My site is down: nct-archive.org
It is showing this error:
Fatal error: Call to undefined function is_multisite() in /home/dougarno/public_html/nct-archive.org/wp-includes/default-constants.php on line 22
Could anyone help me figure out how to fix it?
Thank you in advance,
Doug ArnoldI regret the trouble you’re having with your multi-site install. It is hard to tell specifically what is causing it, but it looks like a corrupted WordPress installation. You could try restoring the site from a backup, if you have one, or re-installing WordPress.
You can save the /wp-content/ directory and sub-directories before you re-install and then restore them afterwards. You may also need a database backup if you must re-install.
I regret that I cannot offer more specific guidance, but I wish you good luck recovering from this problem.
- The topic ‘Multi Site Crash on install’ is closed to new replies.