Git Product home page Git Product logo

Comments (11)

Rimovals2 avatar Rimovals2 commented on May 18, 2024 2

20:33:27 [OK] - subscript 'source' returned sucessfully
20:33:27 [OK] successfully finished sql generation

Next problem in pageviews, in http: https:

Example:

#15

When the page loads in https://aowow.Sarjuuk.com/ will appear
When the page loads in http://aowow.Sarjuuk.com/ wont appear

from aowow.

kvipka avatar kvipka commented on May 18, 2024

it's related with new world db structure
column faction and flags now in table gameobject_template_addon (not in gameobject_template)

from aowow.

kvipka avatar kvipka commented on May 18, 2024

but if will use correct db, i have trouble anyway:

15:17:33          SqlGen::generate() - filling aowow_objects with data
DB ERROR:

Array
(
    [code] => 1055
    [message] => Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'wow.gqi.ItemId' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
    [query] => 
        SELECT
            go.entry,
            `type`,
            IF(`type` = 2, -2,                                                                  -- quests 1
                IF(`type` = 8 AND Data0 IN (1, 2, 3, 4, 1552), -6,                              -- tools
                IF(`type` = 3 AND IFNULL(gqi.ItemId, 0)  0, -2,                               -- quests 2
                IF(`type` IN (3, 9, 25), `type`, 0)))),                                         -- regular chests, books, pools
            0 AS event,                                                                         -- linked worldevent
            displayId,
            go.name,
            gtl2.`name` AS name_loc2,
            gtl3.`name` AS name_loc3,
            gtl6.`name` AS name_loc6,
            gtl8.`name` AS name_loc8,
            faction,
            flags,
            0 AS cuFlags,                                                                       -- custom Flags
            IF(`type` IN (3, 25), Data1, 0),                                                    -- lootId
            IF(`type` IN (2, 3, 6, 10, 13, 24, 26), Data0, IF(`type` IN (0, 1), Data1, 0)),     -- lockId
            0 AS reqSkill,                                                                      -- reqSkill
            IF(`type` = 9, Data0, IF(`type` = 10, Data7, 0)),                                   -- pageTextId
            IF(`type` = 1, Data3,                                                               -- linkedTrapIds
                IF(`type` = 3, Data7,
                    IF(`type` = 10, Data12,
                        IF(`type` = 8, Data2, 0)))),
            IF(`type` = 5, Data5,                                                               -- reqQuest
                IF(`type` = 3, Data8,
                    IF(`type` = 10, Data1,
                        IF(`type` = 8, Data4, 0)))),
            IF(`type` = 8, Data0, 0),                                                           -- spellFocusId
            IF(`type` = 10, Data10,                                                             -- onUseSpell
                IF(`type` IN (18, 24), Data1,
                    IF(`type` = 26, Data2,
                        IF(`type` = 22, Data0, 0)))),
            IF(`type` = 18, Data4, 0),                                                          -- onSuccessSpell
            IF(`type` = 18, Data2, IF(`type` = 24, Data3, 0)),                                  -- auraSpell
            IF(`type` = 30, Data2, IF(`type` = 24, Data4, IF(`type` = 6, Data3, 0))),           -- triggeredSpell
            IF(`type` = 29, CONCAT_WS(" ", Data14, Data15, Data16, Data17, Data0),              -- miscInfo: capturePoint
                IF(`type` =  3, CONCAT_WS(" ", Data4, Data5, Data2),                            -- miscInfo: loot v
                    IF(`type` = 25, CONCAT_WS(" ", Data2, Data3, 0),
                        IF(`type` = 23, CONCAT_WS(" ", Data0, Data1, Data2), "")))),            -- miscInfo: meetingStone
            IF(ScriptName  "", ScriptName, AIName)
        FROM
            gameobject_template go
        LEFT JOIN
            gameobject_template_locale gtl2 ON go.entry = gtl2.entry AND gtl2.`locale` = "frFR"
        LEFT JOIN
            gameobject_template_locale gtl3 ON go.entry = gtl3.entry AND gtl3.`locale` = "deDE"
        LEFT JOIN
            gameobject_template_locale gtl6 ON go.entry = gtl6.entry AND gtl6.`locale` = "esES"
        LEFT JOIN
            gameobject_template_locale gtl8 ON go.entry = gtl8.entry AND gtl8.`locale` = "ruRU"
        LEFT JOIN
            gameobject_questitem gqi ON gqi.GameObjectEntry = go.entry
        WHERE
            go.entry > 0
        
        GROUP BY
            go.entry
        LIMIT
            1000
    [context] => /var/www/html/aowow/setup/tools/sqlgen/objects.func.php line 105
)

from aowow.

Sarjuuk avatar Sarjuuk commented on May 18, 2024

should be fixed, please recheck

from aowow.

Sarjuuk avatar Sarjuuk commented on May 18, 2024

have you tried to enforce https in the config?

from aowow.

Rimovals2 avatar Rimovals2 commented on May 18, 2024

21:38:02 [INFO] site configuration aborted
21:38:02 [ERR] could not access:
21:38:02 * could not access https://http://xxxxxxx/README.md [0]
21:38:02 * could not access https://http://xxxx/css/aowow.css [0]

i edit SITE_HOST and STATIC_HOST

dont work

from aowow.

Sarjuuk avatar Sarjuuk commented on May 18, 2024

do not set the host values with a protocol prefixed.

from aowow.

Rimovals2 avatar Rimovals2 commented on May 18, 2024

I noticed...
it was not working.
Can you please advise exactly where to set up?

from aowow.

tortosi avatar tortosi commented on May 18, 2024

Don't put "http://", and without the final /
If your adress are: http://mypage.com , insert:
SITE_HOST: mypage.com
STATIC_host: mypage.com/static

Sorry for my english

from aowow.

Rimovals2 avatar Rimovals2 commented on May 18, 2024

I know, Automatic remakes to https

When i delete could not access https://http://xxxxxxx/README.md [0]

and change to mypage.com
It automatically changes to https://mypage.com

from aowow.

Sarjuuk avatar Sarjuuk commented on May 18, 2024

original issue solved
current issue unclear and idle for 3 weeks

closed

from aowow.

Related Issues (20)

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.