XML Sitemap for XenForo 1.3 [Not needed, included in 1.4]

Thanks, I just tried and got this error:
php /home/xxx/public_html/forum/library/XfAddOns/Sitemap/Cli.php
Running from directory: /home/xxx/public_html/forum
An unexpected error occurred. Please try again later.


So I made a change that was suggested in this thread.
Could you open the Cli.php file, and change

XenForo_Application::setDebugMode(false);
to

XenForo_Application::setDebugMode(true);
And run again?


Now getting this error:


php /home/xxx/public_html/forum/library/XfAddOns/Sitemap/Cli.php
Running from directory: /home/xxx/public_html/forum

An exception occurred: You don't seem to have the DOM module installed. Cannot c ontinue in XfAddOns/Sitemap/CronEntry/RebuildSitemap.php on line 20
#0 XfAddOns/Sitemap/Cli.php(42): XfAddOns_Sitemap_CronEntry_RebuildSitemap::run( )
#1 {main}
 
Thanks for the link, this post in that thread helped me solve it : http://xenforo.com/community/threads/fatal-error-class-domdocument-not-found.69550/#post-727505

Now what should I do from now on? Should I disable the cron and just run it manually? or is there a way to get it to run in CLI automatically?
 
Back
Top Bottom