With the risk of sounding like a complete noob... #223
Unanswered
JessMTermini
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I believe that a new version of this plugin would be build using this file: https://github.com/stuttter/wp-multi-network/blob/master/deploy.sh BTW I have the plugin with the folder structure A running. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can someone help me determine the proper folder structure for downloading the master branch code in order to make it ready to be installed via the standard install plugin in wp-admin?
As everyone else has stated the many depreciated warnings for PHP 8+ (and I see pull requests for these started but not yet complete) it would help tramendously because when I try to install the current version of this plugin in this repo (as is),
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', true ); @ini_set( 'display_errors', 1 );
)so I am not sure what I am doing wrong...or which folder structure I should be using.
Also, it may be important to note that I currently have the official WP repo version working fine, with an updated sunrise.php file that was created with the help of google's Gemini AI...and the hope here is to also utilize gemini to help me quickly patch and update this plugin to work with current WP 6.8.1 and PHP 8.2.20 - even if that means doing it in my own repo first and then sharing the update once I have it fully updated and working...
Thanks to anyone who reads this and decides to help!!
----PS - Folder structures I have tried so far----
Folder Structure A: Left the orifinal plugin's 2nd wp-multi-network subfolder in tact and moved the wpmn-loader.php to the top level folder...
Folder Structure B: Removed the 2nd wp-multi-network subfolder shown above and put everything in one top level folder...such as...
Also, one other quick question, can this plugin be placed in mu-plugins folder? As this also fails silently with both versions (the older official WP repo version and this slightly updated GitHub master branch version)
Thank you so much to anyone who replies!!!!! I can't thank you enough!!
Beta Was this translation helpful? Give feedback.
All reactions