Problem with a Media CMS

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
bgan10
Forum Newbie
Posts: 2
Joined: Sun Sep 16, 2007 2:42 am

Problem with a Media CMS

Post by bgan10 »

Hello, I purchased a CMS at the start of this year and when I bought it I installed it all without problems. Well I hadn't looked at it since then and decided to sell it. Well the new owner has now tried to put this thing on his server and can't. I have also tryied and I can't. It uploads on fine but when I try and access the homepage it comes up as an Internal Server Error. The weird part is that if I go to the admin part which is http://www.domain.com/admin that area works perfect without any problems. I am stumped! In the error log it says Premature end of script headers: which I understand can be anything under the sun. I have been trying to get this thing to work for hours now and I have no clue what it may be. Are there any suggestions out there at all? thank you for your time.

Brett
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

meanging /admin/index.php is working while /xyz.php isn't?

Does a simple

Code: Select all

<?php
phpinfo();
in /testinfo.php work?
bgan10
Forum Newbie
Posts: 2
Joined: Sun Sep 16, 2007 2:42 am

Post by bgan10 »

It's weird because I did nothing to the script after I had installed it and it wasn't working, then when I woke up it was working perfect. I have no idea. So now here is another problem though, I try and install it the exact same way on my friends server and absolutely nothing works every different time I try and load it on, not even the /admin/index.php anymore. What would be the different between the 2, I know I installed it the same becasue I have tried to many times and nothing. I tried that testinfo on this one that isn't working and it didn't do anything. Weird, thank you.

Brett
User avatar
Sindarin
Forum Regular
Posts: 521
Joined: Tue Sep 25, 2007 8:36 am
Location: Greece

Post by Sindarin »

tried that testinfo on this one that isn't working and it didn't do anything.
no php installed? 8O
Post Reply