jflory7
Active member
Hello XenForo forums,
Today, I encountered an interesting error while going through the ACP. I hadn't ever seen something like this before, and I wasn't sure if it was a problem with the webserver trying to access something, a security issue, or something else.
Anyone know what all this means? Is it a search engine bot failing to find something? Or a malicious user trying to poke around in places they shouldn't be?
Today, I encountered an interesting error while going through the ACP. I hadn't ever seen something like this before, and I wasn't sure if it was a problem with the webserver trying to access something, a security issue, or something else.
Code:
Server Error Log
Error Info
ErrorException: fopen(/var/www/crystalcraftmc.com/public_html/internal_data/sitemaps/sitemap-1413524585-1.xml): failed to open stream: Permission denied - library/XenForo/Deferred/Sitemap.php:210
Generated By: Unknown Account, Friday at 1:43 AM
Stack Trace
#0 [internal function]: XenForo_Application::handlePhpError(2, 'fopen(/var/www/...', '/var/www/crysta...', 210, Array)
#1 /var/www/crystalcraftmc.com/public_html/library/XenForo/Deferred/Sitemap.php(210): fopen('/var/www/crysta...', 'a')
#2 /var/www/crystalcraftmc.com/public_html/library/XenForo/Deferred/Sitemap.php(230): XenForo_Deferred_Sitemap->_openFile()
#3 /var/www/crystalcraftmc.com/public_html/library/XenForo/Deferred/Sitemap.php(202): XenForo_Deferred_Sitemap->_writeSitemapString('?<url><loc>http...')
#4 /var/www/crystalcraftmc.com/public_html/library/XenForo/Deferred/Sitemap.php(165): XenForo_Deferred_Sitemap->_writeResult(Array)
#5 /var/www/crystalcraftmc.com/public_html/library/XenForo/Deferred/Sitemap.php(90): XenForo_Deferred_Sitemap->_buildSitemap(Object(XenForo_SitemapHandler_Core), 0, 7.9999988079071)
#6 /var/www/crystalcraftmc.com/public_html/library/XenForo/Model/Deferred.php(256): XenForo_Deferred_Sitemap->execute(Array, Array, 7.9999988079071, '')
#7 /var/www/crystalcraftmc.com/public_html/library/XenForo/Model/Deferred.php(390): XenForo_Model_Deferred->runDeferred(Array, 7.9999988079071, '', false)
#8 /var/www/crystalcraftmc.com/public_html/library/XenForo/Model/Deferred.php(335): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#9 /var/www/crystalcraftmc.com/public_html/deferred.php(23): XenForo_Model_Deferred->run(false)
#10 {main}
Request State
array(3) {
["url"] => string(38) "http://crystalcraftmc.com/deferred.php"
["_GET"] => array(0) {
}
["_POST"] => array(3) {
["_xfRequestUri"] => string(36) "/find-new/94619/profile-posts?page=6"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
Anyone know what all this means? Is it a search engine bot failing to find something? Or a malicious user trying to poke around in places they shouldn't be?