1 tsmith Nov 29, 2018 17:07
3 tsmith Nov 29, 2018 18:28
Hi "Amoun"
Sorry.. my bad. I'm not dealing with an "error".. rather I'm trying to understand the logic/flow of the app/code. So there's no "screenshot" to speak of.
I pasted the section of code for the "index.php" file, as a bit of the associated calls/funcs that I'm trying to get my head around.
As to the "public/private" issue.. this pertains to my questions/posts in this "support" forum... As far as I can tell, all my posts in the support forum are not public..
thanks
ps... ooops... the actual file....
/var/www/html/b2evolution/index.php <<< not html... sorry...
4 amoun Nov 29, 2018 18:57
As to the "public/private" issue.. this pertains to my questions/posts in this "support" forum... As far as I can tell, all my posts in the support forum are not public..
Posts on this site are seen by the Community until some Admin/Moderator has checked and deemed them appropriate then they go Public
5 amoun Nov 29, 2018 19:01
$Timer->log_duration( 'SKIN DISPLAY' );
Have you seen file [/inc/_core/model/_timer.class.php]
6 tsmith Nov 29, 2018 19:08
hmm....
Ok. I think I've got the aha moment!
It appears that PHP has a
register_shutdown_function( 'foo' );
where a process can invoke a "function" to be used as a "shutdown" function/process sto be run on shutdown.
In this case
register_shutdown_function( 'shutdown' ); << which is called from the init_session process..
It appears that you can in fact have a number of register_shutdown_function( 'foo' ); throughout an app.. Not sure how the different funcs/processes would be run.. Probably a FIFO kind of process...
So this solves my issue for the "shutdown"...
On to my next issues..!
ps.. In case anyone cares/curious.. I'm looking to rip out the logic used to run/implement the user login/logout/lost password/register for the app... So I'm looking to rip out/extract the logic used to implement this function... which means getting rid of the blogging related logic/stuff...
thanks!
1) Could you say what version you are using
2) Provide a screen shot of where you see the problem
3) Regarding public accessibility :: Under Settings > General do you have as in the image