mjordan / ip_range_access

Drupal 10 Context module to control access to content based on user's IP address
GNU General Public License v2.0
1 stars 2 forks source link

Fix error - RuntimeException: Failed to start the session #9

Closed simonhm closed 5 months ago

simonhm commented 1 year ago

Fixing this error:

RuntimeException: Failed to start the session because headers have already been sent by "/var/www/html/drupal/vendor/symfony/http-foundation/Response.php" at line 1239. in Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() (line 152 of /var/www/html/drupal/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php)

when using the EZproxy within Drupal 9.4.x

mjordan commented 5 months ago

Thanks!