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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: