Hello,
I have been upgrading joomla from 2.5.x to 3.4.4, And so re-installing easyblog extension on it.
Problem that I face after I install, Whole installation process is completed. And then when I go to the component ,
It displays a sql error.
Unknown column 'e.custom_css' in 'field list' SQL=select u.*, e.`id` as `eb_id`, e.`nickname`, e.`avatar`, e.`description`, e.`url`, e.`params` as `eb_params`, e.`published` as `eb_published`, e.`title` as `eb_title`, e.`biography`, e.`permalink`, e.`custom_css` from `paai_users` as u left join `paai_easyblog_users` as e ON u.`id` = e.`id` where u.`id` = 105
Then I found, our nginx environment support InnoDB type engine for all tables, where I found easyblog tables are MyISAM.
- Uninstall existing package
- Dropped all tables
- So I altered all types InnoDB
- And again tried installing the altered package
Installation doesn't complete in this case. Giving error at database queries.
Look at the attached screen.
Can you suggest me, what should I change in the installable package?
Used package version- com_easyblog_full_pro_5.0.25_joomla3.0.zip
Thanks