collapse

* Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

* User Info

 
 
Welcome, Guest. Please login or register.

* Who's Online

  • Dot Guests: 304
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

* Shoutbox

Refresh History
  • Shoutbox is not for support!
  • {OCS}MasterSeal: Yup, Still adore SP
    April 21, 2019, 07:08:06 PM
  • {OCS}MasterSeal: STILL love SP :)
    November 24, 2018, 05:05:50 AM
  • ♦ Ninja ZX-10RR ♦: <3 aegersz
    September 13, 2018, 03:36:09 PM
  • aegersz: I STILL <3 LOVE SimplePortal
    September 13, 2018, 07:11:39 AM
  • aegersz: o LOVE you guys - Simple Portal rocks !
    May 09, 2018, 05:18:59 AM
  • Chen Zhen: our apologies for the site being down.. please read server issues topic
    March 22, 2018, 05:32:38 AM
  • {OCS}MasterSeal: LOL PLEASE forget I just posted that. I found the answer in my own dang post back in 2015. lol sorry!
    July 04, 2017, 10:47:55 PM
  • {OCS}MasterSeal: I know this SB isnt' for support, but I just have a general question. Who would I contact to find out where SP stores its block info? Is it DB driven or files? I searched the site but came up with nothing. probably my fault any insight is appreciated.
    July 04, 2017, 10:43:36 PM
  • ♦ Ninja ZX-10RR ♦: Excuse me but what does Simpleportal have to deal with that?
    February 05, 2017, 08:21:14 PM
  • WhiteEagle: of course IMHO that site appears to be dead :(
    February 04, 2017, 01:08:05 PM
  • WhiteEagle: If I can get that, then I'll use it for that site...
    February 04, 2017, 01:07:35 PM
  • WhiteEagle: decided to not use SMF for any projects, unless I can get a copy of the premium version of the fanfiction archive plugin
    February 04, 2017, 01:06:54 PM
  • expertdecisions: cloudflare
    January 28, 2017, 08:01:47 AM
  • aegersz: SM release 2.0.13 !
    January 12, 2017, 06:00:13 AM
  • raffo: Tks Emanuele, even if I didn't understand the fix :D
    November 07, 2016, 02:01:20 AM
  • emanuele: [link]
    November 01, 2016, 12:43:50 PM
  • emanuele: raffo: the English support board is a good place. ;)
    November 01, 2016, 12:43:38 PM
  • raffo: Where can I find the fix for the shoutbox?
    November 01, 2016, 05:06:09 AM
  • {OCS}MasterSeal: To the SP team, I make a point to come here and thank you as much as possible for your work.  so again, THANK YOU!
    October 28, 2016, 10:38:05 AM
  • emanuele: That's indeed funny, the limit is present only in the patch and not the full install.
    October 22, 2016, 06:14:58 PM

* Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]

Installation errors? Mod incompatibilities? Upgrade problems? Make your way over to the Install and Upgrade Support board for all your solutions!

Author Topic: My error Logs  (Read 13595 times)

0 Members and 1 Guest are viewing this topic.

Offline Aw06

  • Full Member
  • ***
  • Posts: 238
  • Gender: Male
    • www.ShopinJA.com
  • SMF Version: 1.1.13
  • SP Version: 2.3.2
Re: My error Logs
« Reply #20 on: February 12, 2009, 08:30:26 AM »
Try this:

Find:

Code: [Select]
   // Why bother for wireless? Its not worth it. ;D
   if(WIRELESS)
      return;

   //Why not? We need it anyway 8)
   if(loadLanguage('SPortal', '', false) === false)
      loadLanguage('SPortal', 'english', false);

Replace:

Code: [Select]
   //Why not? We need it anyway 8)
   if(loadLanguage('SPortal', '', false) === false)
      loadLanguage('SPortal', 'english', false);

   // Why bother for wireless? Its not worth it. ;D
   if(WIRELESS)
      return;

Thats exactly what i have there already

Code: [Select]
//Why not? We need it anyway 8)
if(loadLanguage('SPortal', '', false) === false)
loadLanguage('SPortal', 'english', false);

// Why bother for wireless? Its not worth it. ;D
if(WIRELESS)
return;
« Last Edit: February 12, 2009, 08:33:32 AM by Aw06 »

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
Re: My error Logs
« Reply #21 on: February 12, 2009, 08:41:26 AM »
Try disabling template eval using the instructions here:

