Ich arbeite mit Xampp und habe bevor überhaupt was ausgegeben wird werden erstmal tausende Fehler ausgegeben. Als kleines Beispiel:
[PHP]Notice: Use of undefined constant config - assumed ‚config‘ in C:\xampp\htdocs\Zabboweb.php on line 54
Notice: Use of undefined constant sitepath - assumed ‚sitepath‘ in C:\xampp\htdocs\index.php on line 14
Notice: Use of undefined constant config - assumed ‚config‘ in C:\xampp\htdocs\Zabboweb.php on line 54
Notice: Use of undefined constant imgpath - assumed ‚imgpath‘ in C:\xampp\htdocs\index.php on line 15
Notice: Use of undefined constant config - assumed ‚config‘ in C:\xampp\htdocs\Zabboweb.php on line 54
Notice: Use of undefined constant dcrs - assumed ‚dcrs‘ in C:\xampp\htdocs\index.php on line 18
Notice: Use of undefined constant config - assumed ‚config‘ in C:\xampp\htdocs\Zabboweb.php on line 54
Notice: Use of undefined constant texts - assumed ‚texts‘ in C:\xampp\htdocs\index.php on line 19
Notice: Use of undefined constant config - assumed ‚config‘ in C:\xampp\htdocs\Zabboweb.php on line 54
[/PHP]
Das nur noch ca. 30 mal
Weiter unten kommen reihenweise diese Fehler
[PHP]Notice: Use of undefined constant edit - assumed ‚edit‘ in C:\xampp\htdocs\incl\full.php on line 405
Add Box
Notice: Use of undefined constant edit - assumed ‚edit‘ in C:\xampp\htdocs\incl\full.php on line 411
Notice: Use of undefined constant edit - assumed ‚edit‘ in C:\xampp\htdocs\incl\full.php on line 415
NOTICE: USE OF UNDEFINED CONSTANT EDIT - ASSUMED ‚EDIT‘ IN C:\XAMPP\HTDOCS\INCL\FULL.PHP ON LINE 417
NOTICE: USE OF UNDEFINED CONSTANT EDIT - ASSUMED ‚EDIT‘ IN C:\XAMPP\HTDOCS\INCL\FULL.PHP ON LINE 417
Notice: Use of undefined constant edit - assumed ‚edit‘ in C:\xampp\htdocs\incl\full.php on line 411
Notice: Use of undefined constant edit - assumed ‚edit‘ in C:\xampp\htdocs\incl\full.php on line 415
NOTICE: USE OF UNDEFINED CONSTANT EDIT - ASSUMED ‚EDIT‘ IN C:\XAMPP\HTDOCS\INCL\FULL.PHP ON LINE 417
NOTICE: USE OF UNDEFINED CONSTANT EDIT - ASSUMED ‚EDIT‘ IN C:\XAMPP\HTDOCS\INCL\FULL.PHP ON LINE 417
Notice: Use of undefined constant edit - assumed ‚edit‘ in C:\xampp\htdocs\incl\full.php on line 411
Notice: Use of undefined constant edit - assumed ‚edit‘ in C:\xampp\htdocs\incl\full.php on line 415
NOTICE: USE OF UNDEFINED CONSTANT EDIT - ASSUMED ‚EDIT‘ IN C:\XAMPP\HTDOCS\INCL\FULL.PHP ON LINE 417
NOTICE: USE OF UNDEFINED CONSTANT EDIT - ASSUMED ‚EDIT‘ IN C:\XAMPP\HTDOCS\INCL\FULL.PHP ON LINE 417
Notice: Use of undefined constant edit - assumed ‚edit‘ in C:\xampp\htdocs\incl\full.php on line 411
Notice: Use of undefined constant edit - assumed ‚edit‘ in C:\xampp\htdocs\incl\full.php on line 415
NOTICE: USE OF UNDEFINED CONSTANT EDIT - ASSUMED ‚EDIT‘ IN C:\XAMPP\HTDOCS\INCL\FULL.PHP ON LINE 417
NOTICE: USE OF UNDEFINED CONSTANT EDIT - ASSUMED ‚EDIT‘ IN C:\XAMPP\HTDOCS\INCL\FULL.PHP ON LINE 417
Notice: Use of undefined constant edit - assumed ‚edit‘ in C:\xampp\htdocs\incl\full.php on line 443
Add Box
Notice: Use of undefined constant edit - assumed ‚edit‘ in C:\xampp\htdocs\incl\full.php on line 449
Notice: Use of undefined constant edit - assumed ‚edit‘ in C:\xampp\htdocs\incl\full.php on line 453[/PHP]
Das ist doch nicht normal.Allerdings ist es auch bei anderen CMS’s und Scripts so. Kann ich das evtl. unterbinden´?