Warning: require(/var/www/html/vendor/composer/../symfony/polyfill-ctype/bootstrap.php): failed to open stream: No such file or directory in /var/www/html/vendor/composer/autoload_real.php on line 41

When I try to submit a PHP form from my web I get this error:

Warning : require(/var/www/html/vendor/composer/…/symfony/polyfill-ctype/bootstrap.php): failed to open stream: No such file or directory in /var/www/html/vendor/composer/autoload_real.php on line 41

Fatal error : require(): Failed opening required ‘/var/www/html/vendor/composer/…/symfony/polyfill-ctype/bootstrap.php’ (include_path=‘.:/usr/local/lib/php’) in /var/www/html/vendor/composer/autoload_real.php on line 41

The form works fine when testing on my local environment using XAMPP. I should receive an email to my gmail address.

Hi there,

When running locally with XAMPP it is not the same as running on Render. You are building a docker image and running that on Render. Can you test your docker image locally and see if the same issue occurs in that environment?

Regards,

Keith
Render Support, UTC+10 :australia:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.