The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Admin panel error message - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: Admin panel error message (/showthread.php?tid=257) |
Admin panel error message - mattltm - 09-12-2016 I have just installed UserSpice on a new dev server. The install went fine (athough I did have to set the database server address to "127.0.0.1" insted of "localhost" before the installed script would continue) and I have logged in with admin/password but all I get now is the following message: <pre> Code: You must go into the Admin Panel and click the Manage Pages button to add this page to the database. I can't navigate anywhere. Does anyone have any idea what's wrong? I'm running Ubuntu 16.04.01, Apache, MariaDB and PHP7.0.8 Admin panel error message - mudmin - 09-12-2016 It sounds like your database credentials are either not right or the database did not properly import. If you re-unzip the file you downloaded, you can go to install/install/includes and there will be a file called sql.sql . You can import that manually into your database. If that doesn't fix it, go to users/init.php and make sure your init information looks correct. Your db credentials should be lines 26-30 and your init file should be about 95 lines long. If it's much longer or shorter then something got goofed and you'll either need a reinstall or to do a manual install. Let me know and we'll figure something out. |