Manual Installation is a little bit harder than the automatic installation. It will need some file copying and running SQL queries. For running SQL queries you'll need an database management application like phpmyadmin ( http://www.phpmyadmin.net ), also available as a Mambo Component ( http://mamboforge.net/projects/mosphpmyadmin/ ).
Unpack com_phpShop_x.x.tar.gz to a local directory.
Unpack frontend_files.tar.gz.
Go to your webserver's /mambo/components directory and create a directory named com_phpshop.
Upload the files within:
phpshop.php |
phpshop_parser.php |
show_image_in_imgtag.php |
/shop_image/<everything>* |
/js/<everything>* |
to the newly created directory /mambo/components/com_phpshop
Find the file phpshop.cfg-dist.php and rename it to phpshop.cfg.php .
Go to your webserver's /mambo/administrator/components directory and create a directory named com_phpshop.
Unpack admin_files.tar.gz.
Upload the files, you unpacked in the previous step
AND
ALL FILES THAT ARE IN THE ROOT OF THE ARCHIVE com_phpshop_x.x.tar.gz to:
/mambo/administrator/components/com_phpshop.
Now open phpmyadmin (or some tool to manipulate your database) and select the Database for the Mambo site you're installing mambo-phpShop for. In that selected database look for a table called "mos_components" in the right frame. Click on that table. Now you see the structure of that table. Click on "Browse" and you'll see all rows in that table.
Table Structure in phpMyAdmin
mos_component Entries
Click the Insert new row link in the bottom of the screen and insert the following values :
Leave it blank - the system will figure out the ID
mambo-phpShop
option=com_phpshop
0
0
option=com_phpshop
Manage phpShop
Leave blank (nothing!)
0
js/ThemeOffice/component.png
0
Leave blank (nothing!)
Once you have entered the values make sure that the radiobutton in save is tagged and click Go.
Now it's time to go to the mambo backend and select Components => mambo-phpshop in Mambo's dropdown menu. After selecting phpshop you should be prompted to either go directly to the shop or to install demo-data. Choose whatever suits you and you're flying...
If you're presented the Welcome Screen again, delete the file mambo/administrator/components/com_phpshop/install.php and it should work.
To install the Modules and Mambots for mambo-phpShop, follow the instructions of the Automatic Installation, Steps 6 and 7. If this doesn't help you, because NO automatic installations are possible, you can manually upload the files.
Modules must be uploaded/copied into mambo/modules/ .
The Search Mambot must be uploaded/copied into mambo/mambots/search/ .
The Mambot 'mosproductsnap' must be uploaded/copied into mambo/mambots/content/ .
Now you should have installed mambo-phpShop correctly.