I should have added that copying the two files from the previous Zip appears to solve the issue – although there’s no knowing if they have been updated since.
Also, on PHP 5.0.5 they cause the following warning:
Warning: Call-time pass-by-reference has been deprecated – argument passed by value; If you would like to pass it by reference, modify the declaration of getimagesize(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in …\wp-plugged-in-1.5.2\wp-photos.php on line 40
Really, don’t you think it might be a good idea to contact the plugin author about this? Pretty sure it’s a case where the author should be notified so that heesh can fix the download etc….
I posted this to let others know who might not realise the issue.
If you read what the author says you’d know he doesn’t support his software (He’s a WordPress developer too!) and wants all comments and support issues placed here in the WP Support forums.
I found another bug: when clicking the RSS feed links Firefox complains that the XML is invalid:
XML Parsing Error: xml processing instruction not at start of external entity
Location: http://blog.tjworld.net/index.php/feed/
Line Number 2, Column 1:
This is caused by an extra blank line at the end of “\wp-blog-header.php” after the closing PHP tag “?>” – simply delete the blank line so the closing tag is on the last line of the file, and save it.
And another!
It’s missing wp-mobile.php and wp-mobile.css. When trying to view a full article from an RSS feed, clicking on the full-article link brings up a 404 Page not found error.
I copied the 2 files from the 1.5.1 ZIP and it worked.