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

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

Re: Theme Select Box question? by EzPortal
March 02, 2023, 11:26:15 pm

+- HTML Menu


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

Recent Topics ezBlock

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

ezPortal 5.5 by EzPortal
May 20, 2022, 09:59:30 am

Author Topic: Serveral error in log of SMF after installing ezPortal  (Read 7899 times)

0 Members and 1 Guest are viewing this topic.

Offline ClausG

  • EzPortal Supporter
  • *****
  • Posts: 5
  • Karma: 0
Serveral error in log of SMF after installing ezPortal
« on: February 15, 2013, 10:48:15 am »
Hello,

after installing the version 0.6.6a of ezPortal in my SMF 1.1.18 installation the webpages are looking pretty and there are no visible errors.

But the error log shows some errors:

1) errors after posting/remove postings from the shoutbox:
   
 Claus    today 17:40:03
 79.249.71.xxx      378a4415c6a5dce5b0f37e04420d13fa
 http://xxxxxxxxxxxx.de/index.php?action=ezportal;sa=removeshout;shout=31
 Unable to load 'main' template
   
 Claus    today 17:39:52
 79.249.71.xxx      378a4415c6a5dce5b0f37e04420d13fa
 http://xxxxxxxxxxxx.de/index.php?action=ezportal;sa=addshout
 Unable to load 'main' template


2) errors after accessing/working the admin area of ezportal:

 Claus    today 17:39:52
 79.249.71.xxx      378a4415c6a5dce5b0f37e04420d13fa
 http://xxxxxxxxxxxxxxxx.de/index.php?action=ezportal;sa=settings
 8: Undefined index: ezp_disable_tinymce_html
 File: /usr/www/users/xxxx/forum/Themes/default/Admin.template.php (ezportal_settings sub       
 template - eval?)
 row: 204
   
 Claus    today 17:42:42
 79.249.71.xxx      378a4415c6a5dce5b0f37e04420d13fa
 http://xxxxxxxxxxxxxxxxxxxxxxxxx.de/index.php?action=ezportal;sa=settings
 8: Undefined index: ezp_import
 file: /usr/www/users/xxxx/forum/Sources/EzPortal.php
 row: 1375

I checked the files and also removed the ezPortal mod; but even after a new installation the same errors appears.

I use the SMF standard theme and have no additional mod installed. The SMF runs with German language files, also the EzPortal is installed with German language support.

Can anyone help me? I used the search function and find out, that other SMF users reported such issues, but there was no final solution to be found.

Thank you and kind regards

Claus

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1298
  • Karma: 67
Re: Serveral error in log of SMF after installing ezPortal
« Reply #1 on: February 15, 2013, 10:42:35 pm »
1st step we need to do is find the true error numbers mainly for ezp_disable_tinymce_html and ezp_import

Run this code on your database
Code: [Select]
INSERT INTO smf_settings VALUES ('disableTemplateEval', 1);


I think for #2 if you are using the german translation you might be missing some text strings which are found in the english language files for ezPortal
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline ClausG

  • EzPortal Supporter
  • *****
  • Posts: 5
  • Karma: 0
Re: Serveral error in log of SMF after installing ezPortal
« Reply #2 on: February 16, 2013, 01:07:29 am »
#1: Thank you for the fast reply. I used the given code on the database and it was accepted; so template evaluation is now disabled.

#2: I changed the forum language from German to English - and all errors after accessing/working the admin area of ezportal were gone. After change the language back to German these error msgs. returned.

So, I modified the two files from German language pack  EzPortal.german.php and EzPortal.german-utf8.php an I inserted this code in row 55:

$txt['ezp_disable_tinymce_html'] = 'TinyMCE abstellen';

wich is the Geman translation for "disable TinyMCE editor". After uploading these modfied language files these error-msgs. are gone now.

OK - I still get these two error msgs. after using the shoutbox, no matter wich forum language is active:

 Claus    today 17:40:03
 79.249.71.xxx      378a4415c6a5dce5b0f37e04420d13fa
 http://xxxxxxxxxxxx.de/index.php?action=ezportal;sa=removeshout;shout=31
 Unable to load 'main' template
   
 Claus    today 17:39:52
 79.249.71.xxx      378a4415c6a5dce5b0f37e04420d13fa
 http://xxxxxxxxxxxx.de/index.php?action=ezportal;sa=addshout
 Unable to load 'main' template


Thank you.

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1298
  • Karma: 67
Re: Serveral error in log of SMF after installing ezPortal
« Reply #3 on: February 17, 2013, 11:21:23 pm »
Fixed the two error messages in the latest update

0.6.7
!Fixed undefined errors when adding or deleting a shoutbox message
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline ClausG

  • EzPortal Supporter
  • *****
  • Posts: 5
  • Karma: 0
Fixed: Re: Serveral error in log of SMF after installing ezPortal
« Reply #4 on: February 18, 2013, 09:36:05 am »
Thank you - itīs all fixed now. Great support, very fine MOD.  :D

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1298
  • Karma: 67
Re: Serveral error in log of SMF after installing ezPortal
« Reply #5 on: February 18, 2013, 09:40:52 am »
Glad you enjoy it!
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
24 Replies
53736 Views
Last post September 03, 2010, 01:35:17 am
by alanbrant8
2 Replies
7360 Views
Last post January 19, 2009, 03:04:20 pm
by fabteam
6 Replies
15899 Views
Last post June 23, 2011, 12:38:46 pm
by jdaw
11 Replies
11202 Views
Last post May 02, 2016, 07:59:32 pm
by claverm
0 Replies
5414 Views
Last post April 24, 2016, 08:12:50 am
by EzPortal

+-SMF Gallery

Quick Menu


Powered by EzPortal