Jump to content
MakeWebGames

Recommended Posts

Posted

(Okay this is a 'very' development version - in otherwords this is not an error in normal NWE)

But if you get an error message without any information do you have any guide on where to look? I have seen this and dug to find a routine missing before. Also this is done during a logoff process. Funny thing is if I close the window and open up a previous version it fixes THIS version if I reload it. lol

 

[ATTACH=CONFIG]846[/ATTACH]

error.png.0d9b4993f7fc7b2f862dca7c943f31d9.png

Posted

Could be since your not logged in, that you dont see an error.

Change this in config.php

// If set to true, the error details will be display for all even non-admins.

$alwaysShowErrorDetails = TRUE;

Posted

And it turns out I was trying to run off a template I had removed. I thought having 1 template and the error template was enough. No, you need the public one also. Which is okay. Doing the Minimal NWE has taught me loads.

Greg

Posted (edited)

Was curious what you where up to.

Im keeping all in atm, as I use the other modules as samples. But good to know that I have someone to nag on when it comes time to strip away what Im not gonna use.

Edited by Someone
Posted (edited)

Just building up my minimalist NWE. Was doing the same to the templates. Found out a little more about the system, thanks to you and some head pounding.

Right now I am selecting modules I previously removed to be reintroduced one by one (such as table editing, forums, etc) which I feel would be included in ANY game I might ever wish to do. This would NOT include like Mixing, Patterns, Russian Roulette which are good as modules but not necessarily in all game styles. In this version I am currently doing (002) I am also making my own generic templates (public, user and error). I am moving the libs out of root. I am making .xml and .sql files .php.

Version 3 will start real non-core development.

Greg

Edited by gmoore

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...