After the installation I try to access VirtueMart, but it just prints out an error like “store is not a valid VirtueMart module…”. Whats wrong?
The installation is corrupt. The registered functions and core modules, which are used by VirtueMart to check the acccess permissions are missing. You need to make sure that the tables “jos_vm_functions” and “jos_vm_modules” have been created in your database and contain records. If they are missing, you can add those tables manually by using the SQL installer file /sql/virtuemart.installation.joomla.sql. Search for those tables, copy the SQL code and paste it into the textarea in phpMyAdmin’s SQL execution screen.
Related Questions
- After the installation I try to access VirtueMart, but it just prints out an error like "store is not a valid VirtueMart module...". Whats wrong?
- When I try to print my design containing graphics nothing prints or I receive an error. Whats wrong?
- When I try to run the installation script (eta.install.php), I get an error message. Whats wrong?