hlr
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Files won't upload in WP 3.01Hi,
Yes, that took care of the problem. Many thanks!
HansForum: Networking WordPress
In reply to: Files won't upload in WP 3.01Hi,
I’ll try that and report back. Thanks!
Hans
Forum: Networking WordPress
In reply to: Files won't upload in WP 3.01Hi,
As I said: I didn’t change anything. This is what it says:
RewriteEngine On
RewriteBase /blogs/#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files?file=$2 [L]# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>Forum: Networking WordPress
In reply to: Files won't upload in WP 3.011. No error message – just a 404 when trying to access the link that is proposed by WP
2. Subfolders. And I didn’t change anything in .htaccess.Forum: Fixing WordPress
In reply to: Images won’t displayHi,
I found something else: the problem is that the domain name contains hyphens. After installing WP in a subfolder, problem goes away.
On my way to rebuild the site elsewhere…Forum: Fixing WordPress
In reply to: Images won’t displayHi,
Thanks. Yes, the upload directory was set to wp-content/uploads, but the containing folder was wrong.
Not sure if it’s fixed now. In the meantime, I embedded some HTML code that does what it should do.Forum: Fixing WordPress
In reply to: Can’t schedule posts in 2.8Hi,
I’m almsot certain it’s not a plugin but WP by itself. After disabling all plugins, systems persist and I can’t schedule any post.
-hlrForum: Fixing WordPress
In reply to: 2.5 eats postsHi,
I found it – it’s the difference between Publish and Save. Not as intuitive as I thought.
CU
Hans
Forum: Installing WordPress
In reply to: Upgrading to 2.3.1 breaks blogHi,
I found out that the problem was teh template that wasn’t compatible with the newest version of WP.
CUForum: Installing WordPress
In reply to: Upgrading to 2.3.1 breaks blogIn addition: just after publishing the new files I saw this:
WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT cat_id, cat_name FROMjust above Categories
Not sure if it still matters, but I wonder what that was.