Changes

From SME Server
Jump to navigationJump to search
916 bytes removed ,  17:35, 23 March 2019
→‎Fix the 500 Internal Server Error in WordPress: works for me using php56 as defualt php withotu any issue on fresh installed and updated SME9.2
Line 264: Line 264:     
Once you are satisfied with the site's performance, you can remove the wordpress contrib. Do not remove the mysql database or your site will not function.
 
Once you are satisfied with the site's performance, you can remove the wordpress contrib. Do not remove the mysql database or your site will not function.
  −
=== Fix the 500 Internal Server Error in WordPress ===
  −
We found when installing a fresh copy of SME Server 9.2 that were unable to proceed with the initial wordpress setup without increasing the PHP memory limit.
  −
  −
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 ===
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,240

edits

Navigation menu