I'm having difficulty figuring out how to start building.
Permalink
all the pages that currently exist in the website i didn't put there. nor can i delete them or put new ones it seems. it just says:
An exception occurred while executing 'select cID, msLanguage, msCountry from MultilingualSections where cID = ?' with params ["127"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Concrete5_6.MultilingualSections' doesn't exist
and i can under stand that. any information on how to get past this would be useful.
An exception occurred while executing 'select cID, msLanguage, msCountry from MultilingualSections where cID = ?' with params ["127"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Concrete5_6.MultilingualSections' doesn't exist
and i can under stand that. any information on how to get past this would be useful.
Seems your internationalization tables may be missing. The good news is the concrete5 installer can add them back for you.
1. You can force your site to re-run the installer of your current build.
http://[YOUR SITE]/index.php/ccm/system/upgrade?force=1
2. You can try installing the latest Concrete5 build.
Hope this helps.