Hallo
ich habe eine os shop und bin gerade dabei easySales zu installieren...
bei easyConnector kommt jetzt ein Fehler!
habe die .php files per ftp auf den web server gestellt.
beim aufruf von index.php erscheint dieser fehler
Warning: main(): Unable to access /home/httpd/vhosts/skiracing-shop.ch/httpdocsincludes/database_tables.php in /home/httpd/vhosts/skiracing-shop.ch/httpdocs/admin/includes/modules/eazySales_Connector/install/index.php on line 20
scheinbar fehlt in meinem install paket die database_table.php.
kann mir bitte jemand weiter helfen?
danke + gruss
ich habe eine os shop und bin gerade dabei easySales zu installieren...
bei easyConnector kommt jetzt ein Fehler!
habe die .php files per ftp auf den web server gestellt.
beim aufruf von index.php erscheint dieser fehler
Warning: main(): Unable to access /home/httpd/vhosts/skiracing-shop.ch/httpdocsincludes/database_tables.php in /home/httpd/vhosts/skiracing-shop.ch/httpdocs/admin/includes/modules/eazySales_Connector/install/index.php on line 20
Code:
<?php
/**
* eazySales_Connector/install/index.php
* Datenbank installscript für eazySales Connector
*
* Es gelten die Nutzungs- und Lizenzhinweise unter [url]http://www.jtl-software.de/eazysales.php[/url]
*
* @author JTL-Software <thomas@jtl-software.de>
* @copyright 2006, JTL-Software
* @link [url]http://jtl-software.de/eazyshop.php[/url]
* @version v1.02 / 03.08.06
*/
//hole pfad
require_once("../paths.php");
// include server parameters
require(DOCROOT_PATH.'includes/configure.php');
// include the list of project database tables
require(DIR_FS_CATALOG.DIR_WS_INCLUDES . 'database_tables.php');
// include the database functions
require(DIR_FS_CATALOG.DIR_WS_FUNCTIONS . 'database.php');
// make a connection to the database... now
tep_db_connect()
scheinbar fehlt in meinem install paket die database_table.php.
kann mir bitte jemand weiter helfen?
danke + gruss