Changes

From SME Server
Jump to navigationJump to search
673 bytes added ,  14:35, 10 February 2019
m
Line 211: Line 211:  
  DELETE FROM user WHERE user = 'wordpress';
 
  DELETE FROM user WHERE user = 'wordpress';
 
  FLUSH PRIVILEGES;
 
  FLUSH PRIVILEGES;
 +
 +
3. Cleanup filesystem
 +
rm -rf /etc/wordpress
 +
rm -rf /usr/share/wordpress
 +
config delete wordpress
 +
signal-event console-save
    
=== Move Contrib to iBay ===
 
=== Move Contrib to iBay ===
Line 243: Line 249:     
Please the see section 3 -Increase file size limit in PHP. on the page [[Wordpress Multisite|https://wiki.contribs.org/Wordpress_Multisite]] for the fix.
 
Please the see section 3 -Increase file size limit in PHP. on the page [[Wordpress Multisite|https://wiki.contribs.org/Wordpress_Multisite]] for the fix.
 +
 +
On the same version, installing WordPress v5.0.3 could not get installed using the REMI repo's PHP v5.6 as the function /usq/share/wordpress/wp-admin/install.php Line 293:
 +
if ( wp_can_install_language_pack() && empty( $language ) && ( $languages = wp_get_available_translations() ) ) {
 +
should be edited to:
 +
if ( empty( $language ) && ( $languages = wp_get_available_translations() ) ) {
 +
and the default choice of English (United States) alone could be chosen. This could be a permissions issue as even Akismet plugin could not be updated.
    
=== Bugs ===
 
=== Bugs ===
137

edits

Navigation menu