php.de

Zurück   php.de > Webentwicklung > PHP Einsteiger > PHP Tipps 2004

 
 
LinkBack Themen-Optionen Thema bewerten
Alt 15.08.2004, 19:20  
Gast
 
Beiträge: n/a
Standard pHp Shop in Homepage einbinden !!! ABER WIE ???

Hallo ich stehe vor folgendem Problem,
ich habe einen PHP shop auf meinen Server hochgeladen und bin nun dabei das ganze zu bearbeiten. Ich gehe da nach einer Anleitung .
Bis Punkt vier war alles klar nun kommt Punkt 5 oder 6 und es ist alles für die Katz !?!
Anbei hier die Anleitung und Anschliessende Fehlermeldung:


Server requirements:

To install iG Shop you need ftp and mysql access
account to your server and your server must be running PHP 3 or
above.

If you have all the above then follow the steps below to install iG Shop.


1. Please unpack the zip archive named igeneric_shop.zip to your pc.
After the unpack please find all files in /ig_shop folder on your pc.

2. Use your favourite ftp client and log on to your server.
Go to your default site folder named in generally /html, /htm, /httpdocs or
/htdocs(depending to your server type).

3. Upload all /ig_shop folder content to this folder directly, or create one
custom folder (ex. Shop) on your /html folder and upload the files to this.

4. After the upload, change the chmod to 777 on the following folders and subfolders :

/brand_logos
/category_images
/category_images/thumbnails
/category_images/thumbnails/100x100
/category_images/thumbnails/150x150
/category_images/thumbnails/70x70
/product_images
/product_images/logo/thumbnails
/product_images/logo/thumbnails/100x100
/product_images/logo/thumbnails/150x150
/product_images/logo/thumbnails/70x70
/product_images/thumbnails/100x100
/product_images/thumbnails/150x150
/product_images/thumbnails/70x70
/product_images/thumbnails/90x90
/tmp

5. Edit the autp.php file and set your mysql access details :

<?
mysql_pconnect("your_database_host_name","your_mys ql_user_name","your_mysql_password");
mysql_select_db("your_mysql_database_name");
?>

6. Start your favourite browser and go to http://www.yourdomain.name/shop_loca...ke_symlink.php
On this moment the make_symlink.php creating the needed symlinks on the /admin folder :

/admin/image
/admin/product_images
/admin/category_images
/admin/brand_logos
/admin/templates
/admin/auth.php
/admin/auth.php3
/admin/tmp
/admin/session_variables.php
/admin/session_variables.php3
/admin/class.cacheFastTemplate.php
/admin/class.cacheFastTemplate.php3
/admin/class.FastTemplate.php
/admin/class.FastTemplate.php3

7. Please log on to mysql(phpmyadmin - if you have) using your account details and dump
the ig_shop.sql file located on your pc, at the unpacked shop folder /ig_shop/ig_shop.sql

mysqldump yourtatabasename < ig_shop.sql



Congratulation, Your iGeneric shop installation is finished.
Open your favourite browser and go to :

http://www.yourdomain.name/installed_shop_location/
--- client section

http://www.yourdomain.name/installed...ocation/admin/
--- admin section

Und das ist die Fehlermeldung nach Ausführen Punkt 6:


Warning: symlink(): File exists in /home/www/web266/html/ig_shop/admin/make_symlink.php on line 2

Warning: symlink(): Permission denied in /home/www/web266/html/ig_shop/admin/make_symlink.php on line 3

Warning: symlink(): Permission denied in /home/www/web266/html/ig_shop/admin/make_symlink.php on line 4

Warning: symlink(): Permission denied in /home/www/web266/html/ig_shop/admin/make_symlink.php on line 5

Warning: symlink(): Permission denied in /home/www/web266/html/ig_shop/admin/make_symlink.php on line 6

Warning: symlink(): File exists in /home/www/web266/html/ig_shop/admin/make_symlink.php on line 7

