-
Notifications
You must be signed in to change notification settings - Fork 120
Class 'AMQPLibConnector' not found #58
Comments
Second. Seems to me like the autoload of Albeit I am new to Composer and would hate to point finger at it prematurely. |
I'm fed up with composer bug reports. It seems like people are submitting Composer-related patches doing contradictory things. It's going back and forth, when somebody fixes a problem they have, it seems to always break dependencies for someone else. Since I'm no authority when it comes to Composer, I'm not accepting any more of them. If someone who knows Composer very well is reading this, and willing to take responsibility of that part of Celery-PHP (handling bugs, preparing a test case, making sure it doesn't break non-composer installs etc), please contact me. Previous Composer-related bugs: |
And in regard to your particular problem: just use it without composer until it's fixed, require_once celery.php and you're done. |
This should now be fixed in commit 099ffda. If you're willing, please install the latest dev version to test. Please let me know if you're still experiencing the same issues. |
Hi,
I'm trying to run the
test.php
file on Windows 7 OS/PHP 5.5.19 and I installed all dependencies usingcomposer.json
file. But when I runphp test.php
command I got:And I realized that this error comes up with:
Where it couldn't find
PhpAmqpLib\Connection\AMQPConnection
class. I think something with namespacing is wrong. Do you have any idea how should I fix it?p.s. I tried to fix it by removing the "if" condition but I got the similar error in another line of code.
The text was updated successfully, but these errors were encountered: