# php -d memory_limit=2G symfony propel:migrate /var/www/icaatom-1.1/
data/fixtures/datadump_20111214.yml
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/
php/modules/imagick.so' - /usr/lib64/php/modules/imagick.so: undefined
symbol: php_set_error_handling in Unknown on line 0
PHP Warning: date(): It is not safe to rely on the system's timezone
settings. You are *required* to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected 'America/Los_Angeles'
for 'PST/-8.0/no DST' instead in /var/www/icaatom-1.2.0/vendor/symfony/
lib/config/sfRootConfigHandler.class.php on line 91
>> migrate Initial data version 62
Does it just take a long time, or should I be seeing something else by
now?
Also, if you have suggestions to resolve the warnings in the output
above, I'd be happy to hear those too.
Thank you,
Jill Earles
Does this mean it did not migrate to be compatible with
icaatom-1.2.0? I ran the command from my 1.2.0 directory, but with a
path to the data dump that was in the 1.1 directory.
No, that's perfect Jill, it's just a glitch in the output - Release 1.1
v75 = Release 1.2. :)
I'm surprised it took that long though, it usually only takes a few
minutes. Maybe you have a very large database?
As for the error messages (if you are still interested. I typed them up
in response to your first post):
What OS are you running? To get rid of the "imagick.so" error in Ubuntu
or Debian Linux you can install the PHP imagemagick library using:
sudo apt-get install php5-imagick
To get rid of the date warning you need to set a timezone in the php
configuration file, see
<http://php.net/manual/en/datetime.configuration.php>
Regards,
David
--
David Juhasz,
Software Engineer
Artefactual Systems Inc.
www.artefactual.com
This is running on Ubuntu 10.04. I'll try the things you mentioned
once the data load is complete.
Thank you!
Jill
The last command I issed was:
nohup php -d memory_limit=50000M symfony propel:data-load data/
fixtures/migrated_data_20111214125840.yml
nohup: appending output to `nohup.out'
And the output in nohup.out is:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/
php/modules/imagick.so' - /usr/lib64/php/modules/imagick.so: undefined
symbol: php_set_error_handling in Unknown on line 0
>> propel load data from "data/fixtures/migrated_data_20111214125840.yml"
Do you have any suggestions for how to determine what's wrong, or how
to get the migrated data into the database?
Thank you!
Jill
I recommend disabling the search index when doing the data load:
http://www.qubit-toolkit.org/wiki/index.php?title=Search#Disabling_the_search_index_for_Release_1.2
I've added a note to this effect to the upgrading documentation:
http://www.qubit-toolkit.org/wiki/index.php?title=Upgrading#Load_migrated_data
Regards,
David Juhasz
--
You received this message because you are subscribed to the Google Groups "ICA-AtoM Users" group.
To post to this group, send email to ica-ato...@googlegroups.com.
To unsubscribe from this group, send email to ica-atom-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ica-atom-users?hl=en.