TinyPortal
Development => Support => Topic started by: wildenborch on March 11, 2018, 07:15:33 PM
Hi,
After installation of the AlphaCentauri theme I have the following error in my error log
http://vanveen-nl.com/index.php?action=admin;area=logs;sa=errorlog;desc
8: Undefined index: active_button
File: /public_html/Themes/AlphaCentauri/index.template.php
Line: 277
http://vanveen-nl.com/index.php?action=admin;area=logs;sa=errorlog;desc
8: Undefined index: active_button
File: /public_html/Themes/AlphaCentauri/index.template.php
Line: 276
These are the lines
<li class="first', $childbutton['active_button'] ? ' topactive ' : '', '">
<a href="', $childbutton['href'], '"', isset($childbutton['target']) ? ' target="' . $childbutton['target'] . '"' : '', ' class="', $childbutton['active_button'] ? 'active ' : '', 'firstlevel">
<span class="firstlevel">', $childbutton['title'], '</span>
</a>
Each time I go to admin 10 errors are added to the error logfile.
Does anybody know what is wrong?
I remember this one, it's a theme issue. https://www.tinyportal.net/index.php?topic=35445.0
You need the fix from the Studio theme it will sort your problem too. http://www.simplemachines.org/community/index.php?topic=529072.msg3809565#msg3809565
Thanks Mick!
That solved the problem.
I have to work on my searching skills on this site....
Quote from: wildenborch on March 11, 2018, 08:01:16 PM
Thanks Mick!
That solved the problem.
I have to work on my searching skills on this site....
Not a problem, we use the theme here, so always had the fix in my bookmarks. ;)