I know this is a silly question but can this work on shared hosting? For example websockets are restricted for use on shared hosting
@GaryClarkeTech Жыл бұрын
There are no silly questions because I don't know the answer to that either. It's not something I've tried tbh but a lot of things are restricted or made very hard to achieve with shared hosting.
@holdenjack Жыл бұрын
@@GaryClarkeTech thanks for your quick reply. That sadly also is the feel im getting from using shared hosting. Very restrictive unless its wordpress 🫠. Anyway Im attempting to build an artefact for my dissertation project and chose php due to its ease of access, affordability, popularity etc partly because of shared hosting but damn they are making implementing cool useful features difficult afff side note: also sorry to ask as i know you’re extremely busy but i have confused myself on one area and whether its secure vs not secure, best practices. basically I’ve got my brain in a bit of a pickle. is there a possibility of having a quick 5 minute chat less public than a KZbin comment section lol? Thanks in advance :)
@GaryClarkeTech Жыл бұрын
sure..just email me info@garyclarke.tech
@kudrvet2 жыл бұрын
Thanks for your lessons! I have a question: why pdf-generation and sending email worked before all settings and packages in this videos?
@GaryClarkeTech2 жыл бұрын
Thanks! I just did those first to get them working so that the messenger stuff could all be done at once without switching focus
@MrSodjer2 жыл бұрын
thx, just added to own import products Microservice async handler, so now while update inventory from CSV and found non existing SKU it auto, in separate thread create this product instead spend time doing it in one thread.
@GaryClarkeTech2 жыл бұрын
That's really cool. Nice work Max.
@rahulthakur71232 жыл бұрын
Thanks Great video.. I have One Question: How to run the message Queue automatically... In this tutorial Gary you have mention to use following command: symfony console messenger: consume async -vv
@rahulthakur71232 жыл бұрын
If there is any other way also then please comment?
@GaryClarkeTech2 жыл бұрын
Yes..in production you would use something like Supervisor that automates this for you and keeps it up and running all the time
@fredygangbo Жыл бұрын
Hi Gary actually I 've this issue "An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'main.messenger_messages' doesn't exist" any Idea why?
@rado444810 ай бұрын
check if in the env file you have set auto_setup=1 in => MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=1 (if you have 0 the table will not create automatically)
@ICSVortex-DCS2 жыл бұрын
Hi. I like your videos. But your camera view overlaps sometimes with the code. Just a notice