Problem with Joomla

Status
Not open for further replies.

emmern

New Member
Messages
52
Reaction score
0
Points
0
This comes up when i open my site: (or spooky.x10hosting.com)

Code:
[URL="http://www.spooky.us.to/"]
[B]Warning[/B]:  include_once(/home/emmern/public_html/language/english.php) [[/URL][URL="http://spooky.x10hosting.com/function.include-once"]function.include-once[/URL]]: failed to open stream: No such file or directory in [B]/home/emmern/public_html/index.php[/B] on line [B]140[/B]

[B]Warning[/B]:  include_once() [[URL="http://spooky.x10hosting.com/function.include"]function.include[/URL]]: Failed opening '/home/emmern/public_html/language/english.php' for inclusion (include_path='.:/x10hosting/php2/lib/php') in [B]/home/emmern/public_html/index.php[/B] on line [B]140[/B]

[B]Warning[/B]:  Cannot modify header information - headers already sent by (output started at /home/emmern/public_html/index.php:140) in [B]/home/emmern/public_html/index.php[/B] on line [B]250[/B]

[B]Warning[/B]:  Cannot modify header information - headers already sent by (output started at /home/emmern/public_html/index.php:140) in [B]/home/emmern/public_html/index.php[/B] on line [B]251[/B]

[B]Warning[/B]:  Cannot modify header information - headers already sent by (output started at /home/emmern/public_html/index.php:140) in [B]/home/emmern/public_html/index.php[/B] on line [B]252[/B]

[B]Warning[/B]:  Cannot modify header information - headers already sent by (output started at /home/emmern/public_html/index.php:140) in [B]/home/emmern/public_html/index.php[/B] on line [B]253[/B]

[B]Warning[/B]:  Cannot modify header information - headers already sent by (output started at /home/emmern/public_html/index.php:140) in [B]/home/emmern/public_html/index.php[/B] on line [B]254

[/B]And when I log in to the adminpanel the same thing comes up. And i cant go to any other pages than the index of the adminpanel because then it just says that i have to log in...
Please help me! :dunno:
 
Last edited:

jensen

Active Member
Messages
1,167
Reaction score
22
Points
38
Have you requested to be on the intermediate level of PHP hosting? Maybe that's what you need to do
 

Jesse

Active Member
Messages
1,360
Reaction score
0
Points
36
This comes up when i open my site: (or spooky.x10hosting.com)

Code:
[URL="http://www.spooky.us.to/"]
[B]Warning[/B]:  include_once(/home/emmern/public_html/language/english.php) [[/URL][URL="http://spooky.x10hosting.com/function.include-once"]function.include-once[/URL]]: failed to open stream: No such file or directory in [B]/home/emmern/public_html/index.php[/B] on line [B]140[/B]
 
[B]Warning[/B]:  include_once() [[URL="http://spooky.x10hosting.com/function.include"]function.include[/URL]]: Failed opening '/home/emmern/public_html/language/english.php' for inclusion (include_path='.:/x10hosting/php2/lib/php') in [B]/home/emmern/public_html/index.php[/B] on line [B]140[/B]
 
[B]Warning[/B]:  Cannot modify header information - headers already sent by (output started at /home/emmern/public_html/index.php:140) in [B]/home/emmern/public_html/index.php[/B] on line [B]250[/B]
 
[B]Warning[/B]:  Cannot modify header information - headers already sent by (output started at /home/emmern/public_html/index.php:140) in [B]/home/emmern/public_html/index.php[/B] on line [B]251[/B]
 
[B]Warning[/B]:  Cannot modify header information - headers already sent by (output started at /home/emmern/public_html/index.php:140) in [B]/home/emmern/public_html/index.php[/B] on line [B]252[/B]
 
[B]Warning[/B]:  Cannot modify header information - headers already sent by (output started at /home/emmern/public_html/index.php:140) in [B]/home/emmern/public_html/index.php[/B] on line [B]253[/B]
 
[B]Warning[/B]:  Cannot modify header information - headers already sent by (output started at /home/emmern/public_html/index.php:140) in [B]/home/emmern/public_html/index.php[/B] on line [B]254[/B]

And when I log in to the adminpanel the same thing comes up. And i cant go to any other pages than the index of the adminpanel because then it just says that i have to log in...
Please help me! :dunno:

No, I think it is not the PHP Configuration is the problem. Maybe you messed up the files of the CMS. try reinstalling.
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
Somethings broke with the CMS; the headers already sent error is actually being caused by the include_once error.

Reason for that is because headers have to get sent before any other data; the include_once error is causing an error to be sent, so the headers won't go.

Dunno why the include_once is failing, but I'd bet a file is missing. Once that's fixed, the headers should be able to be sent, and it should work fine :)



Not much more to this post than the previous poster, but at least now you know why it's giving all those header errors :)
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
Please re-open if you need further assistance.
 
Status
Not open for further replies.
Top