icamys / php-sitemap-generator

A simple PHP sitemap generator.
MIT License
168 stars 65 forks source link

Not Working in PHP 8.0.11 Version! #30

Closed seyitahmettanriver closed 2 years ago

seyitahmettanriver commented 3 years ago

In PHP 8.0.11 it gives the following error.

Fatal error: Uncaught Error: Class "Icamys\SitemapGenerator\FileSystem" not found in /var/www/vhosts/example.com/httpdocs/class/class.sitemap.generator.php:224 Stack trace: #0 /var/www/vhosts/example.com/httpdocs/cron.sitemap.generator.php(12): Icamys\SitemapGenerator\SitemapGenerator->__construct() #1 {main} thrown in /var/www/vhosts/example.com/httpdocs/class/class.sitemap.generator.php on line 224

icamys commented 3 years ago

@seyitahmettanriver The error tells that the class is not found. I suggest you have not included the autoload file:

include "vendor/autoload.php";
icamys commented 3 years ago

@seyitahmettanriver can we close this issue?

icamys commented 2 years ago

Closing this issue as there's no update for a long time.