pkpass file cannot be opened from iOS - passbook

I know there are so many questions regarding this topic but I tried everything and I can't seem to get it to work. I am using the latest tschoffelen/PHP-PKPass to generate my pass and all my certificates are valid. I always get "Safari cannot open this file"! Any help is greatly appreciated.

Related

odoo dynamic snippet does not works correctly for public user

When i create dynamic snippet, it works correctly only if you log in like an administrator account, snippet uses data from the odoo model. So if you don't log in and go on the website as a public user from another browser, odoo displays a message, something like
"Odoo session is expired. The current page is about to be refreshed."
, and snippet uses default content from template(not data from database).
I didn't find an answer to my question in the documentation or on the forums. Please, if anyone has encountered such a problem, write how you solved it. Thank you in advance. p.s.: clearing the cache does not help
I didn't find an answer to my question in the documentation or on the forums. Please, if anyone has encountered such a problem, write how you solved it. Thank you in advance.
p.s.: clearing the cache does not help

Resource Not Found 404 Error when making an API call from cURL

I'm doing a CTF activity that I have been working on for the past week and I cannot seem to figure out what is going wrong. To break it down it goes something like this:
It is an application that consist of 3 tabs, "Balances", "Transactions", and "Payments"
Everytime you click on one of those tabs, information is displayed which comes from an API.
But the API call for "Balances" is broken, when it is requested, nothing shows up under the Balance tab and it returns a 404 resource not found error.
So far I've used cURL to try and talk to the API through that and made sure there was no errors in the spelling of the requested site but still no luck.
I would appreciate it if someone could guide me in the right direction or maybe suggest an approach to take instead of giving out what to do step for step which would be much appreciated :).
Edit: The API call is intentionally broken, the challenge is to figure out why it is broken and how to fix it.
Thanks!
kek just solved this very challenge.
Have you considered that the "Cyber Gang" (context of the challenge) may have changed the endpoint from balances to something else?
Considering that you get a 404 balance from curling get-balances, perhaps you could figure out a way to find other subdomains :)

JSFiddle not working in all browsers and all fiddles

I am trying to open jsfiddle to see demos for some questions on StackOverflow or any other place, but when I open it and it opens normally, but the place where it has to run says this message:
fiddle.jshell.net’s server IP address could not be found.
Screen Shot
I tried to create my own fiddle and trying in different browsers(I use chrome), but the same problem happened. This is really annoying since jsFiddle is everywhere. Thanks for help.
This maybe late but, earlier I had the same problem.
But, I hope that this will help future visitor.
I fixed it just by :
Checking my Proxy
Using VPN
if you tried other ways but not working try these:
-Clearing browser cache.
-Using VPN ( browsec extension is the best).
-reinstalling the browser.

Program cannot be opened because d3dx9d.dll was not found

I'm writing a program in DirectX 9 and it can't be opened because of error
Program cannot be opened because d3dx9d.dll was not found
So I have a few questions:
-Where can I get it? I've been searching and the only source I could find is DLL-Files.com and registration is required and I don't want to give my personal information to an untrusted source
-What are the files d3dx9d_33.dll that I found on my PC and can I use them in this situation? There's really not much information that I could find.

Can't upload new product image backend prestashop

I need a little help here, i hope someone here can help me for a hint or clue.
First of all, I'm not programmer. I'm just web admin who can use cms and basic html.
I was using PrestaShop for my online shop. In the backend, I can't upload new product image anymore.
The error just blank without any sign for me. Here for the screenshot:
I appreciate it, if someone can help me, thanks, and sorry for my english.
#PanjiWiyono This errors don't really give us a quality information, but this is a start. In your JS code should be a ajax query that has an error when converting results to json (first error). You should check what's the exact error that this request is returning by inspecting in browser developer console.
If you detect that the second error is in fact, the response of this ajax query, well now we almost have the problem.
The second error should be related to data size. Check this: Error while sending QUERY packet
Anyway, you should check DbPDO.php class. You can use debug_backtrace function to display the complete stack, but definitly if error is related to a basic PHP class issue you will have not help knowing wich classes are in calling stack.
Good luck.
Simple solution
maybe a extra module is in a conflict with the prestashop core files. go to advanced parameters, performance and disable third party modules and try again.
other option is reupload admin folder with other name and
js folder check again
hope it will work for you