ih8gates
Forum Replies Created
-
Yes. Sorry I forgot to return. The solution for me was to update the PHP version I was using. For the reference of others, I did this by adding the following to my .htaccess
<FilesMatch \.php$>
SetHandler php54-cgi
</FilesMatch>This may be different depending on host.
Thanks. I added this to my config and re-instated the renamed WordFence plugin folder.
I’m not seeing a debug.log. I did a find via the shell to make sure it wasn’t ending up in an alternate directory.
They *do* have a non-standard content folder, defined (in config) with
define( ‘WP_CONTENT_DIR’, ‘/home/redacted/webapps/wp/content’ );
(I was sure to check that /wp/content folder for debug, but did not see a file there)
Forum: Fixing WordPress
In reply to: Images in WP Gallery Don't ShowIt looks like the image_link type for that post was “Large” and that the plugin is using “get_intermediate_image_sizes()” which includes “large”, so the match on line 163 of gallery.php wasn’t happening. I changed the settings for the post that was having trouble from linking to the image file to linking to the attachment page, then changed it back and the page works for me now. Looks like the WP function changed the case of the file sizes in 3.0.
Forum: Fixing WordPress
In reply to: Images in WP Gallery Don't ShowI’m having the same problem that arickrol mentions. On one of the posts on my site (not all), the gallery is empty. The DL and DT tags are being generated, but there are no IMG tags inside the DTs. i believe that this is a new problem since upgrading to version 0.8.
Forum: Fixing WordPress
In reply to: URL for latest post listing?I’m using the URL for the WP root as my site homepage. It’s a traditional ‘welcome info’ homepage that’s served by WP (it’s a page). I’d like to have a page on the site that works like the ‘latest posts’ list that you usually see as the default page for WP.
When you use a static page as the home page of WP, is there a way to see the ‘latest posts’ list without resorting to the archives?