So in the config.json
enable debug please (debug: true) and then retry. I expect there is some error.
Can you create a simple PHP file in PHP_FILES
called test.php
with the following content
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
var_export(class_exists('ZMQSocket'));
Then run that file with php test.php
and see what output you get?
the output is just âtrueâ on the site âŚ
You need to run the file as I asked please.
I suspect that php-cli doesnât have ZMQ available, which is why xmr.phar
just exits.
ye i runned the file in a console aswell and it just responds with âtrueâ
Iâm afraid I am out of ideas then - it shouldnât just exit like that.
You could try copying your config file to vendor/xibosignage/xibo-xmr/config.json
and then running php index.php
in that folder. That is the non PHAR code for XMR.
just an empty console when i run this commandâŚ
OK so edit index.php
and put the following at the top, under the opening <?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
There were two issues here (after a team viewer session).
- The
config.json
file wasnât invendor/bin
and the contents of the file contained non-standard"
characters - IIS isnât loading the ZMQ module for PUT or DELETE requests, meaning some functions failed
I was not able to solve the second problem (not having any experience with IIS), but have left the OP with this link: https://stackoverflow.com/questions/6739124/iis-7-5-enable-put-and-delete-for-restful-service-extensionless which might help.
Note: Despite the title the OP is running IIS and not XAMPP
Hey ,
can you please tell me how you fixed the issue , iâm having the same problem with zeromq
Thank you very much,
best regards,
For running ZeroMQ and Xampp here is my Tutorial in german:
I have no expierience with IIS but here is another tutorial for IIS: