Support zu den Modifikationen (MODs) von Entwickler OXPUS für das phpBB 3.0.x
-
Lucky65
- Beiträge: 30
- Registriert: Fr 28. Aug 2009, 00:04
Beitrag
von Lucky65 »
Hi, i have uppgrade to new version i have this error on my board:
Code: Alles auswählen
Errore Generale
SQL ERROR [ mysql4 ]
Table 'nukeevo_forum.DL_REM_TRAF_TABLE' doesn't exist [1146]
SQL
SELECT * FROM DL_REM_TRAF_TABLE
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: dl_mod/classes/class_dlmod.php
LINE: 82
CALL: dbal_mysql->sql_query()
FILE: dl_mod/classes/class_dlmod.php
LINE: 375
CALL: dlmod_cache->obtain_dl_config()
FILE: dl_mod/classes/class_dlmod.php
LINE: 2185
CALL: dlmod->dlmod()
FILE: portal/block/recent_downloads.php
LINE: 29
CALL: include('dl_mod/classes/class_dlmod.php')
FILE: portal/includes/viewforum_blocks.php
LINE: 53
CALL: include_once('portal/block/recent_downloads.php')
FILE: viewtopic.php
LINE: 80
CALL: include_once('portal/includes/viewforum_blocks.php')
The table on my database already exists
Zuletzt geändert von
Lucky65 am So 6. Dez 2009, 12:16, insgesamt 1-mal geändert.
-
Patti
- Beiträge: 80
- Registriert: So 7. Jun 2009, 23:30
Beitrag
von Patti »
Hello,
did you edit the constants.php?
After the installation
Run the installer install.php to update your database .
-
Lucky65
- Beiträge: 30
- Registriert: Fr 28. Aug 2009, 00:04
Beitrag
von Lucky65 »
Patti hat geschrieben:Hello,
did you edit the constants.php?
After the installation
Run the installer install.php to update your database .
What should I change in includes / constants.php, the table on my db already exists, thank
-
Patti
- Beiträge: 80
- Registriert: So 7. Jun 2009, 23:30
Beitrag
von Patti »
See in addition in : Download_Mod_6_3_3 \ Download_Mod_6_3_3\contrib\ updates
Open: includes/constants.php
Find
Code: Alles auswählen
define('DL_CONFIG_TABLE', $table_prefix . 'dl_config');
Add after
Code: Alles auswählen
define('DL_REM_TRAF_TABLE', $table_prefix . 'dl_rem_traf');
define('DL_CAT_TRAF_TABLE', $table_prefix . 'dl_cat_traf');
remember to also edit language/en/help_faq.php
Greeting
sorry for my bad english
-
Lucky65
- Beiträge: 30
- Registriert: Fr 28. Aug 2009, 00:04
Beitrag
von Lucky65 »
Solved!!!
Code: Alles auswählen
define('DL_REM_TRAF_TABLE', $table_prefix . 'dl_rem_traf');
define('DL_CAT_TRAF_TABLE', $table_prefix . 'dl_cat_traf');
-
Lucky65
- Beiträge: 30
- Registriert: Fr 28. Aug 2009, 00:04
Beitrag
von Lucky65 »
Thank for support, sorry for my bad english, my language is italian
