You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.
Hi, I'm trying to emit an event from a php controller with elephant io by using version2X but I get a version1x error.
Here is what my code looks like :
Hum, IIRC the version 2 is an extension of the Version 1. So it overwrite a few things, and fallbacks on version 1. Now that I think about it, we should maybe change the naming of these classes or the structure.
Thanks for the answer. I also read some people telling to use curl to avoid any problem with file_get_content() in Version1X, which seems to be an issue on many hosts. Would you recommand me to do so. I don't really like to change modules' code. Or is there an available fork already implementing the curl method ?
Hi, I'm trying to emit an event from a php controller with elephant io by using version2X but I get a version1x error.
Here is what my code looks like :
It works on my local machine (using wamp) but does not on the dev server.
It return me this error :
Do you know why it would use Version1X although I'm using Version2X and why this error happens ?
The text was updated successfully, but these errors were encountered: