After adding code to Additional HTML my site doesn't show

Re: Re: Re: Re: Re: After adding code to Additional HTML my site doesn't show

by nolan damon -
Number of replies: 0
Hi Jon

Here is the steps I followed:

1. I opened my config.php file to get my database name.
2. Then I accessed "phpMyAdmin" in my control panel.
3. Found my database and accessed the "mdl_config table" searched for "additionalhtmlhead" by typing it in the name field.
4. When it (additionalhtmlhead) opened I clicked on edit and removed all the code that was in it.
5. I clicked on refresh and closed phpMyAdmin.
6. I then opened config.php again and add the following after admin"

$CFG-> additionalhtmlhead="";
$CFG-> additionalhtmltopofbody="";
$CFG-> additionalhtmlfooter="";

7. I saved it. That's it. When I refreshed my browser everything was back to normal.

Once again, thank you for your input. It really helped.