onmas
Forum Replies Created
-
Forum: Hacks
In reply to: Calling a plugin across two scriptsHi again epicdevspace,
I’ve had a response that provides the reason for the problem. When the client calls TEST_SHORTCODE.php directly, MemberPress knows its a client (perhaps via cookie or session variable) and can respond. However, if the client calls the CALL_SHORTCODE.php script and its the script that calls TEST_SHORTCODE.php then the call is coming from the server not the client.
So I appear to have an explanation but no solution to my problem which will need a rethink.
Thanks for taking the time to consider it. I’ll mark the question closed.
Regards,
-JasonForum: Hacks
In reply to: Calling a plugin across two scriptsHi again epicdevspace,
Thanks for helping on this. Its just:
[{“username”:””}]
Jason
Forum: Hacks
In reply to: Calling a plugin across two scriptsHi there.
Thanks for getting back to me. Unfortunately, its behind a password protected server and I can’t provide access (much as I really want to as this is taking up loads of time). But the scripts are in the locations above (albeit with a spurious URL) and produce the output shown when called as:
http://my.url.com/scripts/TEST_SHORTCODE.php
http://my.url.com/scripts/CALL_SHORTCODE.phpIts very strange.
Jason