A problem

Status
Not open for further replies.
Hi all,
Recently, I'm trying to install phpMyAdmin for my website. After getting some other issues fixed, I have this :

Warning: Cannot add header information - headers already sent by (output started at /users/ionichost.com/railroad/myadmin/config.inc.php:677) in /users/ionichost.com/railroad/myadmin/index.php on line 45

My webhost is Ionichost and I checked their FAQ and followed what they ask. I also read the documentation and it told me to make sure there's nothing before or after <php/whatever tag. And I don't have anything.

Any help would be appreciated. Thanks in advance.
 
Do you actually have PHP installed on the system you are trying to use it on? If not you will need it.

the config.inc.php file is the configuration file that phpmyadmin uses, so set this up accordingly.


you can get PHP from www.php.net
 
Status
Not open for further replies.
Back