southcot
Forum Replies Created
-
Forum: Plugins
In reply to: [Pixabay Images] GutenbergHey the most frustrating thing is the non communication. I can fully understand that this may me something you are maintaining free of charges in your free time. However it would be nice to have a little response such as “sorry guys I’m so pressed ATM that I can’t progress this.”
Forum: Plugins
In reply to: [PiwigoPress] Problem from start@norbusan there is more about this at https://piwigo.org/forum/viewtopic.php?id=27621 could you please make sure the description of your plugin outlines its potential shortcoming when using Piwigo and WordPress on the same server. It would be a shame if future users ended up expending their time in working out why it wasn’t happening.
Forum: Plugins
In reply to: [PiwigoPress] Problem from start@norbusan I have paid a developer to examine the code and we have established what the problem is. PiwigoPress is requesting the image data as a URL. EG:-
https://yarnwhispering.co.uk/pix/ws.php?method=pwg.images.getInfo&format=php&image_id=40
Although this works fine if you click on it in a browser loop back requests are blocked so when piwigpress.php makes the above request an error is returned:-
object(WP_Error)#3167 (2) { ["errors"]=> array(1) { ["http_request_failed"]=> array(1) { [0]=> string(56) "cURL error 56: Failure when receiving data from the peer" } } ["error_data"]=> array(0) { } } array(6) { ["headers"]=> object(Requests_Utility_CaseInsensitiveDictionary)#3173 (1) { ["data":protected]=> array(4) { ["date"]=> string(29) "Mon, 09 Jan 2017 15:42:21 GMT" ["server"]=> string(20) "Apache/2.4.23 (Unix)" ["content-length"]=> string(3) "290" ["content-type"]=> string(29) "text/html; charset=iso-8859-1" } } ["body"]=> string(290) "
Line 119 tests for an error:-
if (!is_wp_error($response)) {
… and does nothing so no image.
Can you correct this? It would be great if you could. If not, then at the least your documentation needs to advise that PiwigoPress won’t work with Piwigo sites on the same server unless loopback protection is disabled.
Forum: Plugins
In reply to: [PiwigoPress] Problem from startSo @sterndata what exactly am I to do? There has been a substantial negative intervention by moderation on this thread. However none that would suggest a way of resolving my problem.
Tell me what steps to take next to resolve this please.
Forum: Plugins
In reply to: [PiwigoPress] Problem from start@norbusan I have spent countless hours trying to get this working. I do not understand why you aren’t helping.
[Moderator note: Please, no bumping.]
- This reply was modified 8 years, 4 months ago by Steven Stern (sterndata).
Forum: Plugins
In reply to: [PiwigoPress] Problem from start@norbusan Should I assume that you don’t intend to help me resolve this? If you contact me via https://www.yarnwhispering.co.uk/contact/ we could discuss ways of progressing it off forum?
Forum: Plugins
In reply to: [PiwigoPress] Problem from start@norbusan can we find a way of progressing this please?
Forum: Plugins
In reply to: [PiwigoPress] Problem from startThere are no errors showing in the log since then as I say above:-
“… not working still but the error in the error log has gone away …”.
When you say access to the JavaScript monitor I’m puzzled. Don’t you have access to that on your browser too? How is mine different? Sorry if this is a stupid question and I’m missing something.
Tell me what you need to progress this remote session, access to the WordPress whatever and I will happily arrange it.
Forum: Plugins
In reply to: [PiwigoPress] Problem from startThe behaviour has changed slightly though. Now when I click “Start with 5 recent pics” I get the line:-
“Loaded, hidden & dropped vs. Requested thumbnails: 2 / 5”
… whereas before it said:-
Loaded, hidden & dropped vs. Requested thumbnails: 2 / 0
If I click “Get more” the the numbers at the end get larger by +2 and +10 until the right hand number reaches 100 then it increase +2 & +100.
No idea if any of this is significant. But there are still no thumbnails.
[ No bumping please. ]
Forum: Plugins
In reply to: [PiwigoPress] Problem from startHow depressing I checked this error out and found it was associated with PHP versions less than 5.4. Checking the website I found that a line in the root .htacces file has been added (presumably by WordPress as I started with a blank public_html folder):-
SetEnv DEFAULT_PHP_VERSION 53
I changed this this 5.5 and now phpinfo()reports 5.5.32
No change, not working still but the error in the error log has gone away. :>{€
Forum: Plugins
In reply to: [PiwigoPress] Problem from startyarnwhispering.co.uk [Sun Feb 28 15:55:51 2016] [error] [client 82.46.183.39:35038] AH01215: PHP Fatal error: Call to undefined function http_response_code() in /home/sites/yarnwhispering.co.uk/public_html/wp-content/plugins/piwigopress/piwigopress.php on line 295: /home/sites/yarnwhispering.co.uk/public_html/wp-admin/admin-ajax.php
Seems to be the problem?
Forum: Plugins
In reply to: [PiwigoPress] Problem from startI see where the debug is showing:-
Forum: Plugins
In reply to: [PiwigoPress] Problem from startOK there were two lines starting //echo so Ive removed the //
The error log here:-
https://www.southcot.co.uk/TempFiles/yarnwhispering.co.uk-error_log.csv
Yesterday’s permission errors are now resolved.
Forum: Plugins
In reply to: [PiwigoPress] Problem from startChanging the URL makes no difference. There are errors and warnings:-
Forum: Plugins
In reply to: [PiwigoPress] Problem from startAny chance for some help with this? Am I missing something. Do I need to enable something in my Piwigo installation to get the image by ID working at least?