Configuration Error after Update from 1.3.X to 2.4.0

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
ThomasEc
Posts: 3
Joined: 04 May 2017, 21:21

Configuration Error after Update from 1.3.X to 2.4.0

Post by ThomasEc »

Hi Guys,

i searched the forum for a similar problem but didnt found one, so i created this topic.

My Setup:
- Apache server
- MySQL 5.5.55
- PHP 5.6.30

After an update from bugmantis from 1.2.x to 2.4.0 every reading process works fine, but as soon as i want to get active by reporting a new issue i get an Error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
....
The log says:
malformed header from script. Bad header=More than one "from" person: php.sh, referer: ....bug_report_page.php
But its just a error-messge / -page.
The Issue is still created.
That error-Message is real annoying...

Does anyone knows how to fix this?
ThomasEc
Posts: 3
Joined: 04 May 2017, 21:21

Re: Configuration Error after Update from 1.3.X to 2.4.0

Post by ThomasEc »

Okay i figured it out.

Befor the update of bugmantis, our hoster has updated the PHP Version (the version we used before was not supported any more).
I dont know why our hoster uses such old versions, but that is another topic...

After reconfigure the updated PHP-version everything works fine now.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Configuration Error after Update from 1.3.X to 2.4.0

Post by atrol »

Thanks for coming back and telling the solution.
ThomasEc wrote: After reconfigure the updated PHP-version everything works fine now.
There might be other users using the same hoster. Could you deliver some more details what had to be reconfigured?
Please use Search before posting and read the Manual
ThomasEc
Posts: 3
Joined: 04 May 2017, 21:21

Re: Configuration Error after Update from 1.3.X to 2.4.0

Post by ThomasEc »

After the PHP update, the PHP SENDMAIL used the "-f" paramter by the server by default.
So the paramter was used by client (bugmantis) and by server at the same time.
Our hoster deleted this part of the configuration, and now it works.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Configuration Error after Update from 1.3.X to 2.4.0

Post by atrol »

Thanks for the provided information.
Please use Search before posting and read the Manual
Post Reply