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

Recent

Welcome to TinyPortal. Please login or sign up.

April 19, 2024, 05:58:29 AM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,164
  • Total Topics: 21,219
  • Online today: 266
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 140
  • Total: 141
  • @rjen

[Upgraded to 1.0 Beta 4] A lot of errors!

Started by smartmouse, January 25, 2010, 12:36:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

smartmouse

Hello, after the upgrade of TP to the latest version i have this error in home page of my forum:

QuoteFatal error: Call to undefined function TPortal_sidebar() in /home/myhost/public_html/mysite.com/Sources/Load.php(1758) : eval()'d code on line 456

and this is what i have at line 456 of Load.php:

if (empty($user_settings['additionalGroups']))
$user_info = array(
'groups' => array($user_settings['ID_GROUP'], $user_settings['ID_POST_GROUP'])
);
else
$user_info = array(
'groups' => array_merge(
array($user_settings['ID_GROUP'], $user_settings['ID_POST_GROUP']),
explode(',', $user_settings['additionalGroups'])
)
);
}



Besides i have all these errors in the Error log page:

Quote8: Undefined index: tp-download
File: /home/myhost/public_html/mysite.com/Themes/default/languages/TPShout.italian.php (main_above sub template - eval?)
Linea: 710

8: Undefined index: smileys_enabled
File: /home/myhost/public_html/mysite.com/Sources/TPmodules.php
Linea: 1758

8: Undefined index: tp-forum
File: /home/myhost/public_html/mysite.com/Themes/default/languages/TPShout.italian.php (main_above sub template - eval?)
Linea: 707

8: Undefined index: TPortal_front_type
File: /home/myhost/public_html/mysite.com/Themes/default/languages/TPShout.italian.php (main_above sub template - eval?)
Linea: 705

How to find the problem and how to solve all these errors?

IchBin

smartmouse, please use the search. Every one of those errors has been reported. And most likely have a fix posted for them as well.

Freddy

Don't forget that this is a BETA version Smartmouse  ;)

smartmouse

I searched and searched but i can't understand what could be the problem (i'm referring to the first error).
Then i tried to install a copy of my current them (original, with no modifications) and i have the same error!

So i understand that my theme is not compatible with TP v1.0 Beta 4.

Am i right?


smartmouse

I have already read that topic. The problem is the same (the same error message that disappears if i log in) but the cause is different. I disinstalled old version of Tp (v0.9.8 ) and i installed v1.0 Beta 4, throught Packages manager and without any problems or error messages.

So, what can i do to solve this problem?

In the meanwhile i contacted Crip, the creator of my theme (Black14k) to see if he can help me founding the problem in his theme.

ZarPrime


smartmouse

ZarPrime, i don't understand, maybe because of my english.
I'm saying that i have not problems to install TP.
In that topic an user says that installed TP by copying files and IchBin told him how to correctly install TP.

I think i don't need to manually install TP. Am i wrong?

Crip

Why not share a link to Site so we can actually see it ??
I have become comfortably numb!

Cripzone | Crip's Free 2.0.2 Themes



smartmouse