EzPortal - Portal Software for Forums

EzPortal - Made to Fit Your SMF Forum - Glad You Found Us!
+- +-

UserBox

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Recent Posts

New built in translations for six langauges! by EzPortal
March 26, 2024, 11:15:32 pm

Smiley missing in shoutbox 2.1.4 by hustreamload
July 26, 2023, 08:14:02 am

Re: Theme Select Box question? by Shades
March 15, 2023, 06:49:49 pm

Re: Theme Select Box question? by Shades
March 09, 2023, 02:09:24 pm

Re: Theme Select Box question? by Shades
March 09, 2023, 01:55:53 pm

Re: Theme Select Box question? by EzPortal
March 09, 2023, 01:47:42 pm

Re: Theme Select Box question? by Shades
March 09, 2023, 01:34:07 pm

Re: Theme Select Box question? by EzPortal
March 09, 2023, 12:20:17 pm

+- HTML Menu


Sample HTML Block Usage - You May Custom Code it, as needed!

Recent Topics ezBlock

New built in translations for six langauges! by EzPortal
March 26, 2024, 11:15:32 pm

Smiley missing in shoutbox 2.1.4 by hustreamload
July 26, 2023, 08:14:02 am

Theme Select Box question? by Shades
March 15, 2023, 06:49:49 pm

Where is the facebook button color? by EzPortal
February 28, 2023, 06:45:09 pm

Display on Mobile - SMF 2.1.3 and EZ 5.5.2 by BugginIn
December 29, 2022, 04:07:13 pm

Blocks Help by Riggs1973
November 20, 2022, 12:59:30 pm

Surface ol lite theme release Free! by Steffen K.
November 18, 2022, 03:57:24 am

Undefined index: href by EzPortal
October 04, 2022, 08:49:59 pm

SMF-ezportal_column_5.cache): failed to open stream: No such file or directory by EzPortal
June 04, 2022, 11:40:13 am

Arcade block error: failed to open stream: No such file or directory by Shades
May 20, 2022, 02:47:13 pm

Author Topic: Error when installing EzPortal  (Read 7384 times)

0 Members and 1 Guest are viewing this topic.

Offline fabteam

  • Posts: 10
  • Karma: 0
Error when installing EzPortal
« on: January 18, 2009, 04:17:39 am »
Hello

I installed ezPortal on my SMF 1.1.7 and obtained the following error message:

Code: [Select]
8: Undefined index: ezp_forum_tab
Fichier: /home.45/f/a/b/fabteam/www/forum/Sources/Load.php
Ligne: 1447

In the Load.php I have the following code (for line 1447):

Code: [Select]
// Set the top level linktree up.
   array_unshift($context['linktree'], array(
      'url' => &$scripturl,
      'name' => &$context['forum_name']
   ), array('url' => $scripturl . '?action=forum', 'name' => $txt['ezp_forum_tab']));
}

If someone has any idea of what I should modify...
Help will be much appreciated !


Offline EzPortal

  • Administrator
  • *****
  • Posts: 1299
  • Karma: 67
Re: Error when installing EzPortal
« Reply #1 on: January 18, 2009, 03:06:54 pm »
Seems like it is not picking up the language string

You could change
Code: [Select]
array_unshift($context['linktree'], array(
      'url' => &$scripturl,
      'name' => &$context['forum_name']
   ), array('url' => $scripturl . '?action=forum', 'name' => $txt['ezp_forum_tab']));
}
To
Code: [Select]
array_unshift($context['linktree'], array(
      'url' => &$scripturl,
      'name' => &$context['forum_name']
   ), array('url' => $scripturl . '?action=forum', 'name' => 'Forum'));
}
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline fabteam

  • Posts: 10
  • Karma: 0
Re: Error when installing EzPortal
« Reply #2 on: January 19, 2009, 03:04:20 pm »
it worked !!

many thanks !

there is no chance I could have figured it out by myself !

 

Related Topics

  Subject / Started by Replies Last post
24 Replies
53898 Views
Last post September 03, 2010, 01:35:17 am
by alanbrant8
6 Replies
15949 Views
Last post June 23, 2011, 12:38:46 pm
by jdaw
5 Replies
7981 Views
Last post February 18, 2013, 09:40:52 am
by EzPortal
11 Replies
11260 Views
Last post May 02, 2016, 07:59:32 pm
by claverm
0 Replies
5437 Views
Last post April 24, 2016, 08:12:50 am
by EzPortal

+-SMF Gallery

Quick Menu


Powered by EzPortal