Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1659

[3.3.x] Support Forum • Re: how to disable extension when cannot access to the board

$
0
0
In the database, I think the phpbb_ext table
Search there for the extension and set the value from 1 to 0

Then via ftp, delete everything in the /cahe folder
not sure where I do search !!
First you have to see the name of your database, I assume you don’t know it. So from ftp, board’s root folder (where all files/folders of your board are) scroll down a little bit until you see a file named “config.php” just open it and look at the line “dbname”, and you going to see your database name.

Then open phpmyadmin and select your database name, and you will see a list with all tables in it and if you scroll down a little bit, there will be the table “phpbb_ext”. Note: the default prefix is “phpbb_” if you changed the prefix during the installation of your board, then it will use that prefix instead. Example: “myawesomedb_ext”

Image

After you found the table phpbb_ext click on it once on the name, or in the right side on the”browse” like in my image.
It will display every extension that you have on your board.

Image

Click on edit and you should have something like this page:

Image

Look for the “ext_active” and on the right side on the same line, where you see 1 change it to 0 and then a little down below you will have a button “go/submit” press on it that’s it.

You will have to do this process for every extension that you have there. Note if some of them are already on 0 you don’t need to do anything.

After you change them to 0, delete the production folder from the cache folder via ftp.

Statistics: Posted by Madalin10 — Tue Sep 17, 2024 9:06 am



Viewing all articles
Browse latest Browse all 1659

Trending Articles