Jump to content
MakeWebGames

Recommended Posts

Posted

Hi,

I just released the full version 1.1.7 of the engine. There is one known issue with this release in case you are upgrading and you didn't upgraded the clans module since a while. Therefore I would strongly suggest you to upgrade the clans module from within the interface and then apply the upgrade.

Anyhow here is the list of changes:

- Better support of the errors. We should not have anymore those odd errors pointing to NWE DB class in case your config doesn't work by default with NWE.

- Added a delete user module from the admin panel (and added the configuration inside the config.xml files)

- Added module requirements however didn't yet updated all the modules which may have dependencies. Will come in the next releases of those modules. Yet if you use this new config.xml tag, it will be checked before installing or upgrading.

- Added a news to each modules. Module owners can now from the nwe shop write what they changed or other info and this can be seen from within the admin panel by clicking on the module name while upgrading or installing.

Remove the Dev version of the engine, as I will allow full marketplace usage for the free version of the engine. That's however not finished and will require a bit more work.

Posted

ok i think it makes sense

<user_data table="$1" column="$2" />

$1 = a table that has user sensitive data regarding a user id that for ease of the owner to delete while a dev is creating a module

$2 = a column name in $1 that holds the user id that you are deleting

Posted

uh-ohh, im getting an error message when trying to submit a module saying that i need to use the website when using the free version but when i click my verifyit, that shows as a registered copy[ATTACH=CONFIG]973[/ATTACH]

Also, where do you submit modules via the website anyway haha?

1483678540_Picture1.png.37c1b6f084fd2e4b363a2105a0c70648.png

Posted

Thanks for the progress.

I've been doing a lot of edits to the modules and templates. Does applying this upgrade affect that?

Which files are actually updated, there are often references to the core - which folder are considered core?

While I am at it, is it possible to compare the files of a module version before upgrading it? For instance if I want to do manual changes to upgrade the module rather than just have it overwrite all my custom changes.

Posted

you can download the patch file from your license tab on nw-engine and look and see what pages there are tbat he updated. He only from what I see puts the files he changes in the patch .zip

The "core" is basically all directories that aren't the module and template.

as for a source viewer djk made a little page where you upload you .nwp and you can see what the package contains along with the source. that link is somewhere here and also down towards the bottom of nw-engine.

Posted

the core is indeed what is not in the modules directory:

/libs/*

/js/*

/index.php

/cache.php

NWE is made so, that if you grab the upgrade zip you can apply it to your own configuration and should not suffer from deleting your own mods. Yet if you did change the original mods without changing names (for example renaming the directory) you may lose those modification. The best option is to unzip the patch zip file and check what modules are affected. Personally I would avoid to touch the core files and instead ask here on the forum what you need if you really miss something in the core.

Posted

I have not touched those core files but yes for modules and templates but from what you are saying you sometimes issue upgrades that include changes to some of the default modules included with the full version, am I understanding that correctly?

As we are on this topic. Rather than the Translate function why not have a flat file for language / text changes? I say this because many modules do not allow a lot of text to be changed via the editor so you have to go into the file and edit it there, this is also true with javascript. Also this helps with upgrades because your flat file will already have the changed text. Also doesn't having to use a function to see what text should be displayed cause a bit of drag on resources?

Posted

Well, if I touch any of the files you modified, of course if you overwrite your files with mine, you will loose your changes. Nothing we can do to prevent that. That's why I offer the upgrades as zip such that you can always check WHAT has been changed exactly.

For the translation, the file language/en.xml do contains the original and the "translated" text. Any texts going through the Translate function, as well as Button, Header and such will be gathered and stored there. I wonder what texts remains lefts that are not translated. So here I don't see much your point.

  • 1 month later...
Posted

Error: Undefined offset: 0

Error in "/var/www/web/sth149491/clan-fight.com/libs/db.php"

Line 246

Error in /var/www/web/sth149491/clan-fight.com/modules/clan_wars/auto_pre_content.php

Line 4

Error in /var/www/web/sth149491/clan-fight.com/libs/hooks.php

Line 41

Error in /var/www/web/sth149491/clan-fight.com/index.php

Line 291

Please help us to improve the game by providing as much information regards any bugs.

this happens after I have added the 1.1.7 update. when I try to login. any idear?

Posted

This as something to do with the clan_wars, you must ask Kyle what's wrong there. You could disable the module by hand (either by removing the directory or by creating a file called module.lock inside the module directory) that should let you use the engine at least.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...