TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

April 16, 2024, 06:19:27 AM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,158
  • Total Topics: 21,219
  • Online today: 106
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 81
  • Total: 81

Problem with AlphaCentauri theme in error log

Started by amko_sa, May 12, 2015, 01:38:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

amko_sa

Hi for all.

I was install one Bloc theme AlphaCentauri and it was great theme but I have problem in error log. Every click on some link in my forum generate one error ih error log.
Example of error:

http://domain.com/index.php?action=admin
8: Undefined index: active_button
File: .../public_html/Themes/AlphaCentauri/index.template.php
Line: 412

and Line 411


I am install this theme over package manager and everything works great accept this.

Thank you Bloc for great work.

lurkalot


amko_sa

Thank you I will try to solve this. One more problem - in settings for this theme missing code below for smiley option(default smiley for current theme):

Settings.template.php - missing aray:

),
        array(
            'id' => 'allow_no_censored',
            'label' => $txt['allow_no_censored'],
        ),
                       
        array(            'id' => 'enable_news',            'label' => $txtarray(            'id' => 'smiley_sets_default',            'label' => $txt['smileys_default_set_for_theme'],            'options' => $context['smiley_sets'],            'type' => 'text', ['enable_random_news'],


array(            'id' => 'smiley_sets_default',            'label' => $txt['smileys_default_set_for_theme'],            'options' => $context['smiley_sets'],            'type' => 'text',

When I add this code everything is ok.