Skip to main content
Recent Posts
2
Bug Reports / Re: Post - Make_Event error
Last post by Spuds -
Bots having fun ... that line is about to give them the boot as well.  Lets make a small edit:

from
if (empty($board) && !$context['make_event'])
to
if (empty($board) && empty($context['make_event']))

Should prevent that error, I'd need to check on some other things in a bit.
3
Bug Reports / Post - Make_Event error
Last post by ScottJB -
This was originally caused by a search engine, and I followed the link and got the error.
However, not too sue if anyone would ever get just action=post as usually shows a board.
I do not have calendar enabled, so no idea why make event is even called for.


Code: [Copy]
Type of error: Undefined
 Warning: Undefined array key "make_event"
 /index.php?action=post
 File: /sources/ElkArte/Controller/Post.php—Line:205

Code: [Copy]
Warning: Undefined array key "make_event"
#0: {closure:ElkArte\Errors\ErrorHandler::__construct():53}()
Called from: /sources/ElkArte/Controller/Post.php line: 205
#1: _beforePrepareContext()
Called from: /sources/ElkArte/Controller/Post.php line: 117
#2: action_post()
Called from: /sources/ElkArte/Controller/Post.php line: 83
#3: action_index()
Called from: /sources/ElkArte/SiteDispatcher.php line: 421
#4: dispatch()
Called from: /index.php line: 143
#5: elk_main()
Called from: /index.php line: 71
4
Showcase / Re: Scott's Blog
Last post by Hj Ahmad Rasyid Hj Ismail -
Nice. I mainly surfed into autism category because I have interest in it and I noted you have autism.

No worries, my eldest child (son now 20) also has been diagnosed with mild autism in UK in 2009. He and other children inherited my inverted chromosome DNA, which is claimed by certain quarters as one of the earliest mark of autism possibilities.

I remember when Coventry Autism Support counselor came to me, after me and my son's blood test result, stated that I also have an inverted chromosome DNA, questioning most of my early life, though we both glad and agreed that I am not autistic.

Now in Malaysia, my second child (daughter now almost 16) recently detected as showing symptoms of ADHD, another unofficial autism spectrum. She met a psychiatrist to undergo a psychiatric evaluation this afternoon, after several counseling sessions earlier.

We are arranging for our last child (son now 10), to also have a psychiatric evaluation later next week, though he does not display any of the symptoms of autism, just to be safe and sure, and more prepared this time round.

Sorry for talking more about autism rather than only about your site.

Best wishes.
5
Showcase / Scott's Blog
Last post by ScottJB -
Due to the nature of my site, a blog about medical and developmental disorders, and having pics of diapers, I was a bit hesitant about sharing the site in Showcase. However, after all the work I did, I felt I just had to do so.

I'd like your opinion on how I made the site.

Scott's Blog
7
Addons / [ADDON] SANfe: Suppress All Necessary file_exists
Last post by Hj Ahmad Rasyid Hj Ismail -
SANfe: Suppress All Necessary file_exists

- For ElkArte 1.1x
- Manual modifications.

1. Please do your own backup though every installation is backed up automatically.
2. This addon is manual modification only.
3. It suppress all necessary file_exists by adding @ before it.
 
Thank you for using/testing it.


Yours friendly,
Abu Fahim Ismail.

BSD 3 License. Feel free to modify accordingly but keep original and current authors' link(s) if it is in there somewhere. ;)

 


#Change Logs

@Version 1.0.0
- Initial release.
8
General ElkArte discussions / Re: Load time achievement
Last post by Hj Ahmad Rasyid Hj Ismail -
It was a jail / chroot issue. Not jailing / chrooting it allows direct connection to localhost, so that issue alone was fixed.

However, there is no improvement whatsoever, so my guess about it was totally wrong. I got nothing to do with either 127.0.0.1 or localhost connection. Learning on how Elkarte 2.0 Beta 1 php is processing database may be is what I need to find out more.

By the way, converting either from or to 127.0.0.1 to or from localhost, need to be done in database as well as settings file, as the leftovers might render an Elkarte forum inaccessible do to the change of path whether just /web for chrooted site using 127.0.0.1 or /full/path/to/web in localhost setup.

It might be easier to setup a new site for testing, unless you want to have some fun too, which I did.