Giter VIP home page Giter VIP logo

canaryaac's People

Contributors

dudantas avatar libergod avatar lucasgiovannibr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

canaryaac's Issues

My First Impression

Hello Devs,

Im testing this new repository and desire this project goes well.

I'd like to say I'm having some troubles with Uniform Server and sub pages aren't loading correctly. Even Majesty deleted tutorial for that meanwhile we figure out what just happened.

I'd like to say a small suggestion
Since the team always deploy Local Host Client with a standard login.php, In other words: http://127.0.0.1/login.php

CanaryAAC isn't compatible after installing, so In order to standarize it, why don't change to this one too. I think the project is currenctly using http://127.0.0.1/api/v1/login.php right?

I'd like to this project grow up, so Im here for testing in case needed! 🗡️

MercadoPago payments notifications are not working as expected

Using MercadoPago as a payment method the notification is not working as expected.

What's wrong?
After payment through Pix, the order status is not updated, leaving its status as 0 in the database.

Expected behavior
The payment status should be updated as notifications from MercadoPago API are sent to CanaryAAC.

Using Debian 11 with PHP8.1 and Nginx as my reverse proxy.

Approved payment:
image

Database row for payment:
image

PHP Error - Creating Character

Hello
I've found some errors and I really don't know if that occurs only if using xampp:

Issue: After you create your account, if you try to create a character and for some reason, you forget to select a sex or vocation, a error will be displayed:

Warning: Undefined array key "sex" in C:\xampp\htdocs\app\Controller\Pages\Account\CreateCharacter.php on line 79
Warning: Undefined variable $converted in C:\xampp\htdocs\app\Model\Functions\Player.php on line 389

image

The problem seems to happen aswell if trying to create an account and no selecting a sex for the first character:

Warning: Undefined variable $converted in C:\xampp\htdocs\app\Model\Functions\Player.php on line 389

image

Since I'm no PHP expert, I've tried to find some solutions and a if condition to verify if the the fields are empty seemed to solve the problem:

CreateCharacter.php

if(empty($postVars['sex'])){
            return self::viewCreateCharacter($request, 'Set a sex for the character.');
        }
        if(empty($postVars['vocation'])){
            return self::viewCreateCharacter($request, 'Set a vocation for the character.');
        }

Outfits Images/Cache are not working

Description:

Hey there! Hope everything it's going good, I've installed the CanarayAAC and all is working like a charm but the Outfits images. I don't know if I have to call something else/extra to force the server to add all the outfits/looktypes to the /cache folder, but currently I can't see any outfit been working. Visiting the image source url shows: Outfit does not exist or file cache is not generated.

Screen Shots:

image
image
image

Thanks in advance for your help!
I'm using the last release from the main branch.

Erro ao criar conta

Segui o tutorial que esta no gitbook, o site esta rodando, porem ao tentar criar uma account, após preencher os formulários e enviar, me deparo com o seguinte erro:

"Connection could not be established with host "localhost:25": stream_socket_client(): Unable to connect to localhost:25 (Nenhuma conexão pôde ser feita porque a máquina de destino as recusou ativamente)"

Alguem pode me ajudar?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.