Jump to content

Unsure what is causing this


Recommended Posts

12 minutes ago, Kromstar said:

It was working in the admin panel then randomly through that error after the theme failed to save

Did you try to install a new theme? If that was the case, is the theme compatible with your forum version? If that was not the case, what was the latest change done to the forum prior to the error happening?

In the meantime try to use the Recovery Mode to get access to your Admin Panel.

 

Link to comment
Share on other sites

6 hours ago, Kromstar said:

Now it's trying to force me to reinstall it

If your site is trying to get you to reinstall, you have moved or removed your conf_global.php file I suspect

6 hours ago, Kromstar said:

Now it's trying to force me to reinstall it

In terms of this, once its not doing the above, you need to use recovery mode as mentioned above

Link to comment
Share on other sites

If you have deleted your conf_global.php file, you need to restore that from a backup, as it contains content that is not possible to give you (mysql details etc). Recovery mode will do nothing to correct that part of things

Link to comment
Share on other sites

This is one I have grabbed from a test install if that helps. You really should restore it from backup however

<?php

$INFO = array (
  'sql_host' => 'localhost',
  'sql_database' => 'someDatabase',
  'sql_user' => 'someUsername',
  'sql_pass' => 'somePassword',
  'sql_port' => 3306,
  'sql_socket' => '',
  'sql_tbl_prefix' => '',
  'sql_utf8mb4' => true,
  'board_start' => 1666185990,
  'installed' => true,
  'base_url' => 'http://localhost/',
  'guest_group' => 2,
  'member_group' => 3,
  'admin_group' => 4,
);

 

Link to comment
Share on other sites

35 minutes ago, Kromstar said:

I restore the original but it's still routing to the install page

 

If the original file has been retored then it shouldn't redirect to the install page. 

36 minutes ago, Kromstar said:

Even with that manual configuration it's not connecting to the database 

Have you entered the correct database details? 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...