Re:Installation error... #__viewlevel DOESNT EXIST 8 Years, 6 Months ago
Karma: 0
I had some problems with installation, this is what I did...
As sample_data.sql, I put an empty sql, so it installed default joomla. (thats on /installation/sql/mysql/)
Then went to sample_data.sql and made this...
- changed database collation from utf8mb4_unicode_ci to utf8_general_ci and charset from utf8mb4 to utf8;
- changed database table prefix from #__ to my prefix;
- manually uploaded the tables edited by me after those changes;
It seems it worked althought some special characters appear on the spanish version...
Hope this helps someone...
Logged
The administrator has disabled public write access.
Re:Installation error... #__viewlevel DOESNT EXIST 8 Years, 6 Months ago
Karma: 58
Hello,
Our templates require version of MySQL higher that 5.5.3
Before start the installation, be sure, your systems should meet the
following requirements.
Server Requirement
PHP 5.2.17+
> MySQL 5.5.3
> Apache 1.3
>
> Browser Requirements
>
> Firefox 4+
> Safari 5+
> Google Chrome 10+
> Opera 10+
> Internet Explorer 8+
>
> Configuration Options
>
> We reccomend to use the following servers in your PC to develop your site.
>
> LAMP (Linux)
> WAMP (Windows)
> MAMP (Macintosh)
> XAMPP (Multi-platform)
Please, contact your hosting to change version of MySQL and it must solve your problem
> Best Wishes,
> Taras
> OrdaSoft team
Logged
The administrator has disabled public write access.