News:

Wondering if this will always be free?  See why free is better.

Main Menu

Search results for: undefined index title

Search order
#1
Fixed or Bogus Bugs / Subs.Php Bug?
February 03, 2013, 09:51:37 PM by Hj Ahmad Rasyid Hj Ismail
......  it here anyway.  Quotehttp://anypost.qom.my/index.php?action=login2;sa=check;member=2650 8:  ............  index: title File: /xxxxx/public_html/qom/Themes/ ............ -130123/index.template.php Line: 441  http://anypost.qom.my/ ............ .php?action=login2;sa=check;member=2650 8: Undefined index: href File: /xxxxx/public_html/qom/Themes/ ............ -130123/index.template.php Line: 440 There is nothing wrong  ............ ']) ? 'last ' : '', 'firstlevel">', $button['title'], '</span> 442: </a>'; I'm not sure what's  ......
#2
Fixed or Bogus Bugs / SMF 2.1 Alpha 1 Testing
September 07, 2012, 11:07:43 AM by rocknroller
...... . I'll report some issues.  1. Shadow on forum title is little to dark so it's look it's double, I see  ............ : Only show the errors of this type Type of error: Undefined Apply Filter: Only show the errors with the same  ............  8: Undefined index: hooks_exist Apply Filter: Only show the  ............  messages of this URL http://localhost/SMF2.1/index.php?action=admin;area=modsettings;sa=general; ............  its awesome, maybe you can do similar on board index look at attachments what I mean but in theme  ......
#3
Fixed or Bogus Bugs / undefined index
January 27, 2012, 12:45:42 PM by emanuele
...... , but accessing: Code Select Expand $boardurl . '/index.php?action=login2;sa=check;member={randomnumber}' ............  "undefined index" errors are logged: 1) 8: Undefined index:  ............ (body_above sub template - eval?) Line: 422  2) 8: Undefined index: href File: /Themes/default/Errors.template. ......
......  SMF 1.x, if you define any new errors and titles for them, or if you just change the title of an  ............  error, it will cause the error message to be undefined. How?  You can basicly set a custom error title  ............  like: $context['error_title'] = 'My title goes here..'; If you define your  ............  before the error function is called, then your title will work, but the error message will not be set ( ............  be undefined) because of this code in Errors.php:  Code (Find)  ............  up the template.  if (!isset($context['error_title']))  {  $context['error_title'] = $txt[106] ............ ) : $error;  } As you see, it checks if error_title is set. If its true (if its set), it bypasses the  ............  to be shown, not to be logged and will cause an undefined index error in the error log.  It might be solved  ............  up the template.  if (!isset($context['error_title']))  $context['error_title'] = $txt[106];   ............  $error;  Because we don't need to check the error_title for showing up the error message. Because we  ............  have a default title even if its not set. ......
......  have got he registration undefined variable error again with full details this time;  ............  Quoteindex.php?action=register2 8: Undefined index: title  ............ : index.template.php Line: 487  Quoteindex.php?action= ............  8: Undefined index: href File: index.template.php Line: 485    ......
Advertisement: