Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin module problem


Redskull

Recommended Posts

Hello

 

I just changed host server for my shop ( ofcourse I changed configure.php for admin module and for shop). Whole shop is working correctly as far as I saw but I can't use my admin panel. Thats what I see:

 

 

 

/
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/dominatu/public_html/admin/includes/application_top.php:1) in /home/dominatu/public_html/admin/includes/functions/sessions.php on line 68

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/dominatu/public_html/admin/includes/application_top.php:1) in /home/dominatu/public_html/admin/includes/functions/sessions.php on line 68

Warning: Cannot modify header information - headers already sent by (output started at /home/dominatu/public_html/admin/includes/application_top.php:1) in /home/dominatu/public_html/admin/includes/functions/general.php on line 18

 

Do you have any idea what's the reason of this?

Link to comment
Share on other sites

Headers Already Sent

 

Click the link above for an explanation.

 

The problem is in /admin/includes/application_top.php (line 1)

 

You must have some blank lines or whitespaces preceding the opening PHP tag:

 

<?php

The above code must be the very first of the file.

 

No blank lines or spaces preceding it.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

OK now it's better. I'm in admin panel. Thank you for help with this.

 

However I'm still in trouble... I had some modules installed already but there are none. What should I change so admin panel will see them correctly?

Link to comment
Share on other sites

Ok I'm one step forward. I can see in admin panel all installed modules. Just I had to change databasecopy.sql file. I changed charset coding from latin2 on uft8, but still not everything is ok.

 

As I am from Poland, polish language has many text symbols like "ą ś ć ż ź ó ł ę ń" and on places where should be one of those I can see only question marks. If you have any idea how to solve my problem please tell me.

 

PS. Sorry for posting under my own posts - couldn't find edit option.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...