Like a few of the members, I too am encountering the error:

Fatal error: Class coreadvancedsearchresultseourlplugin: Cannot inherit from undefined class coreadvancedsearchseourlplugin in /home/site/public_html/includes/classes/seo/seo.url_plugins/__core__/advanced_search_result.php on line 15

I added the following code (Red text) but then suddenly my admin page became blank after I login:

Quote Originally Posted by Merlinpa1969 View Post
I replaced ths file with the one from the bug tracker

Code:
<?php
/* $Id: advanced_search_result.php 106 2007-03-02 13:11:01Z dreamscape $ */
/**
 * @package SeoUrl
 * @subpackage Plugins
 * @name seo.plugins.url.plugins.core.advanced_search.result
 */

if (!defined('IS_ADMIN_FLAG')) {
	die('Illegal Access');
}


require_once(SEO_URL_BASE_DIR . '/seo.url_plugins/__core__/advanced_search.php');

class CoreAdvancedSearchResultSeoUrlPlugin extends CoreAdvancedSearchSeoUrlPlugin {

	/**
	 * @var string Plugin title
	 */
	var $title = 'Core: Advanced Search: Result';

	/**
	 * @var string Plugin description
	 */
	var $descr = '';

	var $page = FILENAME_ADVANCED_SEARCH_RESULT;

}
Can someone send me the patch at stenrique_ng AT yahoo DOT com? I have registered at http://bugs.smarterwebdev.com/index.php but have not received any activation email. Requests for the activation email but to no avail.

TIA.