VirtueMart VirtueMart Benutzerhandbuch

Seite von 90
Installation FAQ
13
Sometimes the tables beginning with jos_pshop_ or mos_pshop_ are not found. Before you click
on "Install sample data" or "Go directly to the shop" you can just type in this URL in the addess
bar of your browser:
index2.php?option=com_virtuemart&install_type=update12pl3
After that the upgrade procedure begins!
2.2.5.1.6.
After the installation I try to access VirtueMart, but it just prints out an error like "
store is
not a valid VirtueMart module...
". What's 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.
2.2.5.1.7.
After having installed the component, I add a Main Menu Link to the VirtueMart component.
But clicking on that link only displays the text "Welcome to Washupito's....." What's wrong?
VirtueMart  is  no  component-only  script.  It's  programmed  to  be  used  together  with  the
corresponding  VirtueMart  Main  Module.  VirtueMart  will  not  operate  properly  without  the
VirtueMart Main Module.