The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fresh installation Error
#2
Hmm....well that's not good. If you can go into phpmyadmin into the users table and take your admin account, and set permissions to 1 , email verified = 1 , and active = 1

If that doesn't work, dump this patch as a php file in your root, run it, and it will fix it.

<?php
require_once 'users/init.php';
$fields = array(
'active' => 1,
'email_verified' => 1,
'permissions' = 1
);
$db->update('users',1,$fields);
bold("User account 1 SHOULD be unlocked now");
?>

From there, we can figure out your problem.
  Reply


Messages In This Thread
Fresh installation Error - by Kighlander - 10-22-2016, 02:25 PM
Fresh installation Error - by mudmin - 10-22-2016, 02:41 PM
Fresh installation Error - by Kighlander - 10-22-2016, 02:46 PM
Fresh installation Error - by mudmin - 10-22-2016, 02:51 PM
Fresh installation Error - by mudmin - 10-22-2016, 03:00 PM
Fresh installation Error - by mudmin - 10-22-2016, 03:02 PM
Fresh installation Error - by mudmin - 10-22-2016, 03:05 PM
Fresh installation Error - by mudmin - 10-22-2016, 03:38 PM
Fresh installation Error - by Kighlander - 10-22-2016, 04:07 PM
Fresh installation Error - by mudmin - 10-22-2016, 04:09 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)