total sonderbare fehlermeldungen. noch nie gesehen.

Alles, was MariaDB und MySQL betrifft, kann hier besprochen werden.

total sonderbare fehlermeldungen. noch nie gesehen.

Postby Promaetheus » 14. May 2003 14:19

ich habe wampp2 auf meinem rechner installiert und es funktioniert eigentlich alles gut. alle tests der hautpseite sind positiv.

ich ging dann her und spielte meine projekte vom net auf den server in die htdocs/projects rein und wollte mir das ganze ansehen.

aber nix da... nur die folgenden fehlermeldungen sind gekommen. genau DAS project hatte aber schonmal mit installiertem wamp von www.wamp.de funktioniert. hier nun die fehlermeldungen:

Warning: main(inc/functions_shared.inc.php) [function.main]: failed to open stream: No such file or directory in C:\wampp2\htdocs\projects\i-webshop\php\admin\inc\functions_report.inc.php on line 12

Warning: main() [function.include]: Failed opening 'inc/functions_shared.inc.php' for inclusion (include_path='\wampp2\php\pear\') in C:\wampp2\htdocs\projects\i-webshop\php\admin\inc\functions_report.inc.php on line 12

Warning: create_main_overview(inc/var_sql.inc.php) [function.create-main-overview]: failed to open stream: No such file or directory in C:\wampp2\htdocs\projects\i-webshop\php\admin\inc\functions_report.inc.php on line 66

Warning: create_main_overview() [function.include]: Failed opening 'inc/var_sql.inc.php' for inclusion (include_path='\wampp2\php\pear\') in C:\wampp2\htdocs\projects\i-webshop\php\admin\inc\functions_report.inc.php on line 66

Warning: create_main_overview(inc/config.inc.php) [function.create-main-overview]: failed to open stream: No such file or directory in C:\wampp2\htdocs\projects\i-webshop\php\admin\inc\functions_report.inc.php on line 67

Warning: create_main_overview() [function.include]: Failed opening 'inc/config.inc.php' for inclusion (include_path='\wampp2\php\pear\') in C:\wampp2\htdocs\projects\i-webshop\php\admin\inc\functions_report.inc.php on line 67

Warning: create_main_overview(inc/admin_lang_.php) [function.create-main-overview]: failed to open stream: No such file or directory in C:\wampp2\htdocs\projects\i-webshop\php\admin\inc\functions_report.inc.php on line 68

Warning: create_main_overview() [function.include]: Failed opening 'inc/admin_lang_.php' for inclusion (include_path='\wampp2\php\pear\') in C:\wampp2\htdocs\projects\i-webshop\php\admin\inc\functions_report.inc.php on line 68

Warning: create_main_overview(tpl/header.tpl) [function.create-main-overview]: failed to open stream: No such file or directory in C:\wampp2\htdocs\projects\i-webshop\php\admin\inc\functions_report.inc.php on line 70

Warning: create_main_overview() [function.include]: Failed opening 'tpl/header.tpl' for inclusion (include_path='\wampp2\php\pear\') in C:\wampp2\htdocs\projects\i-webshop\php\admin\inc\functions_report.inc.php on line 70

Warning: create_main_overview(tpl/main_table_header.tpl) [function.create-main-overview]: failed to open stream: No such file or directory in C:\wampp2\htdocs\projects\i-webshop\php\admin\inc\functions_report.inc.php on line 71

Warning: create_main_overview() [function.include]: Failed opening 'tpl/main_table_header.tpl' for inclusion (include_path='\wampp2\php\pear\') in C:\wampp2\htdocs\projects\i-webshop\php\admin\inc\functions_report.inc.php on line 71

Fatal error: Call to undefined function: connect_database() in C:\wampp2\htdocs\projects\i-webshop\php\admin\inc\functions_report.inc.php on line 75


woran kann das bitte liegen? die datenbank ist auch richtig angelegt und alles. und auch die ganzen datein die bei dem fehlermeldungspfad angegeben wurden stimmen.

lg aus tirol...

alexander haim
User avatar
Promaetheus
 
Posts: 25
Joined: 14. May 2003 14:08
Location: Vomp / Tirol / Austria

Postby n-e » 27. May 2003 14:21

Hallo,

Schau mal in die php.ini (im apache folder), was sagt die include_path Direktive ? Die muss normaler weise geändert werden dass eigene projekte funktionieren. Man muss einfach den "current folder" hinzufügen, das heisst nen Punkt (.) davor stellen.
Code: Select all
include_path= \wampp2\include

muss mann änderen zu :
Code: Select all
include_path= ".;\wampp2\include"
n-e
User avatar
n-e
 
Posts: 5
Joined: 17. April 2003 13:39


Return to MariaDB - MySQL

Who is online

Users browsing this forum: No registered users and 43 guests