Welcome to Geeklog, Anonymous Friday, November 29 2024 @ 04:59 pm EST

Geeklog Forums

install brings up blank page


michael

Anonymous
confused
After entering the information in the installation screen; clicking Install just brings up a blank page. Where would I look for error messages to figure out what went wrong?

All the permissions were corrected as requested by the installation.
I can connect to mysql via command line using the user/password/database assigned to geeklog.

Thanks,
Mike
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Hmm, that's unusual.

Open the install script, public_html/admin/index.php. Near the start of the file (after the copyright header, you'll find)
Text Formatted Code
// this should help expose parse errors even when
// display_errors is set to Off in php.ini
if (function_exists('ini_set')) {
    ini_set('display_errors', '1');
}
error_reporting(E_ERROR | E_WARNING | E_PARSE | E_COMPILE_ERROR);

Try replacing the last of those lines with error_reporting(E_ALL);

bye, Dirk
 Quote

All times are EST. The time is now 04:59 pm.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content