dudutz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: High CPU Load After Update to v4.3I found the problem, seems like the 4.3 version updated my wordpress multisite .htaccess file (which is not the same like a simple wordpress website), I have deleted the .htaccess and uploaded this, if helps someone, now my media library it’s back and the images path are working again.
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] </IfModule> # END WordPress
Forum: Networking WordPress
In reply to: Media not being redirected (shows 404, but files are OK)Hi Miguel, I have the same problem, updated to 4.3 and now the media library not showing, what was your solution? thanks
Forum: Fixing WordPress
In reply to: High CPU Load After Update to v4.3Hi,
I have a multisite and after the update to wordpress 4.3 the media library (from all my websites) was broken links and the images aren’t showing anymore.
I did try the Otto solution by modifying taxonomy.php and adding the fix.php code to mu-plugins folder, still not working
Any ideeas? Please help me, Thank you
Forum: Plugins
In reply to: [WP Songbook] Error with the song list pageHey
Why you don’t try this song lyrics wordpress theme, it’s more simple, easy to use, nice design https://songbylyrics.wpthemeszone.com/
Forum: Plugins
In reply to: [WP-PageNavi] [Plugin: WP-PageNavi] Wp-pagenavi ERROR last pagethat’s how i use the wp-pagenavi plugin
Forum: Plugins
In reply to: [WP-PageNavi] [Plugin: WP-PageNavi] Wp-pagenavi ERROR last pageany thoughts on this problem?
Forum: Plugins
In reply to: [WP-PageNavi] [Plugin: WP-PageNavi] Wp-pagenavi ERROR last pagei’m am the theme author ??
Forum: Plugins
In reply to: [WP-PageNavi] [Plugin: WP-PageNavi] Wp-pagenavi ERROR last pagenot even an answer?:(
Forum: Fixing WordPress
In reply to: How To create a WordPress Video ThumbBump! Please help
Forum: Fixing WordPress
In reply to: EXCLUDE from PERMALINKS show only CHILD categoryPlease help!!!