VirtueMart VirtueMart ユーザーズマニュアル

ページ / 72
VirtueMart User Manual
13
VirtueMart  is  a  big  component,  its  installer  file  archive  has  a  size  of  more  than  1.5
MB.  When  uploading  this  file  to  your  server  you  can  wait  a  long  time  until  the  file  is
completely  transferred  to  your  server.  You  can  use  the  Remote  Installer  for  VirtueMart
instead!  (Remote  Installer  for  VirtueMart)  [http://joomlacode.org/gf/project/virtuemart/frs/
?action=FrsReleaseBrowse&frs_package_id=192]
3.5.1.4.
What are those 
tar.gz
 files, aren't those for Unix/Linux systems only?
tar.gz Archives come from the Unix World, but they can be used on Windows and Mac systems
as well. On Windows you can unpack them using Winzip or Winrar. Gzip has a much much
better compression than Zip, that's one reason why most Open Source projects use it for their
distributions.
3.5.1.5.
On  an  upgrade  from  mambo-phpShop,  the  VirtueMart  installer  won't  recognise  my  existing
tables! What to do now?
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!
3.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.
3.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.
4. First Steps
Do you have installed the VirtueMart Main Module?
If not, do so now. Don't forget to publish it somehere on your site. This module is meant to display
all categories and to control the component.
Note
All  following  procedures  mean  that  you  use  the  Main  Menu  of  the  VirtueMart
Administration!
Tip
VirtueMart provides FULL ACCESS to its Administration Panel from the Frontend! That
means that you don't have to login at the backend of your site to make all your changes, but
just click on "Administration" in the VirtueMart Main Module. (requires admin or storeadmin
permissions)