amiiil
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinnacle] Warning error on single blog postoh I see, you’re correct.
Thanks for all your help Ben! ??Forum: Themes and Templates
In reply to: [Pinnacle] Warning error on single blog postHi Ben,
Thanks sooo much for looking into this!
I have just updated the Theme and it looks like it worked – hooray!!And just to clarify, are you saying that the error was coming from the uploaded images? If that’s the case, I’m just a little confused because the post that was showing the error (https://thelittlebookoftravels.com/2016/11/02/the-cambridge-experience/) doesn’t have any images in it.
Forum: Themes and Templates
In reply to: [Pinnacle] Warning error on single blog postHi, now I’m also seeing another problem where the menu on the header is appearing three times in three different rows. My host says that “It appears that the Pinnacle theme is not fully compatible with the latest version of WordPress and PHP.”
Anything fixes you can do would be greatly appreciated. Thanks!
Forum: Themes and Templates
In reply to: [Pinnacle] Warning error on single blog postI talked to my host again and this is what they said:
Definitely a piece of the coding that causes this. Here’s the piece of code causing the issue:
$image_meta = get_post_meta( $id, ‘_wp_attachment_metadata’, true );
// If possible add in our images on the fly sizes
$ext = substr($image_meta[‘file’], strrpos($image_meta[‘file’], “.”));And an explanation of the error, in case that helps: stackoverflow.com/questions/9869150/illegal-string-offset-warning-php
The dev can use this information to fix the coding of their file to not throw out this error anymore however. The entire file that the error is coming from, and indeed almost all wordpress files, are written in php. I’d provide them the above info, they should be able to look at the issue based on that. They should be able to look at it based on the error you gave me above, it’s a standard file for their theme.
Forum: Themes and Templates
In reply to: [Pinnacle] Warning error on single blog postI’m using the Pinnacle theme version 1.4.5 and WordPress 4.6.1
Forum: Themes and Templates
In reply to: [Pinnacle] Warning error on single blog postYes, I deactivated all the plugins, but the error is still there. I have contacted my host multiple times regarding this error and they insist that it should not be a plugin error, and that it is something that only the theme developer can fix. Can you see if there are any other fixes?
Thanks!
Forum: Themes and Templates
In reply to: [Pinnacle] Warning error on single blog postHi Hannah,
I just tried the method you suggested but am still seeing the error.
If it’s a plugin problem, would it be helpful to provide you with a list of plugins I have currently?Thanks!
Forum: Themes and Templates
In reply to: [Pinnacle] Warning error on single blog postHi,
I had my host increase the php memory. But I’m still seeing the error:
Warning: Illegal string offset ‘file’ in /home2/wadggs0ab6mc/public_html/wp-content/themes/pinnacle/lib/custom.php on line 29
under my Latest Posts on the home page?
Forum: Themes and Templates
In reply to: [Pinnacle] Warning error on single blog postNow I’m also receiving the following error for my Adventures: Osaka post (https://thelittlebookoftravels.com/2016/10/09/adventures-osaka/)
Fatal error: Maximum execution time of 30 seconds exceeded in /home2/wadggs0ab6mc/public_html/wp-includes/class-wp-image-editor-gd.php on line 190
Forum: Themes and Templates
In reply to: [Pinnacle] Warning error on single blog postHi Ben,
I disabled “photon” in jetpack, but it looks like the error is still there.