Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 15520

Networking and servers • Re: Unable to access Pi3b web server from local network

$
0
0
Usually the blank page indicates a PHP error. You can check /var/log/apache2/error.log for more information:

Code:

tail /var/log/apache2/error.log
mysqli may not be installed, so check that. Also try the following:

Code:

ini_set("display_errors","on");error_reporting(E_ALL);mysqli_report(MYSQLI_REPORT_ERROR|MYSQLI_REPORT_STRICT);try {   $con=mysqli_connect("localhost","steve","testpassword","test");} catch(Exception $e){   var_dump($e);}


And `steve` needs to be in quotes, or needs $steve.

Statistics: Posted by valkyrie44 — Tue May 19, 2026 3:21 pm



Viewing all articles
Browse latest Browse all 15520

Latest Images

Trending Articles



Latest Images