Richard
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Automatic Upgrade to 3.3 stalls indefinitelyHi esmi,
That seems unlikely because it has continued to update plugins, etc.Forum: Installing WordPress
In reply to: Automatic Upgrade to 3.3 stalls indefinitelyFor the first time, after running this soooo many times, I finally got additional information…
Downloading update from http://wordpress.org/wordpress-3.3-no-content.zip…
Unpacking the update…
Fatal error: Maximum execution time of 30 seconds exceeded in …\wp-admin\includes\class-wp-filesystem-direct.php on line 345
Forum: Installing WordPress
In reply to: Automatic Upgrade to 3.3 stalls indefinitelyKneeslider,
Were you able to determine that you were actually running the latest version somewhere in the dashboard?Forum: Installing WordPress
In reply to: Automatic Upgrade to 3.3 stalls indefinitelyIt is in a shared hosting environment.
By the way, my other two sites upgraded easily (on the same server, same permissions).
This one has relatively nothing in it. It has been taking all the other upgrades flawlessly.
Forum: Installing WordPress
In reply to: Automatic Upgrade to 3.3 stalls indefinitelyHi Esmi,
Thanks.
That is a possibility, but truly, this automatic upgrade-
should
work, so I will hold out for an idea as to why this isn’t working.
Forum: Networking WordPress
In reply to: Permalinks broken and images not showing with Network installI tried it, but no help.
I have uninstalled network, using the common methods described in the uninstall instructions, including the removing of a series of tables and deleting my blogs.dir and starting over.
The new installation does it again with the links. I didn’t even get to the images issue.
I even tried another’ Windows method using the web.config, and that one didn’t work.
I am going back to beginning tonight and strip all things our again and see. I think there is something with the rewrites that is not right. The need for /index.php/ to work is something of a hint.
Forum: Networking WordPress
In reply to: Permalinks broken and images not showing with Network installIpstenu: No I didn’t try it.
Andrea: Micronovae is a windows server application that allows the windows server to behave like apache in relation to htaccess, therefore I believe I do not need a web.config file.
Andrea, I understand that you for good and respectful reasons duck out when windows is involved, but separating that out…
…can either of you posit ideas as to what would allow the images to be on the box in a folder, but the mapping is not right for the sub domain only?Any ideas about mapping would be appreciated.
Forum: Networking WordPress
In reply to: Permalinks broken and images not showing with Network installOH, and to Ipstenu’s comment, I am not using any plugins for rewrite…
Forum: Networking WordPress
In reply to: Permalinks broken and images not showing with Network installMy server details are:
Windows 2003, IIS 6, PHP 5 and Micronovae is the package for Windows that uses the htaccess file for rewrites.
My permallinks are working. It now is just the images that have some problematic paths, I beleive.BTW: This sub.domain site is new enough that I have deleted it, added another new site by the same name and re-imported the wordpress.com content. Unusually, the network admin console still showed two sites after I deleted one of them. I am going to the box physically and deleted the blogs.dir and re-add it to make sure that problem is worked through.
Forum: Networking WordPress
In reply to: Permalinks broken and images not showing with Network installHi Ipstenu,
The sub.domain works, except for the images.Are the IIS issues released to he 3.1 release?
Forum: Networking WordPress
In reply to: Permalinks broken and images not showing with Network installI have mine in the sub-domain format that is generated by WordPress at setup of networks.
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]
# END WordPressForum: Networking WordPress
In reply to: Permalinks broken and images not showing with Network installIf you really need to see the live site, I can give it, but I try to keep them out of forums because of spam attacks that have come after posting them.
Regarding htaccess, are there document exceptions that are alternates for the network setup generated htaccess code?
Forum: Networking WordPress
In reply to: Permalinks broken and images not showing with Network installHi Andrea,
By “placeholder images” I meant to say “thumbnails.” In the media management (said gallery) section (Media Library) of the admin panel and also in the “add image” modal window when editing a post the images all have a placeholder (image not found) where the image should be.
On domain.com, everything is working fine, it is at sub.domain.com that the images are not rendering in the “Media Library, in “Posts, in the Post editor and in the modal dialogue box, where you adjust the image. Strangely, in the modal dialogue box for “Add “image”, while the image does not show, when you click edit image, it appears.
I have checked the file system and the images are there. It seems to be a path confusion issue somewhere in a rewrite or other place.
Here is a sample path that the image thumbnail gives as the url, although it is not there.
http://sub.domain.com/files/2011/02/00437635-150×150.pngForum: Networking WordPress
In reply to: Permalinks broken and images not showing with Network installUPDATE!!!!
Changed all permalinks to back to default, then changed them to “custom” with value of “/index.php/%year%/%category%/%postname%/.”
So now, all links are working. Not sure what happened.
The only issue is sub.domain images are not working in the rendered site and are not in the gallery, but have placeholder images where they should be.