ElkArte Community

Project Support => Support => Topic started by: Antechinus on June 07, 2016, 03:59:53 am

Title: Bizarre thing on local: admin >smileys menu link causes server error.
Post by: Antechinus on June 07, 2016, 03:59:53 am
This is weird.

I was just checking some stuff on local, and all links in all admin menus are totally fine except for the link to ?action=admin;area=smileys and any sub-areas under that. Any of those links causes a server error.

Ok, so what is special about the menu link to the smileys section of admin? Why would that one apparently cause Apache to flip out, while no other links on the site have any problems?

And no, there are no errors in the forum error log.

ETA: Apache error log shows this:

Code: [Select]
[Tue Jun 07 17:53:30 2016] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Tue Jun 07 17:53:30 2016] [notice] Apache/2.2.22 (Win32) PHP/5.3.10 configured -- resuming normal operations
[Tue Jun 07 17:53:30 2016] [notice] Server built: Jan 28 2012 11:16:39
[Tue Jun 07 17:53:30 2016] [notice] Parent: Created child process 2832
[Tue Jun 07 17:53:30 2016] [notice] Child 2832: Child process is running
[Tue Jun 07 17:53:30 2016] [notice] Child 2832: Acquired the start mutex.
[Tue Jun 07 17:53:30 2016] [notice] Child 2832: Starting 64 worker threads.
[Tue Jun 07 17:53:30 2016] [notice] Child 2832: Starting thread to listen on port 80.
[Tue Jun 07 17:53:46 2016] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Tue Jun 07 17:53:46 2016] [notice] Apache/2.2.22 (Win32) PHP/5.3.10 configured -- resuming normal operations
[Tue Jun 07 17:53:46 2016] [notice] Server built: Jan 28 2012 11:16:39
[Tue Jun 07 17:53:46 2016] [notice] Parent: Created child process 6196
[Tue Jun 07 17:53:46 2016] [notice] Child 6196: Child process is running
[Tue Jun 07 17:53:46 2016] [notice] Child 6196: Acquired the start mutex.
[Tue Jun 07 17:53:46 2016] [notice] Child 6196: Starting 64 worker threads.
[Tue Jun 07 17:53:46 2016] [notice] Child 6196: Starting thread to listen on port 80.
[Tue Jun 07 17:56:40 2016] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Tue Jun 07 17:56:40 2016] [notice] Apache/2.2.22 (Win32) PHP/5.3.10 configured -- resuming normal operations
[Tue Jun 07 17:56:40 2016] [notice] Server built: Jan 28 2012 11:16:39
[Tue Jun 07 17:56:40 2016] [notice] Parent: Created child process 2768
[Tue Jun 07 17:56:40 2016] [notice] Child 2768: Child process is running
[Tue Jun 07 17:56:40 2016] [notice] Child 2768: Acquired the start mutex.
[Tue Jun 07 17:56:40 2016] [notice] Child 2768: Starting 64 worker threads.
[Tue Jun 07 17:56:40 2016] [notice] Child 2768: Starting thread to listen on port 80.
Title: Re: Bizarre thing on local: admin >smileys menu link causes server error.
Post by: emanuele on June 07, 2016, 06:06:43 am
Would you mind trying with 1.1?
Title: Re: Bizarre thing on local: admin >smileys menu link causes server error.
Post by: ahrasis on June 07, 2016, 06:35:23 am
Is it due to php version - 5.3?
Title: Re: Bizarre thing on local: admin >smileys menu link causes server error.
Post by: Antechinus on June 07, 2016, 06:44:41 am
PHP 5.3 should be ok. It meets the basic Elk requirements: https://github.com/elkarte/Elkarte/wiki/Requirements

It's running MySQL 5.5.20 as well, which should also be fine.

Sure, but I'll have to set one up. I only have 1.0 on local at the moment. Will do it tomorrow. Too fried tonight. :)

Will also update local to the latest version of Vertrigo.
Title: Re: Bizarre thing on local: admin >smileys menu link causes server error.
Post by: ahrasis on June 08, 2016, 10:47:59 am
Found this one but not sure whether it is relevant - http://forums.modx.com/index.php/topic,64107.msg363088.html#msg363088
Title: Re: Bizarre thing on local: admin >smileys menu link causes server error.
Post by: emanuele on June 09, 2016, 04:20:19 am
Interesting.
Could be something related to the cache.

/me is always more convinced file-based cache should disappear. nods
Title: Re: Bizarre thing on local: admin >smileys menu link causes server error.
Post by: Antechinus on June 09, 2016, 04:24:49 am
I think I tried clearing the cache. Will try it again now just to make sure.

Oh and I haven't set up 1.1 yet. Been busy with other stuff. Blame Spuds and his themes. :P
Title: Re: Bizarre thing on local: admin >smileys menu link causes server error.
Post by: Antechinus on June 09, 2016, 04:30:50 am
Clearing cache doesn't help. Apache still flips out.
Title: Re: Bizarre thing on local: admin >smileys menu link causes server error.
Post by: emanuele on June 09, 2016, 04:58:21 am
The problem described there is about php trying to create a file with characters not allowed in the name, you should try disabling the cache. ;)