Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simfatic\FormHandler throwing "Simfatic\Boar\Library\CommonValidations" not found in #1

Open
bceballos opened this issue Sep 30, 2024 · 0 comments

Comments

@bceballos
Copy link

bceballos commented Sep 30, 2024

Hi

I'm using PHP version 8.1.29 and FormHandler works perfectly fine on my windows machine, but as soon as it's put on the host machine it seems like BOAR is throwing errors about CommonValidations not being found?

Fatal error: Uncaught Error: Class "Simfatic\Boar\Library\CommonValidations" not found in /home/user/domains/url/public_html/vendor/simfatic/boar/src/Boar.php:13 Stack trace: #0 /home/user/domains/url/public_html/vendor/simfatic/boar/src/Boar.php(18): Simfatic\Boar\Boar->__construct() #1 /home/user/domains/url/public_html/vendor/simfatic/formhandler/src/FormHandler.php(39): Simfatic\Boar\Boar::create() #2/home/user/domains/url/public_html/mail.php(12): Simfatic\FormHandler\FormHandler->__construct() #3 {main} thrown in /home/user/domains/url/public_html/vendor/simfatic/boar/src/Boar.php on line 13

Linux Version:
Linux version 5.14.0-427.28.1.el9_4.x86_64 ([email protected]) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3)

I've gone through the local files and server settings, the read permissions are all there and working, I'm not sure how much further I can investigate from a user endpoint and the CommonValidation is being pulled in by composer not really sure how to go about fixing this, any help is greatly appreciated.

There's also a ticket with the hosting service in order to see if it's more on their end rather than the library.

Cheers

Edited: Added more info about the investigation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant