4
OK, now I'm getting desperate. I've done the SQL dump and load thing between my machine and the host machine more times than I can count and the result is the same everytime. I can logon as registered user or the administrator and rock around the interface without a problem. Everythng works as expected. But when I try to go into the Administration section I get rebuffed (no right of access).
I thought that it may be due to platform differences (MacOSX vs Linux) or version differences (PHP 5.0 versus 4.1) but even if that's true I don't know how to resolve that either.
I've even fiddled with the settings in mainfile.php with no discernible improvement. I'm guessing that there is some test that is being failed. In php debug mode I get this warning when I login that I don't get on my test machine:
Quote:
Warning [PHP]: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/html/mainfile.php:1) in file include/common.php line 185
And when I attempt to transfer to the Administration Section I get this:
Quote:
Warning [PHP]: session_start(): Cannot send session cookie - headers already sent by (output started at /var/www/html/mainfile.php:1) in file include/common.php line 185
Warning [PHP]: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/html/mainfile.php:1) in file include/common.php line 185
Doesn't anyone have experience of this problem and how to resolve it?