Code: Select all
Notice: Undefined index: host in /path/to/my/site/includes/magic_seo_url.php on line 0
Notice: Undefined index: host in /path/to/my/site/includes/magic_seo_url.php on line 0
Notice: Object of class queryFactoryResult could not be converted to int in Unknown on line 0
It is getting as far as generating the .htaccess file, but nothing more.
By the way, I also had to set 'register_long_arrays' PHP config variable to 'on' even to get this far. Was getting an error about $HTTP_GET_VARS being undefined otherwise. You should probably mention that this config setting is required to be on (or fix whatever is trying to use it), as this feature is now deprecated on PHP 5.3.