markblower
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to remove shortlinks from publicizeHello,
Did you manage to resolve this? I’m trying to do exactly the same and any help would be much appreciated.
Thanks,
Mark
Fixed it
Forum: Fixing WordPress
In reply to: Broken image links YAPBResolved
Forum: Fixing WordPress
In reply to: Broken image links YAPBlinux4me2,
I tried everything you suggested but to no avail. Then I had a proper look at the function at:
…/wp-content/plugins/yet-another-photoblog/lib/Yapb.class.php on line 782
and turned it off. Problem solved!
Thank you so much for taking the time to help me out.
Mark
Forum: Fixing WordPress
In reply to: Broken image links YAPBAnd in the root folder.
Forum: Fixing WordPress
In reply to: Broken image links YAPBI do have cPanel but not QuickConfig unfortunately. I made a file called php.ini containing the text allow_url_fopen = On but that didn’t do anything. I put it in …/public_html and then tried in …//public_html/blog.
M
Forum: Fixing WordPress
In reply to: Broken image links YAPBThanks so much for your help, a very comprehensive answer! The images were in a table called wp_yapbimage and the path didn’t contain /blog. There was a syntax error somewhere in the query you gave me but it didn’t take too long to change the strings by hand using inline edit and all the images are now showing up.
Now I have an new problem, this appears at the top of the page when I click on the link to a post:
Warning: file_get_contents() [function.file-get-contents]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/markblow/public_html/blog/wp-content/plugins/yet-another-photoblog/lib/Yapb.class.php on line 782
Warning: file_get_contents(http://markblower.com/blog/wp-content/plugins/yet-another-photoblog/YapbThumbnailer.php?post_id=455&w=100&h=100) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/markblow/public_html/blog/wp-content/plugins/yet-another-photoblog/lib/Yapb.class.php on line 782
The post looks fine otherwise.
Forum: Fixing WordPress
In reply to: Broken image links YAPBHi,
Thanks for getting back to me. The settings for WordPress address and Site Address both are set to http://markblower.com/blog with the “blog” on the end.
M