Probleme nach Installation/Problems after installation

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
Naruto
Posts: 3
Joined: Fri 24. Feb 2006, 18:18

Probleme nach Installation/Problems after installation

Post by Naruto »

Hallo !

Ich hab phpwcms dev1.2.5 auf funpic.de installiert, sowie es in der anleitung stand jedoch kommt auf der index.php immer diese fehlermeldungen...

Warning: main(/usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/setup/phpwcms/include/inc_ext/ss_image/ss_image.class.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/include/inc_lib/imagick.convert.inc.php on line 34

Warning: main(): Failed opening '/usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/setup/phpwcms/include/inc_ext/ss_image/ss_image.class.php' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/include/inc_lib/imagick.convert.inc.php on line 34

Warning: main(/usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/setup/phpwcms/config/phpwcms/conf.pagelayout.inc.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/include/inc_front/content.func.inc.php on line 172

Warning: main(): Failed opening '/usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/setup/phpwcms/config/phpwcms/conf.pagelayout.inc.php' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/include/inc_front/content.func.inc.php on line 172

Warning: main(/usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/setup/phpwcms/include/inc_front/content.article.inc.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/include/inc_front/content.func.inc.php on line 266

Warning: main(): Failed opening '/usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/setup/phpwcms/include/inc_front/content.article.inc.php' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/include/inc_front/content.func.inc.php on line 266
Auf login.php kann ich mich jedoch einloggen - dass funktioniert!

Kennt jemand eine Lösung dieses Problems ??


mfg Naruto


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


Maybe its good to write in english too... :wink:

Hello !

I've installed phpwcms dev1.2.5 on funpic.de, like I've read it in the instructions, but when I'm on the index.php these errors appears...

(above)

But I can login on login.php - that works!!

I hope someone knows how to solve this problem !!

I hope this english is good enough :roll: :wink:


mfg Naruto
Last edited by Naruto on Fri 24. Feb 2006, 19:52, edited 1 time in total.
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

Naruto
Posts: 3
Joined: Fri 24. Feb 2006, 18:18

Post by Naruto »

Hmmm, komisch... :?

eigentlich ist das in einem unterordner gespeichert und trotzdem gehts mit

Code: Select all

$phpwcms["DOC_ROOT"] = $_SERVER['DOCUMENT_ROOT'];
ich habs extra umgeändert, wie es mir die document_root.php im setup-ordner gesagt hatte und dann gings nicht, aber jetz geht alles!!

Super! Danke!
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Re: Probleme nach Installation/Problems after installation

Post by DeXXus »

Naruto wrote: Warning: main(/usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/setup/phpwcms/include/inc_ext/ss_image/ss_image.class.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/include/inc_lib/imagick.convert.inc.php on line 34

Warning: main(): Failed opening '/usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/setup/phpwcms/include/inc_ext/ss_image/ss_image.class.php' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/include/inc_lib/imagick.convert.inc.php on line 34

Warning: main(/usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/setup/phpwcms/config/phpwcms/conf.pagelayout.inc.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/include/inc_front/content.func.inc.php on line 172

Warning: main(): Failed opening '/usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/setup/phpwcms/config/phpwcms/conf.pagelayout.inc.php' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/include/inc_front/content.func.inc.php on line 172

Warning: main(/usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/setup/phpwcms/include/inc_front/content.article.inc.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/include/inc_front/content.func.inc.php on line 266

Warning: main(): Failed opening '/usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/setup/phpwcms/include/inc_front/content.article.inc.php' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/shuriken/phpwcms/include/inc_front/content.func.inc.php on line 266
Just a GUESS

Code: Select all

// site values
$phpwcms["site"]            = "http://www.mydomain.com";

// paths
$phpwcms['DOC_ROOT']          = "/usr/export/www/vhosts/funnetwork/hosting/shuriken";
$phpwcms["root"]              = "phpwcms";
Naruto
Posts: 3
Joined: Fri 24. Feb 2006, 18:18

Post by Naruto »

I've already solved the problem...

I've only changed this line:
BEFORE

Code: Select all

$phpwcms['DOC_ROOT']          = "/usr/export/www/vhosts/funnetwork/hosting/shuriken"
NOW

Code: Select all

$phpwcms["DOC_ROOT"] = $_SERVER['DOCUMENT_ROOT'];
I didn't expect that this would be the problem, 'cause the file document_root.php from the setup folder told me to change it and I thought it was right, 'cause phpwcms isn't installed in the root folder!!

It's just a problem which shouldn't be a problem :wink:
Post Reply