Página 1 de 1

como eliminar rastros de MODS del antiguo foro

Publicado: 07 Ene 2015, 18:40
por YARA
hola como eliminar algunos rastros de MODs que quedaron del foro actual antes de la nueva versión, que pasos seguir, hay que editar plantillas etc, quiero resolver algunas fallas de la nueva actualización, fallas que presenta el foro:

algunos temas NO me habren cae en error la pagina.

algunas extensiones que instale como el Precise Similar Topics el modulo me cae en error generando este codigo:
Error General

SQL ERROR [ mysqli ]

Unknown column 'similar_topic_forums' in 'field list' [1054]

SQL

SELECT forum_id, forum_name, similar_topic_forums FROM phpbb_forums WHERE forum_type = 1 ORDER BY left_id ASC

BACKTRACE


FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 194
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/ext/vse/similartopics/acp/similar_topics_module.php
LINE: 243
CALL: phpbb\db\driver\factory->sql_query()

FILE: [ROOT]/ext/vse/similartopics/acp/similar_topics_module.php
LINE: 214
CALL: vse\similartopics\acp\similar_topics_module->get_forum_list()

FILE: [ROOT]/includes/functions_module.php
LINE: 674
CALL: vse\similartopics\acp\similar_topics_module->main()

FILE: [ROOT]/adm/index.php
LINE: 81
CALL: p_master->load_active()

Re: como eliminar rastros de MODS del antiguo foro

Publicado: 07 Ene 2015, 19:19
por andares
Esta es la solución que dan en el foro oficial:
Oyabun1 escribió:The best way is probably to use the inbuilt controls ACP > SYSTEM > Module Management.

If you not added any extensions a quick way to remove non standard modules and permissions is:
  1. Make sure you make a backup of your database before proceeding.
  2. Uploading this file, modission_reset.php, to the root of your board installation on the server.
  3. Log into the board as a founder and/or admin.
  4. Navigate your browser to the file, for example http://www.example.com/example_forum/modission_reset.php
  5. Choose modules and permissions and run the file
  6. It will tell you how many modules and permissions it deletes, or may give you some other message if all is not well. Make a note of that.
  7. Delete the file from the server.
Re: Removing old data from 3.0

Re: como eliminar rastros de MODS del antiguo foro

Publicado: 02 Mar 2015, 11:02
por Todtuga
andares escribió:Esta es la solución que dan en el foro oficial:
Oyabun1 escribió:The best way is probably to use the inbuilt controls ACP > SYSTEM > Module Management.

If you not added any extensions a quick way to remove non standard modules and permissions is:
  1. Make sure you make a backup of your database before proceeding.
  2. Uploading this file, modission_reset.php, to the root of your board installation on the server.
  3. Log into the board as a founder and/or admin.
  4. Navigate your browser to the file, for example http://www.example.com/example_forum/modission_reset.php
  5. Choose modules and permissions and run the file
  6. It will tell you how many modules and permissions it deletes, or may give you some other message if all is not well. Make a note of that.
  7. Delete the file from the server.
Re: Removing old data from 3.0
Y sirve esto que sugieres para los que tenemos PhpBB 3.1.3 ? con muchas extensiones ya instaladas? segun leí en tu enlace hay que deshabilitar todas las extensiones y borrar los datos de ellas antes de aplicar esa "herramienta". Es correcta mi interpretación? Saludos

Re: como eliminar rastros de MODS del antiguo foro

Publicado: 02 Mar 2015, 16:00
por andares
En cuanto la pruebe en mi foro de test 3.1 te comentare que tal va.
Supongo te has dado cuenta que limpiar la base de datos con el STK no es infalible, esperemos que con la ayuda de esta aplicacion haga una mejor limpieza.