![]() |
Are you sure that fantasyf_vb is the correct prefix used in your database? Double check config.php.
|
Actually, it is fantasyf_forums. So i then change it and run
UPDATE fantasyf_forums_vbuser SET pmunread = pmunread - 1 WHERE userid = 1 And get An error occurred while attempting to execute your query. The following information was returned. error number: 1146 error desc: Table 'fantasyf_forums.fantasyf_forums_vbuser' doesn't exist Boy I'm lost. |
Try this:
UPDATE fantasyf_forumsuser SET pmunread = pmunread - 1 WHERE userid = 1 There is no '_' between prefix and actual table name. So, your table names for queries are written like this: PREFIXNAME_OF_TABLE If table name is user, and prefix is helloworld, then in a query, you would write: helloworlduser |
Now get
An error occurred while attempting to execute your query. The following information was returned. error number: 1146 error desc: Table 'fantasyf_forums.fantasyf_forumsuser' doesn't exist I don't want to waste your time with this, but is this something you're still trying to figure out on your end? |
Also tried
UPDATE fantasyf_forums_userid SET pmunread = pmunread - 1 WHERE userid = 1 And get an error. |
No, I am not trying to figure this out because I cannot without seeing the contents of your config.php file.
|
Fatal error: Call to undefined function: fetch_ws_level() in /usr/local/apache/htdocs/forum/warn.php on line 195
when i try to issue a warning for a user, any ideas? and also the warn_import.php file still links to your site asking for a license key and doesnt allow continue. |
That's cool that you released for free based on other mods like this and vB's included feature.
Now I just wish I could get that battle system for my graphics site. ;) |
Quote:
|
it is imported and plugins are enabled.
thanks for the new import file. |
All times are GMT. The time now is 01:10 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|