• 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!

Search results

  1. slaw

    Featured article problem with db

    I can't see anything wrong in your code - more, I even tested it and it works. The code I used to test: $featured_article = $SQL->query("SELECT `title`, `body` FROM `myaac_news` ORDER BY `date` DESC LIMIT 1;")->fetchAll(); if(isset($featured_article[0])) { foreach ($featured_article as...
  2. slaw

    [MyAAC][Plugin] Gesior Shop System

    So you don't have file: system/logs/paypal-error.log? If so, you can look into PayPal IPN History: https://www.paypal.com/merchantnotification/ipn/history There you can find the transaction and corresponding HTTP status/return code. Then you will know if thats server fault (error 500+), or...
  3. slaw

    [MyAAC][Plugin] Gesior Shop System

    Is the table z_shop_offer in database (MySQL) also empty?
  4. slaw

    [MyAAC][Plugin] Gesior Shop System

    You can use this generator: Item Image Generator - OpenTibiaLibrary (https://item-images.ots.me/generator/) Then replace manually the ids.
  5. slaw

    MyAAC v0.8.21

    It has been fixed in v0.8.12, make sure you are using this version.
  6. slaw

    Hello guys! Problems with Gesior AAC for TFS 1.3

    Enable database debug, as stated here: https://otland.net/threads/create-character-error-gesior-hosted.281134/post-2696004 Then you will see more info about this error. Most probably missing some column.
  7. slaw

    [MyAAC][Plugin] Gesior Shop System

    Yes it should work, I don't see any reason why it shouldn't.
  8. slaw

    AAC Player Mount List for myacc

    Make sure that you cleared/reloaded cache after editing .html.twig file As stated in 2) question in the FAQ: https://my-aac.org/faqs/
  9. slaw

    MyAAC v0.8.21

    There was small issue with displaying those pages in previous version of MyAAC, it was fixed in v0.8.12. Make sure you are using this version.
  10. slaw

    MyAAC v0.8.21

    It's already possible in Admin Panel -> Pages. You can add page using WYSIWYG editor (TinyMCE). Just make sure you check TinyMCE checkbox like shown on the picture: 1697282698 0.8.13 is newer than 0.8.7, so just use that one! :)
  11. slaw

    Solved Gesior 2012 Parse Error?

    Which part of the sentence is unknown to you? The one saying that you have unexpected "--' in your configlua or the one saying that ";" is expected?
  12. slaw

    new aac - shiba

    Can I steal your layout?
  13. slaw

    AAC [HELP] MyAAC Headline not work

    Regardless of that, that script should work. If you will create new pages, you will still have this problem, or you will need to create that images manually. What does it show when you open the image in new browser tab? Any errors? If it shows error: "Fatal error: Uncaught Error: Call to...
  14. slaw

    AAC Mercado Pago, Pagseguro and Paypal System Automatic

    Not too much wishes? ;) There is plugin that has paypal. PagSeguro was also there, but is not working anymore. https://my-aac.org/plugins/myaac-gesior-shop-system-v4.0.zip
  15. slaw

    new aac - shiba

    Knowing there is competition in the community, motivates me to work more on my project :) Good luck!
Back
Top