Hallo,
ich möchte gerne diese Datei "Rechner" in mein Mediawiki direkt einbinden unter "Kreditzentrum".
Eine Extension für PHP in der Mediawiki Software musste separat installiert werden und funktioniert.
Ich habe die Datei mit
include_once('/home/italy/www/kreditzentrum/calculators/calc1.php');
eingebunden, daraus folgen diese Error Meldungen:
(Ich kenne mich mit PHP leider überhaupt nicht aus)
Warning: include_once(lang//lang.php) [function.include-once.php]: failed to open stream: No such file or directory in /home/italy/www/kreditzentrum/calculators/calc1.php on line 5
Warning: include_once() [function.include.php]: Failed opening 'lang//lang.php' for inclusion (include_path='/home/italy/www/kreditzentrum/w:/home/italy/www/kreditzentrum/w/includes:/home/italy/www/kreditzentrum/w/languages:.:/usr/local/lib/php') in /home/italy/www/kreditzentrum/calculators/calc1.php on line 5
Warning: include_once(templates//pdfSettings.php) [function.include-once.php]: failed to open stream: No such file or directory in /home/italy/www/kreditzentrum/calculators/calc1.php on line 6
Warning: include_once() [function.include.php]: Failed opening 'templates//pdfSettings.php' for inclusion (include_path='/home/italy/www/kreditzentrum/w:/home/italy/www/kreditzentrum/w/includes:/home/italy/www/kreditzentrum/w/languages:.:/usr/local/lib/php') in /home/italy/www/kreditzentrum/calculators/calc1.php on line 6
Warning: include_once(./libs/Smarty.class.php) [function.include-once.php]: failed to open stream: No such file or directory in /home/italy/www/kreditzentrum/calculators/calc1.php on line 17
Warning: include_once() [function.include.php]: Failed opening './libs/Smarty.class.php' for inclusion (include_path='/home/italy/www/kreditzentrum/w:/home/italy/www/kreditzentrum/w/includes:/home/italy/www/kreditzentrum/w/languages:.:/usr/local/lib/php') in /home/italy/www/kreditzentrum/calculators/calc1.php on line 17
Warning: include_once(templates//header.php) [function.include-once.php]: failed to open stream: No such file or directory in /home/italy/www/kreditzentrum/calculators/calc1.php on line 27
Warning: include_once() [function.include.php]: Failed opening 'templates//header.php' for inclusion (include_path='/home/italy/www/kreditzentrum/w:/home/italy/www/kreditzentrum/w/includes:/home/italy/www/kreditzentrum/w/languages:.:/usr/local/lib/php') in /home/italy/www/kreditzentrum/calculators/calc1.php on line 27
Warning: Division by zero in /home/italy/www/kreditzentrum/calculators/functions.php on line 96
Warning: Division by zero in /home/italy/www/kreditzentrum/calculators/calc1.php on line 128
Warning: Division by zero in /home/italy/www/kreditzentrum/calculators/functions.php on line 96
Warning: Division by zero in /home/italy/www/kreditzentrum/calculators/functions.php on line 158
Warning: Division by zero in /home/italy/www/kreditzentrum/calculators/functions.php on line 161
Fatal error: Class 'Smarty' not found in /home/italy/www/kreditzentrum/calculators/calc1.php on line 364
Vielen Dank im Voraus