SimplePortal

Support => English Support => Topic started by: wiecher on April 20, 2010, 10:36:22 AM

Title: log fout
Post by: wiecher on April 20, 2010, 10:36:22 AM
Deze fout zie ik in mijn log te zien.

==>42:   

   

$context['page_title'] = $context['forum_name'] . ' - '. (!empty($modSettings['title_portal']) ? $modSettings['title_portal'] : $modSettings['title_forum']) . ' ';



Pas filter toe: Toon alleen de foutmeldingen van deze URL
http://www.wibisa.nl/forum/index.php?http://www.wibisa.nl/forum/ (http://www.wibisa.nl/forum/index.php?http://www.wibisa.nl/forum/)
Pas filter toe: Toon alleen de fouten met hetzelfde bericht
8: Undefined index: title_forum
Pas filter toe: Toon alleen fouten van dit bestand
Bestand: /mnt/web5/22/93/52177293/htdocs/forum/Sources/PortalMain.php
Regel: 42
 
---------------------------------------------------------------------
English translation (from translate.Google.com) added by AngelinaBelle
 
I see this error in my log file:
 
==> 42:
   
$ Context ['page_title'] = $ context ['forum_name']. '-'. (! Empty ($ modSettings ['title_portal'])? $ ModSettings ['title_portal']: $ modSettings ['title_forum']). '';
 
Pass filter: Only show the error messages of this URL
http://www.wibisa.nl/forum/index.php?http://www.wibisa.nl/forum/ (http://www.wibisa.nl/forum/index.php?http://www.wibisa.nl/forum/)
Pass filter: Only show the errors with the same message
8: Undefined index: title_forum
Pass filter: Show only errors of this file
File: / mnt/web5/22/93/52177293/htdocs/forum/Sources/PortalMain.php
Line: 42
Title: forum_title undefined
Post by: AngelinaBelle on April 20, 2010, 02:11:29 PM
Because of the language barrier, I will try to be brief.  I apologize for the translations by Google.
Vanwege de taalbarrière, ik zal proberen het kort te houden.
Are you running SMF2.0RC3/SimplePortal 2.3.2?
 
Are you running the Additional Home Page Title  (http://custom.simplemachines.org/mods/index.php?mod=2154)mod? It isn't working properly.
Bent u het uitvoeren van de Additional Home Page Title  (http://custom.simplemachines.org/mods/index.php?mod=2154)mod? Het is niet goed werkt.
 
This seems to be a problem with installing  Additional Home Page Title  (http://custom.simplemachines.org/mods/index.php?mod=2154)mod. You will have to manually fix the Additional Home Page Title  (http://custom.simplemachines.org/mods/index.php?mod=2154)mod or uninstall it to get rid of these error messages.
Dit lijkt een probleem met het installeren van de Additional Home Page Title (http://custom.simplemachines.org/mods/index.php?mod=2154)mod. Je zult handmatig moet repareren Additional Home Page Title  (http://custom.simplemachines.org/mods/index.php?mod=2154)mod of het om zich te ontdoen van deze foutmelding te verwijderen.
 
You can check all your files at Additional Home Page Title (http://custom.simplemachines.org/mods/index.php?mod=2154) mod -- use "parse" to check each file. U kunt al uw bestanden op Additional Home Page Title (http://custom.simplemachines.org/mods/index.php?mod=2154) mod - gebruik "parse" om elk bestand te controleren
Title: Re: log fout
Post by: wiecher on April 20, 2010, 03:21:06 PM
Helaas weet ik niet hoe ik dat kan doen.
Title: Re: log fout
Post by: AngelinaBelle on April 20, 2010, 03:50:28 PM
You are using this mod Additional Home Page Title ?
 
Easiest solution: uninstall Additional Home Page Title (if uninstall works)
 
To manually install or uninstall:
     If you have any questions for the creator of that mod, go to the mod page http://custom.simplemachines.org/mods/index.php?mod=2154 (http://custom.simplemachines.org/mods/index.php?mod=2154) and click the support button.
 
 
Title: Re: log fout
Post by: wiecher on April 20, 2010, 05:34:06 PM
Sorry het probleem blijft bestaan helaas  :)
Title: Re: log fout
Post by: AngelinaBelle on April 20, 2010, 07:18:25 PM
Maybe the most important is the first file -- ManageSettings.php
Is that edit exactly as it should be?
-----------------------------
 
Did you set 'title_forum' and 'title_portal' in your forum settings?
 
 'Enter your additional <i>Forum Title</i>';
 'Enter your additional <i>Portal Title</i><br /><span class="smalltext">If left blank, forum title will be used</span>';

 
Title: Re: log fout
Post by: wiecher on April 21, 2010, 05:42:23 AM
array('text', 'title_portal', 'size' => 64),array('text', 'meta_keywords', 'size' => 50),
      '',

array('text', 'title_portal', 'size' => 64),
         array('text', 'title_forum', 'size' => 64),
         array('text', 'title_portal', 'size' => 64), array('text', 'meta_keywords', 'size' => 50),
      '',

Dit lijkt me niet goed.
Title: Re: log fout
Post by: AngelinaBelle on April 21, 2010, 08:41:24 AM
Dit lijkt me niet goed ook.
This is ManageSettings.php, correct?
 
Your problem is with the Additional Home Page Title mod.
This is not a problem with SimplePortal.
 
It looks like you installed the mod twice.
You need to fix it to match the instructions.
 
It looks like it should wind up like this:
Code: (ManageSettings.php -- Additional Home Page Title mod installed) [Select]
     // SEO stuff
   array('check', 'queryless_urls'),
   array('text', 'title_forum', 'size' => 64),
   array('text', 'title_portal', 'size' => 64),
   array('text', 'meta_keywords', 'size' => 50),
  '',

Next, you must check each of the listed files very carefully, and fix any problems, until all of your files match the instructions.  After this, the Additional Home Page Title mod should work.
 
Until you fix the problem with Additional Home Page Title mod, the mod will give you errors.
 
If you have any more questions about the Additional Home Page Title mod, you should ask on the support topic for the Additional Home Page Title mod, at simplemachines.org. http://www.simplemachines.org/community/index.php?topic=356053.0 (http://www.simplemachines.org/community/index.php?topic=356053.0)   
 
Title: Re: log fout
Post by: wiecher on April 21, 2010, 09:16:44 AM
Bedankt voor je hulp.
Ik hoop dat ik er uit kom.
Title: Re: log fout
Post by: AngelinaBelle on April 21, 2010, 09:24:35 AM
U bent van harte welkom!
Als u vast, het zal werken.

Succes!

(Please pardon my Google translations)

Since we have figured out causes your problem, how to fix it, and where to get help on that mod, can we mark this topic solved?
SimplePortal 2.3.8 © 2008-2024, SimplePortal