Jump to content
xt:Commerce Community Forum

Installationsroutine Will Nicht Starten


Recommended Posts

Hallo zusammen,

erst mal ein herzlichen Dank an das Forum und die guten FAQ`s. Ist eine tolle Seite.

So, nu mein Prob:

Daten auf den Server ?bertragen, Rechte gesetzt und dann die Installation gestartet.

Es erscheint sofort folgende Fehlermeldung:

Warning: Unable to access includes/classes/boxes.php in /httpd/xxxxxxxx.de/data/xtc_installer/includes/application.php on line 36

Fatal error: Failed opening required 'includes/classes/boxes.php' (include_path='') in /httpd/xxxxxxxx.de/data/xtc_installer/includes/application.php on line 36

Bin noch nicht sonderlich fit mit PHP und meine B?cher helfen mir nicht sonderlich weiter.

K?nnt ihr helfen ?

Besten Dank im voraus

LG

Booker

Link to comment
Share on other sites

Originally posted by Matthias@Jun 23 2004, 19:17 PM

Der installer startet nicht automatisch, ruf den ordner direkt auf

.../xtc_installer/index.php

Jepp, hab ich auch so gemacht. Der Link ohne URL ist so wie in der Fehlermeldung geschrieben. Daran kann es also nicht gelegen haben.

thx

Link to comment
Share on other sites

Originally posted by Booker+Jun 23 2004, 19:29 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Booker @ Jun 23 2004, 19:29 PM)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-Matthias@Jun 23 2004, 19:17 PM

Der installer startet nicht automatisch, ruf den ordner direkt auf

.../xtc_installer/index.php

Jepp, hab ich auch so gemacht. Der Link ohne URL ist so wie in der Fehlermeldung geschrieben. Daran kann es also nicht gelegen haben.

thx

Link to comment
Share on other sites

Yes, this is also my problem. Installation starts correctly under WIN XP using Apache, MySQL, PHP. I think something is wrong with paths. See how my problem seems to be:

Warning: main(): Unable to access /home/svk/xtcommerce/includes/classes/boxes.php in /home/html/sillbase.com/public_html/svk/xtcommerce/xtc_installer/includes/application.php on line 36

Why he says that my path is /home/svk/xtcommerce/includes/classes/boxes.php ? Is this true? My real pass to the file boxes.php is home/html/sillbase.com/public_html/svk/xtcommerce/includes/boxes.php

All advices are welcomed.

Link to comment
Share on other sites

All advices are welcomed.

well, the problem is that your server aint configured well, and contains wrong path informations in the $_SERVER array.

you can do 2 things about that.

1. setup server correctly or force provider to do this.

2. hardcode all $_SERVER paths in the whole system (v.much work!)

Link to comment
Share on other sites

Sorry but the change in the php.ini would do it too. just change at this point of the script:

include_path=''

change it to

include_path=""

if that does not work do it like

include_path='.'

and at last

include_path="."

one of these should work. :bounce:

Link to comment
Share on other sites

Nochmals Hallo,

die Tipps mit dem path Befehl waren goldrichtig !

So langsam f?ngt es an mir Spa? zu machen.

Nur weigert sich mein Provider die php.ini zu ?ndern, da sie Global l?uft.

Ok, hab ich Verst?ndnis f?r.

Ich habe in den Zeilen

require(DIR_FS_CATALOG.'includes/classes/boxes.php'); in ../ ge?ndert.

Und siehe .. es l?uft weiter aber nicht lange.

Es mu? doch m?glich sein den Dokument Root f?r die gesamte Installation zu definieren. :grml:

Liege ich richtig wenn ich den Pfad

if (!defined('DIR_FS_DOCUMENT_ROOT')) {

define('DIR_FS_DOCUMENT_ROOT', $_SERVER['Dokument_Root']);

hier ab?nder ??

bzw. wie ist denn dann die richtige Syntax ? Hab nat?rlich das "learning by doing" durch. Treten jedoch andere Fehler auf.

W?rde mich ?ber weitere Tipps freuen. Das Wochenende ist lang und ich will es hinbekommen.

Besten Dank im voraus.

Booker

Link to comment
Share on other sites

Ha... soweit bin ich nu ja, das die Seite startet. Nun kommen jedoch diese fehler die sich vermutlich auch auf die Pfade beziehen.

:wall: Das mu? doch klappen... H???LFE

axo .. dieRechte stimmen! 3 mal gepr?ft.

Attention:

WRONG PERMISSION on includes/configure.php

WRONG PERMISSION on includes/configure.org.php

WRONG PERMISSION on admin/includes/configure.php

WRONG PERMISSION on admin/includes/configure.org.php

WRONG PERMISSION on templates_c/

WRONG PERMISSION on cache/

WRONG PERMISSION on images/

WRONG PERMISSION on images/categories/

WRONG PERMISSION on images/banner/

WRONG PERMISSION on images/product_images/info_images/

WRONG PERMISSION on images/product_images/original_images/

WRONG PERMISSION on images/product_images/popup_images/

WRONG PERMISSION on images/product_images/thumbnail_images/

ATTENTION!, your PHP Version is to old, XT-Commerce requires atleast PHP 4.1.3.

Your php Version:

XT-Commerce wont work on this server, update PHP or change Server.

Checking:

FILE Permissions .............................. ERROR

--------------------------------------------------------------------------------

FOLDER Permissions .............................. ERROR

--------------------------------------------------------------------------------

PHP VERSION .............................. ERROR

--------------------------------------------------------------------------------

GDlib VERSION .............................. ERROR NO GDLIB FOUND!

if GDlib Version < 2+ , klick here for further instructions

--------------------------------------------------------------------------------

GDlib GIF-Support .............................. ERROR

You don't have GIF support within your GDlib, you won't be able to use GIF images, and GIF overlayfunctions in XT-Commerce!

--------------------------------------------------------------------------------

Link to comment
Share on other sites

Das mu? doch klappen... H???LFE

nein, tut es nicht. schonmal mit lesen probiert ?

1. deine PHP version ist zu alt. siehe

ATTENTION!, your PHP Version is to old, XT-Commerce requires atleast PHP 4.1.3.

2. du hast KEINE GDlib (d.h. KEINE produktbilder funktionieren, ist aber egal, da der shop mit deiner php version eh nicht l?uft)

l?sung, -> auf nen vern?nftigen server wechseln, oder nen Databecker shop installieren, sowas funktioniert vielleicht auf deinem server.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...