Recent Topics

1 Oct 10, 2006 12:45    

Hi
I'm having a problem when bringing up the admin.php page.
i installed ok and the tables were created, but when I clicked to go the admin page it came up with 500 internal error.

Can anyone advise where I've gone wrong?
Thanks

2 Oct 10, 2006 17:49

You have to look into the server's error log.

Does it also happen, if you access /admin.php?ctrl=tools or other controllers like "users" or "files")?

What server are you using and which PHP version?

3 Oct 10, 2006 19:23

Hi
thanks for getting back to me
i'm pretty new to this stuff so not sure of everything

in the error log i find this:
Premature end of script headers: php-script

i think i'm running on linux
with:
Apache/2.0.52

the version of b2evolution is the latest 1.8.2

Sorry I don't know more to tell you
Thanks

4 Oct 10, 2006 19:51

Try going to "/admin.php?ctrl=tools" or your blog and/or "/admin.php?ctrl=users".

Does the front office work?

"Premature end of script headers" looks like PHP dies away.

Can you provide a link for a


<?php
phpinfo();
?>


script? (Save the code as e.g. p.php and upload it into your blog directory)

5 Oct 10, 2006 21:48

Thanks for getting back to me
tried this:

Try going to "/admin.php?ctrl=tools" or your blog and/or "/admin.php?ctrl=users"

and same thing happens
I hate to ask you to explain things when you're helping me for free but what do you mean by providing a link for a script?
cheers[/quote]

6 Oct 10, 2006 22:02

Create a file with the script above (phpinfo()) and upload it into your "blogs" directory. Send post a link to it here. When looking at that output I might get a clue, what's wrong.

9 Oct 10, 2006 23:15

not a lot in it - just that code
wasn't sure what i was meant to do
If it's going to be too tricky explaining stuff to me i could find help elsewhere and not waste your time?

but if you've got the info now and can talk me through simple procedures i'm keen to try.

10 Oct 10, 2006 23:32

If there are only the following three lines in p.php, it seems like it's a problem with your webserver setup.

<?php
phpinfo();
?>

The phpinfo() call does work in your /install/index.php file!

Refer to your host, because probably only they are able to fix it - if you are not.

11 Oct 15, 2006 01:04

I followed all this, with exactly the same errors, but then found if I changed the permissions on /blogs from 777 to 755, no more Internal Server Error. The test php file with the phpinfo() function now runs fine and admin.php loads up the login console.
Maybe something to do with the webserver setup being over zealous on security??

12 Oct 18, 2006 10:34

Ok I also get the internal error thing.
This is the problem:
When I go to http://football.watletje.nl/football/index.php?blog=2 there's nothing wrong. But when i click on the login link ( http://football.watletje.nl/football/htsrv/login.php?redirect_to=http%3A%2F%2Ffootball.watletje.nl%2Ffootball%2Findex.php%3Fblog%3D2%26amp%3Bpaged%3D1%26amp%3Bpage%3D1 ) It shows the error.

But when i go to http://football.watletje.nl/football/htsrv/login.php there is nothing wrong.

Same happens when I do login as admin and go to the index page. The profile link shows up. When I click on it, it shows the error again. But when I go to /index.php?blog=2&disp=profile it does work.

Please can someone help me out. I can use it and post articles but noone will be able to register their own account or login and update their profile.
I tried the above things btw. Nothing seems to work. :( It's killing me :)

13 Oct 18, 2006 18:40

More information about this error may be available in the server error log.


Form is loading...