http://www.simplemachines.org/community/index.php?topic=290186.0

Then check error logs agin. You will see the exact line giving error.

And please note that the problem is, I *never* seen this error occuring with me.
And slowly, you come to realize... It's all as it should be...

Offline Aw06

  • Full Member
  • ***
  • Posts: 238
  • Gender: Male
    • www.ShopinJA.com
  • SMF Version: 1.1.13
  • SP Version: 2.3.2
Re: My error Logs
« Reply #22 on: February 12, 2009, 08:58:49 AM »
This is for editing a block

Code: [Select]
8: Undefined index: block_info
File: /home/xxxxx/public_html/forum/Sources/SPortalAdmin1-1.php
Line: 382

I dont see any differece in errors since i disable eval ..

Code: [Select]
8: Undefined index: sp-forum
File: /home/xxxxxx/public_html/forum/Themes/Anecdota117/index.template.php
Line: 331

Maybe i have not disabled it correctly :|

BlueDream ... can we arrage something .. I'll set up an admin account for you and give you access to my cpanel as well so you can help me fix things... PM me if your willing
« Last Edit: February 12, 2009, 09:14:59 AM by Aw06 »

Offline Aw06

  • Full Member
  • ***
  • Posts: 238
  • Gender: Male
    • www.ShopinJA.com
  • SMF Version: 1.1.13
  • SP Version: 2.3.2
Re: My error Logs
« Reply #23 on: February 12, 2009, 03:34:26 PM »
I juss realise .. the error is pointing to something in my costum theme

Code: [Select]
8: Undefined index: sp-forum
File: /home/xxxxx/public_html/forum/Themes/Anecdota117/index.template.php
Line: 331

In bold is on line 331

Quote
   // Show the [home] button.
   echo '<li', $current_action == 'home' ? ' id="chosen"' : '', '><a href="', $scripturl, '"><span>' , $txt[103] , '</span></a></li>';

   // Show the [forum] button.
   echo '<li', $current_action == 'forum' ? ' id="chosen"' : '', '><a href="', $scripturl, '?action=forum"><span>' , $txt['sp-forum'] , '</span></a></li>';

   // Show the [help] button.
   echo '<li', $current_action == 'help' ? ' id="chosen"' : '', '><a href="', $scripturl, '?action=help"><span>' , $txt[119] , '</span></a></li>';
« Last Edit: February 12, 2009, 03:46:28 PM by Aw06 »

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
Re: My error Logs
« Reply #24 on: February 12, 2009, 04:45:27 PM »
Yeah, disabling template eval will give you the exact file and line.

You can provide me an admin and FTP account via pm. I'll check it tomorrow.
And slowly, you come to realize... It's all as it should be...

Offline Aw06

  • Full Member
  • ***
  • Posts: 238
  • Gender: Male
    • www.ShopinJA.com
  • SMF Version: 1.1.13
  • SP Version: 2.3.2
Re: My error Logs
« Reply #25 on: February 12, 2009, 04:48:57 PM »
Yeah, disabling template eval will give you the exact file and line.

You can provide me an admin and FTP account via pm. I'll check it tomorrow.

OK kool, but for now it seems the error is trigged each time the forum button is clicked. i posted the code on the particular line

Offline Aw06

  • Full Member
  • ***
  • Posts: 238
  • Gender: Male
    • www.ShopinJA.com
  • SMF Version: 1.1.13
  • SP Version: 2.3.2
Re: My error Logs
« Reply #26 on: February 18, 2009, 09:24:19 AM »
You can provide me an admin and FTP account via pm. I'll check it tomorrow.

Sent VIA PM

Offline Aw06

  • Full Member
  • ***
  • Posts: 238
  • Gender: Male
    • www.ShopinJA.com
  • SMF Version: 1.1.13
  • SP Version: 2.3.2
Re: My error Logs
« Reply #27 on: February 21, 2009, 10:37:11 AM »
Blue Dream, did you take a look at my site as yet ?

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
Re: My error Logs
« Reply #28 on: February 21, 2009, 10:47:19 AM »
No, not yet unfortunately. I'll hopefully check it later today.
And slowly, you come to realize... It's all as it should be...

