Forum Replies Created

Viewing 3 replies - 16 through 18 (of 18 total)
  • Forum: Plugins
    In reply to: [WP eCommerce] Fatal error
    Thread Starter cpagh

    (@cpagh)

    NB. It seems that the problem disappears when I disable my plugin “SEO Ultimate”.

    Forum: Plugins
    In reply to: [WP eCommerce] Fatal error
    Thread Starter cpagh

    (@cpagh)

    Here is the code … I have marked the beginning of line 1400 with black … hope it can help.

    // HASHES
    			if ($hashes_iterator = $this->get_item_tags(SIMPLEPIE_NAMESPACE_MEDIARSS, 'hash'))
    			{
    				foreach ($hashes_iterator as $hash)
    				{
    					$value = null;
    					$algo = null;
    					if (isset($hash['data']))
    					{
    						$value = $this->sanitize($hash['data'], SIMPLEPIE_CONSTRUCT_TEXT);
    					}
    					if (isset($hash['attribs']['']['algo']))
    					{
    						<strong>$algo</strong> = $this->sanitize($hash['attribs']['']['algo'], SIMPLEPIE_CONSTRUCT_TEXT);
    					}
    					else
    					{
    						$algo = 'md5';
    					}
    					$hashes_parent[] = $algo.':'.$value;
    				}
    			}
    Forum: Plugins
    In reply to: [WP eCommerce] Fatal error
    Thread Starter cpagh

    (@cpagh)

    Hello

    I have not changed the code, but have only installed a standard edition (in Danish) of WP and WP e-Commerce plus some other plugins.

    When I disable the WP e-Commerce, the error disappears.

    I have uninstalled and reinstalled WP e-Commerce, but with the same result.

    I try to find the code.

    Best regards
    Christian

Viewing 3 replies - 16 through 18 (of 18 total)