Jump to content

Featured Replies

Posted

Could contain: Page, Text, File, Webpage

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

  • Community Expert
 

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.

 

  • Community Expert
 

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? 

  • Author

It occurred after a theme change

  • Author

Now it's trying to force me to reinstall it

  • Community Expert
 

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

 

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

  • Author

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

  • Community Expert
 

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

As per the link provided above

 

  • Author

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

  • Community Expert

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

  • Author

Do you have a generic one? I know the sql credentials necessary 

Edited by Kromstar

  • Community Expert

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

 

  • Author

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

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

  • Community Expert
 

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. 

 

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

Have you entered the correct database details? 

  • Community Expert

The only other reason than the above this would happen, is if it cannot see your conf_global file for some reason

  • Author

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

  • Community Expert
 

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? 

 

  • Author

Yea but it keeps redirecting to the install page

  • Community Expert

Please could you update your access details on file? Something you have there is incorrect

  • Author

Access details?

Are you referring to the database credentials 

  • Author

Updated

  • Community Expert
 

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? 

  • Author

Could contain: Page, Text, File

  • Community Expert

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

  • No registered users viewing this page.