Offline Aw06

  • Full Member
  • ***
  • Posts: 238
  • Gender: Male
    • www.ShopinJA.com
  • SMF Version: 1.1.13
  • SP Version: 2.3.2
Re: My error Logs
« Reply #29 on: February 21, 2009, 11:22:28 AM »
No, not yet unfortunately. I'll hopefully check it later today.

ok thanks

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
Re: My error Logs
« Reply #30 on: February 21, 2009, 01:07:25 PM »
Applied a fix. Let me know if you will see errors again in your Error Log in the following days.
And slowly, you come to realize... It's all as it should be...

Offline Aw06

  • Full Member
  • ***
  • Posts: 238
  • Gender: Male
    • www.ShopinJA.com
  • SMF Version: 1.1.13
  • SP Version: 2.3.2
Re: My error Logs
« Reply #31 on: February 21, 2009, 01:34:10 PM »
Applied a fix. Let me know if you will see errors again in your Error Log in the following days.

Ok will do  :applause:

can you tell me what you changed if  you dont mind  :-[

Offline Aw06

  • Full Member
  • ***
  • Posts: 238
  • Gender: Male
    • www.ShopinJA.com
  • SMF Version: 1.1.13
  • SP Version: 2.3.2
Re: My error Logs
« Reply #32 on: February 21, 2009, 08:20:20 PM »
Ok, i think i see one change that you made  8)

the code i had
Quote
echo '<li', $current_action == 'forum' ? ' id="chosen"' : '', '><a href="', $scripturl, '?action=forum"><span>' , $txt['sp-forum'] , '</span></a></li>';

Your code
Quote
echo '<li', $current_action == 'forum' ? ' id="chosen"' : '', '><a href="', $scripturl, '?action=forum"><span>' , !empty($txt['sp-forum']) ? $txt['sp-forum'] : 'Forum' , '</span></a></li>';

So far the error logs are clean, i still get errors when i edit some blocks

Quote
8: Undefined index: block_info
File: /home/xxxxx/public_html/forum/Sources/SPortalAdmin1-1.php
Line: 382
« Last Edit: February 21, 2009, 08:24:13 PM by Aw06 »

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
Re: My error Logs
« Reply #33 on: February 22, 2009, 03:39:06 AM »
Yeah, I added a fallback for that string.

Hmmm, I'll check that today then.
And slowly, you come to realize... It's all as it should be...

Offline Aw06

  • Full Member
  • ***
  • Posts: 238
  • Gender: Male
    • www.ShopinJA.com
  • SMF Version: 1.1.13
  • SP Version: 2.3.2
Re: My error Logs
« Reply #34 on: February 28, 2009, 09:40:12 AM »
Blue Dream, did you get a chance to check the other issue ?

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
Re: My error Logs
« Reply #35 on: April 08, 2009, 01:31:04 AM »
I'm sorry Aw06, I never had chance to check this issue. Upgrading to 2.2 will solve all these issues. Feel free to ask if you'll need any help about that.
And slowly, you come to realize... It's all as it should be...

Offline Aw06

  • Full Member
  • ***
  • Posts: 238
  • Gender: Male
    • www.ShopinJA.com
  • SMF Version: 1.1.13
  • SP Version: 2.3.2
Re: My error Logs
« Reply #36 on: April 08, 2009, 10:30:31 AM »
well everthing is stable, i have just about everthing fixed, excpect i still get error when editing some blocks ....

not qute ready for 2.2  :O

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
Re: My error Logs
« Reply #37 on: April 09, 2009, 03:53:38 AM »
Well, of course if you are happy with 2.1.1. Can you copy the error message here you currently are having?
And slowly, you come to realize... It's all as it should be...

Offline Aw06

  • Full Member
  • ***
  • Posts: 238
  • Gender: Male
    • www.ShopinJA.com
  • SMF Version: 1.1.13
  • SP Version: 2.3.2
Re: My error Logs
« Reply #38 on: April 09, 2009, 01:24:38 PM »
This is editing the Quick Stats Block

Quote
http://xxxxxxxx/forum/index.php?action=spadmin;sa=blockedit

8: Undefined index: block_info
File: /home/xxxxxxx/public_html/forum/Sources/SPortalAdmin1-1.php
Line: 382