PaulCashmere
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 4.6 has crashed my sitethanks again Darko for you generous assistance
Forum: Fixing WordPress
In reply to: 4.6 has crashed my siteDarko and Jacob you are both absolute GENIUS. That worked and we are back online. Thankyou so much. I really appreciate your help
Forum: Fixing WordPress
In reply to: 4.6 has crashed my siteHi Jacob should the only two instances of that name the_post_thumbnail_caption() be in this file or are there are areas of the site I need to search as well?
Forum: Fixing WordPress
In reply to: 4.6 has crashed my sitethanks Darko, when I go to Cpanel and drill down to the file containing the code I find two instances of that the_post_thumbnial_caption() in the code like this below. Should I simple change the two references in this file as you suggest?
//function to use featured image on post
add_action(‘thesis_hook_before_headline’,’nsefeatimg’);
function the_post_thumbnail_caption() {
global $post;$thumbnail_id = get_post_thumbnail_id($post->ID);
$thumbnail_image = get_posts(array(‘p’ => $thumbnail_id, ‘post_type’ => ‘attachment’));if ($thumbnail_image && isset($thumbnail_image[0])) {
echo ‘<span>’.$thumbnail_image[0]->post_excerpt.'</span>’;
}
}function nsefeatimg(){
if (!( ‘vinterviews’ == get_post_type() || ‘vsessions’ == get_post_type() || is_page())){
echo ‘<div class=”nsefeatimg left”>’;
the_post_thumbnail( ‘medium’);
echo ‘<p class=”wp-caption-text”>’;
the_post_thumbnail_caption();
echo ‘</p></div>’;Forum: Fixing WordPress
In reply to: 4.6 has crashed my siteyes Jacob It is Thesis. Would there be a sql file from the backup I can re-add to fix the problem? We have the sql files backed up and current
Forum: Fixing WordPress
In reply to: 3.6 GB error log fileI have a 6.6 gb error_log file on the server. Is it safe to delete it?
I have 5800 “transient options’ listed for removal. What exactly is a transient file and what size are they traditionally? Do they generally cause disruptions to a site?
Hi Photocrati, I have upgraded to the beta but still cannot display my galleries
The message is:
[Not a valid template]
at http://www.noise11.com/galleries
and main page
Is there a php file I need to rename? I recall have to do that on a previous version.
Thanks in advance
Paul
thanks. Is there a way to go back to the previous version then and reactivate the gallery until the fix is ready?
Similar problem. After upgrading the gallery no longer works and the error message [Not a valid template] comes up. How do I fix it to get the gallery showing again?
Hi S Johanna. Did you solve this problem? I upgraded today and now have exactly the same issue. How is it fixed? Could you explain please where you found the album-extend.php to change to album.php thanks
Hi S Johanna. Did you solve this problem? I upgraded today and now have exactly the same issue. How is it fixed?