Status
Not open for further replies.

ktr453

New member
:confused: Unfortunately, I have this database error when I go into the ufp me as someone please help.
According to the programmer of the UFP is not the fault of him
please help

Datenbankfehler in vBulletin 3.8.6:

Invalid SQL:

SELECT phrasegroup_credits_forum AS credits_forum
FROM language
WHERE languageid = 1;

MySQL-Fehler : Unknown column 'phrasegroup_credits_forum' in 'field list'
Fehler-Nr. : 1054
Fehler-Zeit : Sunday, 27.03.2011 @ 12:23:35
Datum : Sunday, 27.03.2011 @ 12:23:35
Skript : http://www.arcade-fun-doard.de/ufp_start.php?
Referrer :
IP-Adresse : 178.24.34.228
Benutzername : ktr453
Klassenname : vB_Database
MySQL-Version : 5.0.51a-24+lenny5
 
Sounds like you didnt import the product file which would have installed that phrasegroup. Are you able to re/import that?
 
My English is unfortunately not very good
The new patented is to importirende the UFP Platform
or how they meant it
as far as I understand the whole group would be necessary to include in the database phrasegroup_credits_forum unfortunately I do not know where and with what command I am doing this

Since my English is bad and I here with a translation program I work for your forgiveness
 
Both products reinstalled error is still present.
Once I activate the addon loan. And the views ufp comes this error.
 
Please post the link to the loan addon you are using - i suspect you are referring to an addon that only works with the old vBcredits 1.x version
 
Your custom addon was written for the first version of vbcredits, and will have errors if you use it with vBCredits II as it doesnt use the new API.

You should be able to salvage it with a couple edits:

Remove this from ufp_functions.php (will remove the record of it being made)
PHP:
        $dbaccess->query ("INSERT INTO `" . $dbprefix . "credits_transactions` (`fromuserid`, `timestamp`, `comment`, `amount`, `action`) VALUES ('" . $userid . "', '" . time () . "', '" . ufp_es (addslashes ($credittext)) . "', '" . intval ($credit) . "', '" . $what . "')");

remove this from ufp_global.php (the cause of your error above)
PHP:
    fetch_phrase_group ('credits_forum');

Then in ufp_global.php and ufp_frame.php find
PHP:
$vbphrase['credits']
and replace with
PHP:
'Credits'
or whatever you're calling your points. Also, you will need to have kept the original Credits currency.
 
Status
Not open for further replies.

Similar threads

Legacy vBCredits II Deluxe

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
846
Customer rating
0.00 star(s) 0 ratings
Back
Top