Help - Can't View Admin Bar / Edit HTMLBlocks
Permalink
Hi:
I was testing some js by putting the js directly into a Main HTMLBlock. When I saved to preview it, the admin bar for concrete5 at the top disappeared AND I can no longer Edit Blocks. How can I fix this? Where do I go directly in the FTP to take these lines of code out?
Please help.
Thanks.
I was testing some js by putting the js directly into a Main HTMLBlock. When I saved to preview it, the admin bar for concrete5 at the top disappeared AND I can no longer Edit Blocks. How can I fix this? Where do I go directly in the FTP to take these lines of code out?
Please help.
Thanks.
You can clear the js script that you inserted into the HTML block, by going to the Phpmyadmin tool and go to your site database, look for a table named btcontentlocal within this table you could locate the script that you inserted and delete it.
That helped me out 50% of the way. I deleted that line of code (thank you) but the admin features are still not showing while signed in. Any other suggestions?
Did you just delete the content in the particular record the script was showing up in or did you try deleting the Record entry ?
Are you able to access the Dashboard ? You could also try to go to sitewide settings, and Clear Cache and Update Cache and try logging back again.
Are you able to access the Dashboard ? You could also try to go to sitewide settings, and Clear Cache and Update Cache and try logging back again.
I did both. I deleted the content and saved - no admin bar at the top. Then, I deleted the DB entry itself (id 6) and saved - still no bar at the top.
What's the easiest way to access the Dashboard via URL? Where would I go for sitewide settings if I can't access the Admin Bar?
What's the easiest way to access the Dashboard via URL? Where would I go for sitewide settings if I can't access the Admin Bar?
You can access the dashboard by visitinghttp://yoursitename.com/index.php/dashboard... , Once you are logged into the Dashboard,on the left hand side you'd see alot of options one of which is Sitewide
Settings
Settings
That helped! Thanks Pritam - appreciate it.