Warning: symlink(): File exists in /home/www/web266/html/ig_shop/admin/make_symlink.php on line 8

Warning: symlink(): Permission denied in /home/www/web266/html/ig_shop/admin/make_symlink.php on line 9

Warning: symlink(): File exists in /home/www/web266/html/ig_shop/admin/make_symlink.php on line 10

Warning: symlink(): File exists in /home/www/web266/html/ig_shop/admin/make_symlink.php on line 11

Warning: symlink(): Permission denied in /home/www/web266/html/ig_shop/admin/make_symlink.php on line 12

Warning: symlink(): File exists in /home/www/web266/html/ig_shop/admin/make_symlink.php on line 13

Warning: symlink(): File exists in /home/www/web266/html/ig_shop/admin/make_symlink.php on line 14

Warning: symlink(): File exists in /home/www/web266/html/ig_shop/admin/make_symlink.php on line 15



WO liegt nun das Problem ???
 
Sponsor Mitteilung
PHP Code Flüsterer

Registriert seit: 21.08.2005
Beiträge: 4682
PHP-Kenntnisse:
Fortgeschritten

Alt 15.08.2004, 19:23  
Gast
 
Beiträge: n/a
Standard

Keine Ahnung... die Beschreibung nützt mir da ehrlich gesagt recht wenig. Irgendwelche Dateien existiert bereits. Du solltest am besten mal die Funktion symlink() posten. Aber sonst hast du alles gemacht wie es in der beschreibung steht? Auch die MySQL Zugangsdaten editiert?
 
 


Themen-Optionen
Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an
Gehe zu

Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Shop Service - wie umsetzen? greg PHP Tipps 2006 1 07.05.2006 14:55
Radioplayer auf Homepage Mathias80 HTML, Usability und Barrierefreiheit 2 24.04.2006 15:04
Suchfunktion für die Homepage? Was muss der Anfänger wissen? PHP Tipps 2005-2 1 11.10.2005 18:39
Grafik auslesen und anzeigen auf fremder Homepage PHP Tipps 2005-2 4 11.07.2005 10:26
Homepage Steuerung PHP Tipps 2005-2 5 14.06.2005 22:33
Gb mit Blätterfunktion in Homepage einbinden??? PHP Tipps 2005-2 7 14.06.2005 10:50
[Erledigt] Shop - Technischer Background PHP-Fortgeschrittene 5 18.04.2005 14:25
RSS News einbinden Beitragsarchiv 2 05.03.2005 20:55
Richtiges Einbinden Mano PHP Tipps 2005 1 04.01.2005 19:40
allgemeines Problem beim einbinden von php-Scripts PHP Tipps 2004 3 11.08.2004 22:52
PHPBB2 Forum in Php Homepage einbinden PHP Tipps 2004 3 03.08.2004 21:47
"NEWS-SCRIPT" in eine Seite einbinden: Aber wie ? PHP Tipps 2004 2 03.07.2004 16:33
shop im frame problem (ie vs mozilla??) PHP-Fortgeschrittene 1 15.06.2004 02:20

Besucher kamen über folgende Suchanfragen bei Google auf diese Seite
shop in homepage einbinden, shop in website einbinden, shop einbinden, online shop in homepage einbinden, shop in webseite einbinden, phpshop, online shop einbinden, webshop in homepage einbinden, php shop einbinden, php shop, phpshop installation, shop in homepage integrieren, shop zum einbinden in homepage, phpshop anleitung, shop in hp integrieren, sixpack zum binden kaufen, webshop in webseite integrieren, shop zum einbinden, thumbnails in homepage einbinden, shop in website integrieren

Alle Zeitangaben in WEZ +2. Es ist jetzt 05:47 Uhr.




Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Aprilia-Forum, Aquaristik-Forum, Liebeskummer-Forum, Zierfisch-Forum, Geizkragen-Forum

Creative Commons License
Dieser Inhalt ist unter einer Creative Commons-Lizenz lizenziert.