500 error after using Media button in entry

Having trouble installing serendipity?
locojoe
Regular
Posts: 42
Joined: Wed Oct 25, 2006 12:58 am

Re: 500 error after using Media button in entry

Post by locojoe »

onli wrote:Sure. You can send me the login data via a PM.
PM sent. Thanks.
onli
Regular
Posts: 2822
Joined: Tue Sep 09, 2008 10:04 pm
Contact:

Re: 500 error after using Media button in entry

Post by onli »

I could confirm the issue. But the 500 alone sadly does not help fixing this.
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: 500 error after using Media button in entry

Post by Don Chambers »

have you guys looked at phpinfo() to see if anything obvious stands out?
=Don=
locojoe
Regular
Posts: 42
Joined: Wed Oct 25, 2006 12:58 am

Re: 500 error after using Media button in entry

Post by locojoe »

Thanks Onli for checking. I question whether my host was telling the truth.

Don, not knowing what phpinfo is I had to Google it. Is it just a way to view your php settings? I do have access to edit my php.ini file. When I installed this test version of Serendipity it did flag yellow a couple of settings in my php.ini file that I did go change but of course it didn't solve the problem.

one I'm not sure about is session.use_trans_sid =

By default it was set to 1. Serendipity install recommended it be off. I changed the value to 0
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: 500 error after using Media button in entry

Post by Don Chambers »

locojoe wrote: Is it just a way to view your php settings?
Yes, but I am no php expert, so I cannot really tell you what your settings should be. You can use a text editor and create a file with just this in it:

Code: Select all

<?php
phpinfo();
?>
Then save the file and name it something like phpinfo.php, then copy it to your server's root folder, then call the file... will show lots of info. What you do with that info, however, is up to someone with far more knowledge than I.
=Don=
Post Reply