• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[MyAAC][Plugin] Gesior Shop System

Hello. I have a problem, everything works fine but im keep getting items in my backpack. I ordered 1 and i get the item all the time. Please help...
 
Hello. I have a problem, everything works fine but im keep getting items in my backpack. I ordered 1 and i get the item all the time. Please help...

Hi. What version of the script? any errors in console?
 
2.3, No errors i find something on net that it might be executequery i check and edit if helps.

#FIXED
Delete
db.executeQuery = db.query
from lib/compat/compat.lua
or
delete
db.executeQuery = db.query
from /lib/100-compat
 
Last edited:
Solved per Discord. Was problem with SSL certificate. Paypal could not have connect per https://. Letting IPN notification per http fixed the issue.
I'm having this problem. My website has SSL and points purchased via Paypal are not delivered :(
 
@slaw how webhook should be configured to enable Stripe payments? Is there an entire stripe setup somewhere for this plugin?
 
I have a problem with the store. the content of this subpage is not displayed at all. what is wrong? I downloaded myacc from github 2 days ago.

 
View attachment 80783


I checked and it was enabled, but it didn't activate

Try clearing cache in admin panel.

anyone have this erros?

You are missing php curl extension. You need to install/enable it with specified command. On Linux its just 2 commands, on Windows you need to uncomment 1 line. It already says what you need to do, can't help you more.

@slaw how webhook should be configured to enable Stripe payments? Is there an entire stripe setup somewhere for this plugin?

The Webhook should be configured to this address: https://your-host.com/payments/stripe.php

I have a problem with the store. the content of this subpage is not displayed at all. what is wrong? I downloaded myacc from github 2 days ago.


I will answer in your thread.
 
Try clearing cache in admin panel.



You are missing php curl extension. You need to install/enable it with specified command. On Linux its just 2 commands, on Windows you need to uncomment 1 line. It already says what you need to do, can't help you more.



The Webhook should be configured to this address: https://your-host.com/payments/stripe.php



I will answer in your thread.
sorry, i know it already says whats i need to do... i use uniserverz, soooo i dont know is the same process, but i gonna see. Thank you for reply
 
sorry, i know it already says whats i need to do... i use uniserverz, soooo i dont know is the same process, but i gonna see. Thank you for reply
Check this for uniserv

 
Back
Top