T O P I C R E V I E W |
techdls |
Posted - 14 Jan 2011 : 01:30:15 I had the OnEx scripts working on my website, everything was working beautifully then I updated to 7.105 and exported my xml database and went through the same process but now when I try to import.php you can see the entire xml output as text and it says it is importing at the very bottom but there is also an error message at the bottom which says "Error: Unknown column 'MOVIE3D' in 'field list' " despite these things the import completes but when going to index.php it says query returned no results, no matter what i do i can't get anything. I checkout out the mysql database and there are 0 entries in the movies table.
I deleted the database and database user and tried everything from scratch but with the same results.
I love this feature of XMM and I love XMM!
Any help would be greatly appreciated. |
3 L A T E S T R E P L I E S (Newest First) |
JDommi |
Posted - 18 Jan 2011 : 22:09:16 Great to know that it is so easy :) |
techdls |
Posted - 18 Jan 2011 : 19:44:15 I fixed the problem if anyone else is wondering by adding in this line at 372:
`Movie3D` bit(1) DEFAULT NULL,
Easy fix but you'll probably want to fix it for the next release. |
JDommi |
Posted - 14 Jan 2011 : 08:34:48 MOVIE3D is a new column in database. The OnEx plugin has to be changed to handle this. Seems as if there is no check for "new columns" and instead of ignoring unknown fields OnEx passes empty phrases as every db entry contains an error. The only possibility is to change OnEx... |