July 4, 2010 08:06:55 PM
Shinguz
When I wanted to migrate my customers Aigaion v1.3.4 to v2.1.2 it repeatedly stops without any error message (asking me where to safe the install.php (0 bytes in size) file).
Analysing the MySQL general query log pointed me to the problem in the following statement: INSERT INTO publication VALUES (...
The problem seems to be in the documents abstract attribute. Customer used a lot of html tags out of a Word MS Word document. This seems to confuse php/aigaion migration script. Probably the string is not properly escaped in aigaion?
When the abstracted was blanked out. The migration continued.
Problem can be reproduced at will. For further investigation I would be pleased to help. I have to ask customer first what kind of data I am allowed to provide.
Analysing the MySQL general query log pointed me to the problem in the following statement: INSERT INTO publication VALUES (...
The problem seems to be in the documents abstract attribute. Customer used a lot of html tags out of a Word MS Word document. This seems to confuse php/aigaion migration script. Probably the string is not properly escaped in aigaion?
When the abstracted was blanked out. The migration continued.
Problem can be reproduced at will. For further investigation I would be pleased to help. I have to ask customer first what kind of data I am allowed to provide.
Syndicate