Forum Activity for @kevinm

KevinM
@kevinm
07/23/18 08:27:17AM
36 posts

Losing AudioPro login and search Icons in header


Design and Skin Customization

Cool,
Thanks Douglas for looking into it!
Regards!
KevinM
@kevinm
07/21/18 01:13:23PM
36 posts

Proxima Invalid Item owner


Proxima

Yes i am logging in each time. Also tried it in POSTMAN and am getting the same results after logging in as admin with master key. I can PUT and GET with the same session login but I try to POST and no joy.
updated by @kevinm: 07/21/18 01:15:13PM
KevinM
@kevinm
07/21/18 12:00:01PM
36 posts

Losing AudioPro login and search Icons in header


Design and Skin Customization

Hi Douglas,
Yes I am seeing it on the mobile devices thats how i originally found the problem.
updated by @kevinm: 07/21/18 12:01:10PM
KevinM
@kevinm
07/21/18 02:22:17AM
36 posts

Losing AudioPro login and search Icons in header


Design and Skin Customization

Whenever going into responsive mode OR shrinking the page down to trigger responsive mode I lose the right side of the header. I have checked the behavior in both Chrome and Firefox developer modes and have come up with the same problem. I have deleted and reinstalled the jrAudioPro skin and it is still doing the same thing. I do see that the cart and search buttons are now under the menu but there is no Login button or Icon on the home page. (The jrAudioPro Demo has both a cart and login icon in responsive mode)
Help!
Regards,
Kevin
updated by @kevinm: 11/23/18 07:20:48AM
KevinM
@kevinm
07/19/18 04:57:54PM
36 posts

Proxima API file Downloading Problem


Proxima

I think its looking good!
Thanks!!
KevinM
@kevinm
07/19/18 04:56:35PM
36 posts

Proxima Invalid Item owner


Proxima

Hey Brian,
Thanks for taking care of the PUT request, it seems to be working fine. Im still getting the 401- invalid user session when using POST, signing in with the Admin and the Master key.
I sourced the error is being called in ProximaBridge/include - line 110
    // Validate Profile Quota
    $_us = jrProximaCore_get_session_user_info();
    if (!$_us) {
        // Should not happen
        return jrProximaCore_http_response(401, 'invalid user session');
Regards!
Kevin
KevinM
@kevinm
07/11/18 02:16:42PM
36 posts

Proxima API file Downloading Problem


Proxima

Hey Brian,
Did a quick try on the beta and wanted to let you know before it got out to others was there is an error in the URL. When using GET the audio_file_download is http://www.example.com/px_bridge/bridge/download/uploaded-audio/
When i took out /bridge/ and left px_bridge/ it WORKED!!!! So just update your code and ill re-download the bridge module and ill work at it.

Ill toy with it more and get back to you about anything I find.
Thanks!
updated by @kevinm: 07/11/18 02:18:18PM
KevinM
@kevinm
07/11/18 01:48:52PM
36 posts

Proxima API file Downloading Problem


Proxima

Perfect and will do!! Ill do that tonight and test and let you know!

Thank you!
KevinM
@kevinm
07/11/18 12:52:14PM
36 posts

Proxima API file Downloading Problem


Proxima

I see!! That makes sense! I was wondering that fact also that a Proxima user session isnt the same as a JR session and that the view_download_file check that its doing would even work with Proxima credentials. Thank you for looking into this! Its been a bug of mine for 3 days!
KevinM
@kevinm
07/11/18 12:41:05PM
36 posts

Proxima API file Downloading Problem


Proxima

I am using Proxima Bridge, i am using the download URL that I get when requesting through any GET request. I can see the URL but gives me the error, even though I am signing on as the owner.
  2