Recent Topics

1 Oct 31, 2018 21:58    

Hey guys...

Looking over the code. Trying to get a feel for the layout/flow of the processes...

I set up a demo, using the base/demo open source install process.

I login as an "Admin" user, get the "front Page"

From the top/evo menu, I select the "Site" col, followed by the "Back Dashboard" (2nd) link of the list..

I then examine the flow and see somewhere the "shutdown" method of the misc.funcs.php code has been invoked..

I've looked all over the place trying to see just what invokes the "shutdown" with no luck.

I think it's registered somewhere.. and something is causing the process to be run.

Could someone point me to the logic/code that's being implemented to call/run the "shutdown" method/process?

thanks

ps.. if someone could also tell me how to make my posts/msgs open to the public.. I'd appreciate it! Right now, my msgs appear to be restricted to viewing by people in the app!

thanks!

2 Nov 01, 2018 00:41

What do you mean by

I then examine the flow and see somewhere the "shutdown" method of the misc.funcs.php code has been invoked..

What did you do when you got to the back office.

Generally inform the forum of the version and post screen shots of the page (URL) where you find a problem.

ps.. if someone could also tell me how to make my posts/msgs open to the public.. I'd appreciate it! Right now, my msgs appear to be restricted to viewing by people in the app!

settings > general > see image below

3 Nov 02, 2018 18:35

@tsmith

The shutdown method is a special feature of PHP. It gets automatically called when the current PHP script ends.

We manually switch the messages to Public to deter spammers.


Form is loading...