Status
Not open for further replies.

Mick

Customer
The sitemap seems to have stopped working for my site.

It was last built on January 21st?

And when I click on the build sitemap section I get a vbulletin page but with nothing there... (not a white screen).

dbseo build sitemap issue.webp

I checked all permissions including chmod ownership etc...

Regards
Mick
 
Make sure display_errors is set to On in php.ini so you can see if there's a PHP error being suppressed.
 
I get this in my php logs

Code:
[30-Jan-2014 23:42:34 UTC] PHP Fatal error:  require_once(): Failed opening required '/*********/dbtech/classifieds_dbseo/includes/class_sitemap.php' (include_path='.:/usr/local/lib/php') in /*************/dbtech/classifieds/hooks/dbtech_dbseo_sitemap_add_content_types.php on line 14

This is the whole script

PHP:
<?php
if (isset($vbulletin->products['dbtech_classifieds']) AND $vbulletin->products['dbtech_classifieds'] AND $vbulletin->options['dbtech_dbseo_sitemap_include_classifieds_item'])
{
	if ($session['state'] == 'start')
	{
		// Add the content type
		$session['types'][] = 'classifieds_item';

		// Decently sure this will never happen, but juuuust in case
		$session['current_content'] = $session['current_content'] ? $session['current_content'] : 'classifieds_item';
	}

	// Ensure we have our sitemap class
	require_once(DIR . '/dbtech/classifieds_dbseo/includes/class_sitemap.php');
}
?>

LINE 14
require_once(DIR . '/dbtech/classifieds_dbseo/includes/class_sitemap.php');
 
Last edited:
Reviews is the same as well.

I did not want to start a new thread in the reviews section but thought I would post here.

Code:
[31-Jan-2014 08:13:24 UTC] PHP Fatal error:  require_once(): Failed opening required '/**********/dbtech/review/includes/class_sitemap.php' (include_path='.:/usr/local/lib/php') in /**********/dbtech/review/hooks/dbtech_dbseo_sitemap_add_content_types.php on line 14

Also the Gallery one too after I disabled the other two :)

Regards
Mick
 
Last edited:
Status
Not open for further replies.

Similar threads

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,191
Customer rating
5.00 star(s) 1 ratings
Back
Top