Jump to content

Recommended Posts

Posted
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.

 

Posted
1 hour ago, Kromstar said:

Could contain: Page, Text, File, Webpage

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

What were you changing in the ACP prior to the error here? Did your host upgrade PHP? 

Posted
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

Posted
6 minutes ago, Kromstar said:

How do I access admin cp recovery mode? Can you send me the typical configuration file content?

As per the link provided above

 

Posted

I did this but it's still routing to the install page

Can you send me the contents that's supposed to go into the conf_global file when the installation is done

Posted

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

Posted

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,
);

 

Posted
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? 

Posted
Just now, Kromstar said:

Weird is there any solution to it with the conf global file?

Is the aforementioned file present inside the root of your forum folder and are all the details entered correctly? 

 

Posted
47 minutes ago, Kromstar said:

Yea but it keeps redirecting to the install page

Can you post a screenshot of the root forum folder's structure when logged in from either ftp or the File Manager? 

Posted

You would need to fill in all details, including FTP. 

I see there that its on windows. Please note that we provide only limited support when used on that environment. 

  • Recently Browsing   0 members

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