1.455 views
Als ik een pagina toevoeg/wijzig dan is de pagina ineens wit in het Whear/Thahab social network script. Weet iemand een oplossing?
<?php
error_reporting(E_ALL);
ini_set('display_errors', '1');
?>
- Aar - op 16/02/2014 10:41:19
Correct me if i'm totally wrong. Maar was Whear niet een ongelooflijk brak script met een hele hoop beveiligingsfouten?
Bart V B op 16/02/2014 09:43:03
Dan moet je error reporting aanzetten.
Een witte pagina betekend meestal dat er ergens een fout zit.
<?php error_reporting(E_ALL); ini_set('display_errors', '1'); ?>
php_flag display_startup_errors on
php_flag html_errors on
php_flag display_errors on
Michael - op 18/02/2014 16:01:30
Of de volgende regels en je .htaccess bestand zetten
php_flag display_startup_errors on php_flag html_errors on php_flag display_errors on
Parse error: syntax error, unexpected T_STRING in /home/gbxl/domains/gbxl.eu/public_html/register.php on line 91
Ferry Bastiaens op 18/02/2014 16:06:55
[quote="Michael - op 18/02/2014 16:01:30"]
Of de volgende regels en je .htaccess bestand zetten
php_flag display_startup_errors on php_flag html_errors on php_flag display_errors on
Warning: require(includes/bootstrap.inc.php) [function.require]: failed to open stream: No such file or directory in /home/gbxl/domains/gbxl.eu/public_html/wedstrijden/index.php on line 3
Warning: require(includes/bootstrap.inc.php) [function.require]: failed to open stream: No such file or directory in /home/gbxl/domains/gbxl.eu/public_html/wedstrijden/index.php on line 3
Fatal error: require() [function.require]: Failed opening required 'includes/bootstrap.inc.php' (include_path='.:/usr/local/lib/php') in /home/gbxl/domains/gbxl.eu/public_html/wedstrijden/index.php on line 3