Hi,
We have developed some custom scripts we use in house to upgrade from older versions of aedating to newer aedating and dolphin - to avoid the problems you are having.
But in your case, you need to compare the old tables from your previous aedating release to the new - find the differences - and adjust. Ans your modifications and code base - check them too.
Start with the tables you are having trouble with.
Code:
Error in /admin/modules.php: Unknown column 'Type' in 'order clause'
missing the Type column
Code:
Query: 'SELECT Picture, Pic_0_addon FROM Profiles WHERE ID = LIMIT 1'
ID value for the user was not passed to the query
Code:
Error in /profile_edit.php: Unknown column 'Type' in 'where clause'
missing the Type column
Smoge
Bookmarks