-
Notifications
You must be signed in to change notification settings - Fork 5
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
not completing the import #6
Comments
It's probably not compatible with 1.8. Any pull requests to fix that are much appreciated ;-) If under 1.7 nothing happens you need to look into the Magento, PHP and webserver error/exception logs. |
Sorry for the masses, but i'm not familiar with it 2015-03-25T22:36:01+00:00 ERR (3): Deprecated functionality: iconv_set_encoding(): Use of iconv.internal_encoding is deprecated in /var/www/magento-mirror/lib/Zend/Validate/Hostname.php on line 521 |
hope this is better: exception-log |
After changing the http server to Apache it appers a 0/20 progress bar, but after a while an error pops up. In the log is exception: '$_FILES array is empty' in .../lib/Varien/File/Uploader.php |
You are probably using PHP 5.5 or 5.6 and the migration script still uses deprecated PHP functions. Maybe you can ask your hosting company to provide a lower version of PHP for the purpose of the migration or you can install something like MAMP Pro on your local machine which enables you to select lower PHP versions. Or the best thing of course would be to make the code compatible with the latest versions of PHP, but unfortunately, I don't have any free capacities at the moment so you might want to consider paying a developer to fix this for you. Any pull request would be very much appreciated ;-) |
Yes, the first test was done with debian sid (php 5.6.7), but the second was done with debian wheezy (php 5.4.39). To exclude, i just copy my images folder to /media/import. My images are segmented into subfolders, could that cause an error? |
Im starting the profile: »Importing...« and it does nothing else except opening a new Tab with »Warning: Please do not close window during importing/exporting data.«
magento 1.7.0.2
btw in 1.8.1.0 the check requirements button dont appear
The text was updated successfully, but these errors were encountered: