Hansvandervalk
Forum Replies Created
-
Forum: Plugins
In reply to: [PhotoDropper] [Plugin: PhotoDropper] Photodropper stalled at "Photo saving"I may have found what is wrong by chance:
when I tried to produce a child theme for by WP installation I ran into the situation where absolute url’s were not accepted by the host to access the parent-theme files from within the child theme directory. I did some research and found I had to write a helper function to get the path as defined from the SERVER DOCUMENT ROOT:
function ParentURL() { return str_replace(get_bloginfo('url'), $_SERVER['DOCUMENT_ROOT'], get_bloginfo('template_url')); }What this does for the template url is to replace the ‘home’ url part in that path by the ‘server document root’ path. so for example:
http://www.myblog.com/wordpress/wp-content/themes/mytemplate
will become:
/home/myhostaccount/domains/myblog.com/public_html/wordpress/wp-content/themes/mytemplate
It is quite likely that a similar issue exists with accessing the images directory. The host sequrity settings will then block access even if the RW settings seem to permit it.
I guess it’s worth a try to look at this for photodropper!
Forum: Plugins
In reply to: [PhotoDropper] [Plugin: PhotoDropper] Photodropper stalled at "Photo saving"Tried the 1.09 version and that works. No wonder if you look at the code inserted into the posts: it refers to the flickr website for the images so there is no need to save the image on your own wordpress server.
So it seems there’s definitely something fishy with the image saving process in the version 2 series.
As I really like the feature of accreditation at the very bottom of a post or page I feel like a stakeholder in solving this issue. so if there is a need for testing guys, count me in!
Forum: Plugins
In reply to: [PhotoDropper] [Plugin: PhotoDropper] Photodropper stalled at "Photo saving"Got the message below from the Firebug Console.
Is this helpful?JSON.parse: unexpected character
f()load-s…9be1245 (regel 2)
b = “
\n<b>Parse error</…on line <b>26</b>
“
complete()pd.js (regel 454)
rsp = Object { readyState=4, responseText=”
\n<b>Parse error</…n line <b>26</b>
\n”, status=200, meer…}
status = “parsererror”
f()load-s…9be1245 (regel 2)
b = Object { url=”http://www.falchemist.c…393771674_1332156192914″, isLocal=false, global=true, meer…}
f = [Object { readyState=4, responseText=”
\n<b>Parse error</…n line <b>26</b>
\n”, status=200, meer…}, “parsererror”]
f()load-s…9be1245 (regel 2)
b = Object { url=”http://www.falchemist.c…393771674_1332156192914″, isLocal=false, global=true, meer…}
c = [Object { readyState=4, responseText=”
\n<b>Parse error</…n line <b>26</b>
\n”, status=200, meer…}, “parsererror”]
clone()load-s…9be1245 (regel 4)
a = 200
c = “OK”
l = Object { text=”
\n<b>Parse error</…n line <b>26</b>
\n”}
m = “Date: Mon, 19 Mar 2012 …ontent-Type: text/html\n”
clone()load-s…9be1245 (regel 4)
a = readystatechange
e = undefined
[Afbreken op deze fout]…”resolve”],fail:[b,”reject”],progress:[c,”notify”]},function(a,b){var c=b[0],e=b…
Forum: Plugins
In reply to: [PhotoDropper] [Plugin: PhotoDropper] Photodropper stalled at "Photo saving"OK, settings seem to be remembered now, but saving still does not work.
Keep digging!Forum: Plugins
In reply to: [PhotoDropper] [Plugin: PhotoDropper] Photodropper stalled at "Photo saving"Hello, I have the same problem as spabav above.
I have checked the file permissions and there’s nothing wrong there. Even a setting of 777 does not mend the problem. Therefore it seems that the photodropper plugin is either broken in WP version 3.3.1 or it is incompatible with another plugin.
Thesse are the ones I have active:
Akismet
Compfight
Email Obfuscator
Free Stock Photos Foter
Google Analytics for WordPress
Google XML Sitemaps
lorem shortcode
Maintenance Mode
Page Lists Plus
PhotoDropper
PHP Execution
Pretty Link Lite
Robots Meta
SI CAPTCHA Anti-Spam
WordPress SEO
WP-Optimize
WP IssuuI’m using a theme I developed in Artisteer but that should not be important I think.
Please find out what’s wrong because I really like the concept of your plugin. IF IT WORKS that is!