I had Joomla 3.4 running, I had the ja-mitius template installed properly and I had Jreviews on top of that, but for some reason Joomla wouldn’t let me see or access all of the modules on the mitius template.
I decided to just uninstall the whole thing and start over, but this time install all of the sample data.
While installing the info from the mitius quickstart folder I keep getting this message in the joomla installation. (BTW – this is all on localhost).
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘ DROP TABLE IF EXISTS `rpeiv_acymailing_config`’ at line 1 SQL= DROP TABLE IF EXISTS `rpeiv_acymailing_config`
rpeiv_ is my Table Prefix.
One thing that I did do differently than just the typical installation is I changed the ENGINE=InnoDB to ENGINE=MyIsam in the Joomla.sql file (installation) because the InnoDB file forces the installation process to hang up and won’t finish. (I had to do this when I installed Joomla 3.4 the first time without sample data and it installed).
Any idea how to fix this problem?
Thank you!