wadegibson
Forum Replies Created
-
Forum: Plugins
In reply to: [Connections Business Directory] Uncaught ErrorSame here. I’ve had to disable Yoast on several of my installs and sites to get pages loading again.
The behavior persists whether the plugin is Network Activated and/or individually child site activated. The standalone single site install that works is using PHP 7.4.27, as are the multisite installs that don’t work. All are running the latest WP 5.8.3. Thanks!
I updated my VPS to PHP 5.6 and got myself to EBD 5.1.1, DM 4.0.2, and CF7 5.0. Everything is working great now!
I updated EBD to 5.1.0 and Contact Form 7 to 5.0. I’m still not able to activate EBD. Line 230 this time:
Parse error: syntax error, unexpected ‘[‘ in /home/user/public_html/wordpress/wp-content/plugins/email-before-download/includes/class-email-before-download-process.php on line 230
Sorry to be a pain in your rear! Is there something different I need to do on my server? Thanks!
I just updated to 5.0.9 and I still can’t activate. Line 224 this time:
Parse error: syntax error, unexpected ‘[‘ in /home/user/public_html/wordpress/wp-content/plugins/email-before-download/includes/class-email-before-download-process.php on line 224
I have EBD 5.0.6 and the plugin won’t activate now. It gives me:
Plugin could not be activated because it triggered a fatal error. Parse error: syntax error, unexpected ‘[‘ in /home/user/public_html/wordpress/wp-content/plugins/email-before-download/includes/class-email-before-download.php on line 93I have CF7 v4.9.2 and Download Monitor v 4.0.1.
Forum: Networking WordPress
In reply to: 4.7 Multi Network IssuesGood catch. I noticed they mentioned that on v1.8.1 in the WP repo, but I didn’t see it on the GitHub instructions.
Forum: Networking WordPress
In reply to: 4.7 Multi Network Issues@fwdcar – Yes, I just removed the WP_HOME setting and changed WP_SITEURL per your instructions. I confirmed that Logout still works and password protected pages/posts work.
However, I also see that I have $_SERVER[‘HTTP_HOST’ defined under the Multisite settings in my wp-config.php. Should it not be there either? It was a copy/paste directly from the WP-Multi-Network plugin instructions here ==> https://github.com/stuttter/wp-multi-network
// Multisite
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘DOMAIN_CURRENT_SITE’, $_SERVER[‘HTTP_HOST’] );Forum: Networking WordPress
In reply to: 4.7 Multi Network Issues@fwdcar Thank you for the updates. I’ve marked the thread as unresolved.
Forum: Networking WordPress
In reply to: 4.7 Multi Network Issues@amibe That addition to wp-config.php did it! Everything is working great on both installs. Thank you, sir!