PhpBB3 Links MOD
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
PhpBB3 Links MOD
Hmmm,
Open includes/acp/acp_linksmad_config.php
Find
Replace
Open includes/acp/acp_linksmad_config.php
Find
Code: Select all
'LINKSMOD_STW' => $config['linksmod_stw'],
Code: Select all
'LINKSMOD_STW' => (isset($config['linksmod_stw'])) ? $config['linksmod_stw'] : '',
PhpBB3 Links MOD
Nope...same error..... you visit & Ill see if same error https://www.ultimateeditionoz.com/forum/links.php
PhpBB3 Links MOD
Code: Select all
Sun Feb 24, 2013 8:21 pm Guest
<redacted>
► Whois
Language: en Page: links.php
File: [ROOT]/links.php
Line: 89 [PHP Notice]
Undefined index: linksmod_stw
PhpBB3 Links MOD
You use the same code as I do.
But i dont have the error here.
Does it disappear if you go to the links config in acp?
But i dont have the error here.
Does it disappear if you go to the links config in acp?
PhpBB3 Links MOD
If I sit on the links page & refresh, it generates the error in ACP...not too concerned. It is a "simple error"
PhpBB3 Links MOD
NoStoker wrote:Stoker wrote:Does it disappear if you go to the links config in acp?