Linda Ursin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] plugin not working ?I have the same issue. The log file says the directories don’t exist, which I know they did earlier and it still didn’t work.
Sample:
07:51:25 63149 /library/wp-admin/admin-ajax.php wpsc_get_realpath: directory does not exist – ABSPATH/wp-content/cache/blogs/library/
Before anyone says I should disable all plugins and test it, I’ve already tried normal problem-solving advice.
Yes, I am able to access them now. Thank you
Ok, thanks. I hope that’s it
Thank you, I hope so too. I’d like to plug those holes before anyone takes advantage of them
Thank you for trying
Yes, I am sure. I have three sites on my multisite network and I know which one is the main one and what’s the network admin dashboard.
The admin dashboard shows no menu for this plugin
I’ve been running my own site since 2003 and working with web admin and design for 15 years
Not since I network activated it. I could when it was only active on that site.
.htaccess File Operations
wp-config.php File Operations
User Registration Settings
Registration Captcha Settings
Block Spambot CommentsI first installed it via the network admin site since that’s the only place where I can install plugins. It was first activated on my main website. I then went back to network activate it when it told me I should
Disabling plugins was the first thing I tried. I hardly suspect one of the best and most popular paid themes around is the culprit. Divi has gone to great lengths to make sure it doesn’t mess with other things.
I have looked at that already. The menu doesn’t appear in the network admin dashboard. Only on the sites and there, I can’t edit those settings. Not even on the main site
Forum: Fixing WordPress
In reply to: All images broken after updateThe codex gives the following for a multisite .htaccess post WordPress 3.5:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ wp/$1 [L]
RewriteRule . index.php [L]/wp-admin/network/setup.php says:
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]That last one actually worked, so now my images are back
Forum: Fixing WordPress
In reply to: All images broken after updateI get ‘file not found when I use that link (not even on a different browser) and the images don’t show up in the media library. If I use the link https://lindaursin.net/wp-content/blogs.dir/25/files/2017/09/Jotunheim-acrylic-landscape-by-Linda-Ursin-400×400.jpg I get the image. So it seems to me like there’s a rewrite issue for the subfolder sites but not for the main site. I did double check my .htaccess file and I have made no changes to it or the server config files.
Forum: Fixing WordPress
In reply to: All images broken after updateI have already done that. Upload has worked well for many years.
Forum: Plugins
In reply to: [Polylang] Conflict with WooCommerceOk, thanks. As it worked fine previously, I thought it would keep working but sadly not. I’ll take a look at the plugins