Tutorial
Alles staat op de server zoals hier vermeld
Toch krijg ik allemaal foutmeldingen...
misschier moeten er ../ in de update folder... maar dat kan haast niet
Echt ik heb alleen mijn gebruikers naam veranderd en database.sql upgeload in mijn admin
What you need to run these scripts:
1. A web hosting account that supports PHP, and MySQL.
2. FTP Software to load these files to your hosting server.
SETUP
1. Unzip the files.
2. Configure your cart.
A. Open /library/db.php, and follow the instructions found in that file to confiqure your cart.
B. Open /library/inc/validate_user.php and configure your admin username and password.
3. FTP files to the server
A. images folder must be in the root or main folder of your website.
B. update must be in the root or main folder of your website.
C. library must be in the root or main folder of your website.
D. cart.php, cart.swf, load_products.php, and process_order.php can be anywhere on your website, but must all be in the same folder.
4. Permissions
A. UNIX users must chmod images/cart 777
5. Database
A. Create a new mysql database, and run the sql found in database.sql. This will create the tables you need for your
shopping cart.
6. Go to www.yoursite.com/update
A. Login with the username and password you created. The default are u. admin p. temp.
B. Click on "Manage Sites".
C. You can add as many categories as you like. These will appear on the left side of your HJB flash cart, and will be
used to categorize your products.
D. You can now add prodcuts to your shopping cart. Once added, a product can be assigned to multiple categories. A
Product will appear on your user's screen whenever they select a category the product has been assigned to.
E. Orders will be sent to your email, as well as stored in the database. You can view your orders by logging into the control
panel.
#############################################################################################################################
#############################################################################################################################
Alles staat op de server zoals hier vermeld
Toch krijg ik allemaal foutmeldingen...
PHP:
Warning: include_once(/library/auth.php) [function.include-once]: failed to open stream: No such file or directory in /home/deb38778/domains/mysite.com/public_html/update/index.php on line 2
Warning: include_once() [function.include]: Failed opening '/library/auth.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/deb38778/domains/mysite.com/public_html/update/index.php on line 2
Warning: include_once(/library/db.php) [function.include-once]: failed to open stream: No such file or directory in /home/deb38778/domains/mysite.com/public_html/update/index.php on line 3
Warning: include_once() [function.include]: Failed opening '/library/db.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/deb38778/domains/mysite.com/public_html/update/index.php on line 3
Warning: include_once(/library/menus.php) [function.include-once]: failed to open stream: No such file or directory in /home/deb38778/domains/mysite.com/public_html/update/index.php on line 4
Warning: include_once() [function.include]: Failed opening '/library/menus.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/deb38778/domains/mysite.com/public_html/update/index.php on line 4
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/deb38778/domains/mysite.com/public_html/update/index.php:2) in /home/deb38778/domains/mysite.com/public_html/update/index.php on line 27
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/deb38778/domains/mysite.com/public_html/update/index.php:2) in /home/deb38778/domains/mysite.com/public_html/update/index.php on line 27
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'apache'@'localhost' (using password: NO) in /home/deb38778/domains/mysite.com/public_html/update/index.php on line 31
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'apache'@'localhost' (using password: NO) in /home/deb38778/domains/mysite.com/public_html/update/index.php on line 32
Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /home/deb38778/domains/mysite.com/public_html/update/index.php on line 32
Warning: include(/library/header.php) [function.include]: failed to open stream: No such file or directory in /home/deb38778/domains/mysite.com/public_html/update/index.php on line 60
Warning: include() [function.include]: Failed opening '/library/header.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/deb38778/domains/mysite.com/public_html/update/index.php on line 60
Fatal error: Call to undefined function menu_shopping_cart() in /home/deb38778/domains/mysite.com/public_html/update/index.php on line 69
misschier moeten er ../ in de update folder... maar dat kan haast niet
Echt ik heb alleen mijn gebruikers naam veranderd en database.sql upgeload in mijn admin