I then deleted everything again and reinstalled my old version and the navbar worked perfectly[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/migrator.php on line 442: Invalid argument supplied for foreach()
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 132: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 132: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 132: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
When your done is this an upgrade or fresh install?vipaka wrote:Fixing the bugs now. I don't know what is causing the foreach error though...that one might take a bit.
It should work with either. The upgrade for 1.0.6 from 1.0.5 only changes 2 database fields, one for the active link addition and one for the default link row. The migration system is built so that it should only install the new version with the new stuff rather than requiring a full reinstallation every time an extension is updated. That said, since its about a 1-click process either way...makes little to no difference.wkuzma wrote:When your done is this an upgrade or fresh install?vipaka wrote:Fixing the bugs now. I don't know what is causing the foreach error though...that one might take a bit.
Then if I disable the extension and delete the data I get this error[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/migrator.php on line 442: Invalid argument supplied for foreach()
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 132: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 132: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 132: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
The extension does work when installed and button active selected = yes[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/migrator.php on line 439: array_reverse() expects parameter 1 to be array, null given
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/migrator.php on line 442: Invalid argument supplied for foreach()
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 132: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 132: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 132: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
Active just determines whether or not a link should have an a href url (this was something people in this thread asked for, for the top tier links). I'll write up better descriptions for the ACP of each section for the next patch (which will also include hopefully a fix for the foreach error that I can't quite figure out).wkuzma wrote:The button active now works in this version however I still get this error when enabling itThen if I disable the extension and delete the data I get this error[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/migrator.php on line 442: Invalid argument supplied for foreach()
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 132: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 132: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 132: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)The extension does work when installed and button active selected = yes[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/migrator.php on line 439: array_reverse() expects parameter 1 to be array, null given
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/migrator.php on line 442: Invalid argument supplied for foreach()
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 132: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 132: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 132: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
is that to disable just certain links? If so the link still shows but is non clickable
I guess we can always set it like the default one and not have it show the disabled link.
Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/ext/vipaka/navbar/acp/main_module.php on line 30: Constant CONFIG_TEXT_TABLE already defined
Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/ext/vipaka/navbar/acp/main_module.php on line 30: Constant CONFIG_TEXT_TABLE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/ext/vipaka/navbar/acp/main_module.php on line 397: Undefined index: MENU_NAV
Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/ext/vipaka/navbar/event/main_listener.php on line 94: Undefined variable: phpbb_root_path
Reuploaded zip with files that should fix those errors, none of which should break functionality of the extension.leschek wrote:Thanks for the new version.
I installed it on my testing localhost board and after enabling it (in extension settings) I get this message in ACP when I'm in Settings:This in ACP when I'm in Links:Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/ext/vipaka/navbar/acp/main_module.php on line 30: Constant CONFIG_TEXT_TABLE already defined
and this on board index:Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/ext/vipaka/navbar/acp/main_module.php on line 30: Constant CONFIG_TEXT_TABLE already defined [phpBB Debug] PHP Notice: in file [ROOT]/ext/vipaka/navbar/acp/main_module.php on line 397: Undefined index: MENU_NAV
Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/ext/vipaka/navbar/event/main_listener.php on line 94: Undefined variable: phpbb_root_path