-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import only in PHP 5.4 #397
Comments
Do you use the latest version 0.8.2 of the extension? It is fully compatible with PHP 5.5. What is around line 1285 in your version of the extension? I guess this is not really related to PHP 5.4 vs. PHP 5.5... |
Hi, thanks for your info. |
Simply download it from the releases tab. |
we have installed the newest version of FastSimpeImport... but we still get the Fatal Error: Uncaught Error: call to a member function prepareAttributesForSave() on null ... in the Product.php file on Line 1436: but only if we import a certain number of products... any idea what is the issue here? |
Hello,
we used this tool now since 5 years and it works fine. Now we have a problem that we have at our magento 1.9.3 Version the search Extension "Elasticsearch" which run with PHP 5.5 but Fast simple Import run in our installation only with PHP 5.4. This is not so good for us to make daily updates from our article data.
Do you know this problem or do you have a solution/ idea for that?
Following Error message:
Fatal error: call to a member funktion prepareAttributesForSave () on a non-object in public_html/app/code/community/AVS/FastSimpleImport/Model/Import/Entity/Product.php on line 1285
The text was updated successfully, but these errors were encountered: