[DBTech] DragonByte Credits

[DBTech] DragonByte Credits [Paid] 5.9.0

No permission to buy ($14.95)
You can run the .sql file via phpMyAdmin.


Fillip
I don't know how to do it. I did found "Run SQL query/queries on database xxxxxxx" but I don't know what to do from there.
Never done this. I only imported SQL and that's it.

I suppose I need to open that file above with notepad++ or import it?

Let me know if I can send you a private message with login details and you can fix this once for all.
 
Make a backup before doing anything!

Open the file in notpad++ or similar. You will see the queries needed to be run.

Begin by accessing phpMyAdmin via cPanel or Plesk.

  1. Navigate to the area your SQL query will apply to.
    • The phpMyAdmin home page if you want the query to apply to the whole server or hosting account.
    • The database you want to run queries against.
    • The table you want to run queries against.
  2. Click on the SQL tab.
  3. Type or paste in your SQL query. Run one query at a time.
  4. Click on Go to execute the query.
Your SQL query will be executed and the actions you requested will be performed.
 
You can run them all at once, as long as there's a semi-colon after each query.


Fillip
Ok, so now I get this error after enabling the addon. How to fix?

Code:
An exception occurred: [LogicException] Invalid application class 'DBTech_Credits_Model_Event_Daily' specified in src/addons/DBTech/Credits/Application/App.php on line 688

DBTech\Credits\Application\App::extendClass() in src/addons/DBTech/Credits/Application/App.php at line 707
DBTech\Credits\Application\App::create() in src/addons/DBTech/Credits/Application/App.php at line 607
DBTech\Credits\Application\App::getApplicationFromCache() in src/addons/DBTech/Credits/Entity/EventTrigger.php at line 18
DBTech\Credits\Entity\EventTrigger->getClass() in src/addons/DBTech/Credits/XF/EventListener/AppPubComplete.php at line 66
DBTech\Credits\XF\EventListener\AppPubComplete::match()
call_user_func_array() in src/XF/Extension.php at line 67
XF\Extension->fire() in src/XF/App.php at line 2350
XF\App->fire() in src/XF/Pub/App.php at line 364
XF\Pub\App->complete() in src/XF/App.php at line 1892
XF\App->run() in src/XF.php at line 328
XF::runApp() in index.php at line 13
 
Ok, so now I get this error after enabling the addon. How to fix?

Code:
An exception occurred: [LogicException] Invalid application class 'DBTech_Credits_Model_Event_Daily' specified in src/addons/DBTech/Credits/Application/App.php on line 688

DBTech\Credits\Application\App::extendClass() in src/addons/DBTech/Credits/Application/App.php at line 707
DBTech\Credits\Application\App::create() in src/addons/DBTech/Credits/Application/App.php at line 607
DBTech\Credits\Application\App::getApplicationFromCache() in src/addons/DBTech/Credits/Entity/EventTrigger.php at line 18
DBTech\Credits\Entity\EventTrigger->getClass() in src/addons/DBTech/Credits/XF/EventListener/AppPubComplete.php at line 66
DBTech\Credits\XF\EventListener\AppPubComplete::match()
call_user_func_array() in src/XF/Extension.php at line 67
XF\Extension->fire() in src/XF/App.php at line 2350
XF\App->fire() in src/XF/Pub/App.php at line 364
XF\Pub\App->complete() in src/XF/App.php at line 1892
XF\App->run() in src/XF.php at line 328
XF::runApp() in index.php at line 13
Try running a query like
Code:
DELETE FROM xf_data_registry WHERE title = 'dbt_credits_eventtrigger';


Fillip
 
Great Addon, would like to make a suggestion.

add a virtual path of some sort, so admin can change /dbtech-credits/ to
something of his/her liking. dbtech tech in the url conflicts by naming
my coin setup ie: XYZ Coins, then users see dbtech-credits in the URL....

thanks
 
@DragonByte Tech I did a fresh install because I was tired of trying.

I have a small problem now, I setup "Post" event and when a post gets deleted I receive 2 notifications for losing the amount I earned just once.
It should be just once not twice.

What is the problem now?
 
Great Addon, would like to make a suggestion.

add a virtual path of some sort, so admin can change /dbtech-credits/ to
something of his/her liking. dbtech tech in the url conflicts by naming
my coin setup ie: XYZ Coins, then users see dbtech-credits in the URL....

thanks
This is called the "Route Filter" system in XenForo. Please feel free to ask in the support forums on this site if you do not know how to use that feature.

@DragonByte Tech I did a fresh install because I was tired of trying.

I have a small problem now, I setup "Post" event and when a post gets deleted I receive 2 notifications for losing the amount I earned just once.
It should be just once not twice.

What is the problem now?
Did you set up multiple post events, or just one?


Fillip
 
This is odd...

I tried to edit/save my coin guidelines and got DBTech page error...
so I tested this by editing/saving other posts, some were affected,
and others were not, then went back to the guidelines, and it saved this time...

any ideas?

If it happens again, I will catch the code, unless it is already saved some place...
 
This is odd...

I tried to edit/save my coin guidelines and got DBTech page error...
so I tested this by editing/saving other posts, some were affected,
and others were not, then went back to the guidelines, and it saved this time...

any ideas?

If it happens again, I will catch the code, unless it is already saved some place...
Without the error message it is impossible for me to assist you.


Fillip
 
Without the error message it is impossible for me to assist you.


Fillip

I understand...

I ran into another problem...

Event Trigger Management:
I went to disable just one event, and all of them were disabled...
and I mean all of them, Accounts, Time, Discussions, networking, etc...
when I click to re-enable, none of them will enable again....
 
Top Bottom