You are here:  » Call to undefined function MagicParser completed() Error


Call to undefined function MagicParser completed() Error

Submitted by keshavkshirsagar on Wed, 2015-08-19 10:01 in

Hello Sir

Getting Fatal error: Call to undefined function MagicParser_completed() in /home/..../public_html/admin/feeds_import_slow.php on line 130

Submitted by support on Wed, 2015-08-19 10:17

Hi there,

I think you're using an alternative version of Magic Parser that includes support for multi-line text fields - the functions to support slow import were added more recently.

So that you can keep the multi-line functionality in place do not overwrite the version currently in place but instead, on your local computer extract includes/MagicParser.php from the latest distribution, rename it to MagicParserSlow.php and then upload to your Price Tapestry installation as:

includes/MagicParserSlow.php

Then, edit admin/feeds_import_slow.php and look for the following code at line 10:

  require("../includes/MagicParser.php");

...and REPLACE with:

  require("../includes/MagicParserSlow.php");

Cheers,
David.
--
PriceTapestry.com

Submitted by keshavkshirsagar on Wed, 2015-08-19 11:03

Thanks

Now it working fine