Multisite Conversion White Screen Error

Since you’re not getting anything in the page source, it’s at least reasonable to work under the assumption that something is either going wrong in the initialization process or very early on in building the page templates (like something you’ve hooked into wp_head(). I would try adding “breakpoints” to any functions that you’ve hooked into … Read more

How to tweak page links in WordPress Multisite

I fixed it changing the urls of the sites to include the /blog/ suffix. You cannot create the site with a slash but you can change the site URL once it is created. Then changing the RewriteRules in .htaccess to: RewriteRule ^([_0-9a-zA-Z-]+/blog/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteRule ^([_0-9a-zA-Z-]+/blog/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/blog/)?(.*\.php)$ $2 [L] Finally, adding some … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)