azchipka
Forum Replies Created
-
Ok so I got it working had it set to $EM_Events instead of locations.
The problem that remains is a space is still being made in the table for the locations that do not have ServiceOptDetails set.
Resulting in a ton of blank space at the top of the table.
Forum: Plugins
In reply to: [Pay with a tweet] Adjustment of screen presented on downloadOk so I find the content for the page located in /inc/filter.php
Perhaps you can help me out here and make things easy on me, cause what I am trying to do doesn’t seem to be working.
What I want to do is following the twitter authentication is redirect back to the page where the download was initiated instead of having it go to a whole different page.
Forum: Plugins
In reply to: [Safari Push] Finally….Ok finally got it working correctly!
Forum: Plugins
In reply to: [Safari Push] Finally….Small correction on the previous post that I hadn’t noticed till now.
The url being passed is actually the URL of the push server regardless of what is in the config.php file
So long and the short is that it seems like certain things are also being ignored. For example I have the Button Label set to “view” in the plugin settings but there is no button showing on my notifications.
It does pass the end portion of the URL correctly.
Forum: Plugins
In reply to: [Safari Push] Finally….Ok i got the push notifications going to units but there is one small problem left.
When you click on the push notification it is going to the following URL:
Even though I have the config file set to:
define(‘URL_FORMAT’, ‘https://thechipkahouse.com/%@’);As a result of going to HTTPS its getting the index file from my push server configuration instead of the blog.
Do the push notification system need to be running a completely different domain name than the site where the push notification is routing to on click?
Forum: Plugins
In reply to: [Safari Push] Couple of Issuesthe ssl certificate was self signed. Installed a new signed one but for reference purposes according to apple verified or self signed doesn’t matter.
Either way that didn’t have anything to do with the issue.
Also already confirmed everything from the “common issues” wasn’t that. Any other ideas
Forum: Plugins
In reply to: [Safari Push] Couple of IssuesKinda playing the trial and error game at this point. Thinking this problem is related to the certificate since that is such an annoying process in this whole thing.
Referencing the thread with andrebazaglia; I ran the command openssl s_client -connect gateway.push.apple.com:2195 -CAfile apns-cert.pem which generated the following error: verify error:num=20:unable to get local issuer certificate
verify return:0The big problem I am encountering here is that your directions say to use: openssl x509 -in website_aps_production.cer -inform der -out apns-cert.pem -nodes -clcerts to which I am being told by terminal -nodes is an unknown option.
Using the directions referenced from your site for certificate creation found here the certs make and pass the test presented and hold the connection to the server.
Also when I use the testing code provided by apple openssl s_client -connect gateway.push.apple.com:2195 -cert tch.pem -debug -showcerts -CAfile tchpushercert.pem the connection reports fine with no errors.
Forum: Plugins
In reply to: [Safari Push] Couple of IssuesRe-setup absolutely everything. Issue number 2 has been resolved. But issue #1 has not.
It is worth noting I have tested the cert and key files on apples production server and they will make and hold a connection through telnet.
Apple Error Console is showing an error on live 8 of the bootstrap.min.js file
Error is TypeError: ‘undefined’ is not a function (evaluating ‘a’)
I also enabled the error display on the index page as you suggested to andrebazaglia and I am getting the following error there: Undefined offset: 1 in /home/azchipka/public_html/tchpush/index.php on line 33
which is reference to : $function = $path[1];Doing a test push still results in seeing the directory root of the /v1/push folder
Forum: Plugins
In reply to: [Safari Push] Couple of IssuesSite with plugin: https://azchipka.thechipkahouse.com/
Site Running Push Services: https://tchpush.thechipkahouse.com/Forum: Plugins
In reply to: [Safari Push] Couple of IssuesAlso worth noting when I do a test push it just directs my browser to the root of the /v1/push directory on the push server.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Pro Vs FreeAlso does it allow for admins to do manual booking additions
Forum: Plugins
In reply to: [Social Login] Twitter Account "Social Profile Linked To Another User"Perfect thanks that fixed the issue.
Forum: Plugins
In reply to: [Social Login] Twitter Account "Social Profile Linked To Another User"There is no account for me to unlink it from. It was linked to account has been deleted. Can you tell me how to remove that via the database?
Ray the group forums are not functioning for me is there something that needs to be done to make the group forums get included?
For number one I want the phone number field to be displayed and able to be edited in the buddypress user profile.