Skip to main content
Topic: Bizarre thing on local: admin >smileys menu link causes server error. (Read 2943 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Bizarre thing on local: admin >smileys menu link causes server error.

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.
Last Edit: June 07, 2016, 04:06:05 am by Antechinus
Master of Expletives: Now with improved family f@&king friendliness! :D

Sources code: making easy front end changes difficult since 1873. :P

Re: Bizarre thing on local: admin >smileys menu link causes server error.

Reply #1

Would you mind trying with 1.1?
Bugs creator.
Features destroyer.
Template killer.

Re: Bizarre thing on local: admin >smileys menu link causes server error.

Reply #2

Is it due to php version - 5.3?

Re: Bizarre thing on local: admin >smileys menu link causes server error.

Reply #3

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.
Master of Expletives: Now with improved family f@&king friendliness! :D

Sources code: making easy front end changes difficult since 1873. :P


Re: Bizarre thing on local: admin >smileys menu link causes server error.

Reply #5

Interesting.
Could be something related to the cache.

 emanuele is always more convinced file-based cache should disappear. nods
Bugs creator.
Features destroyer.
Template killer.

Re: Bizarre thing on local: admin >smileys menu link causes server error.

Reply #6

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
Master of Expletives: Now with improved family f@&king friendliness! :D

Sources code: making easy front end changes difficult since 1873. :P

Re: Bizarre thing on local: admin >smileys menu link causes server error.

Reply #7

Clearing cache doesn't help. Apache still flips out.
Master of Expletives: Now with improved family f@&king friendliness! :D

Sources code: making easy front end changes difficult since 1873. :P

Re: Bizarre thing on local: admin >smileys menu link causes server error.

Reply #8

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. ;)
Bugs creator.
Features destroyer.
Template killer.