[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Cheshire Cat Computing Software support and information 2005-07-12T21:23:46+13:00 http://steveshipway.org/forum/feed.php?f=21&t=657 2005-07-12T21:23:46+13:00 2005-07-12T21:23:46+13:00 http://steveshipway.org/forum/viewtopic.php?t=657&p=4962#p4962 <![CDATA[Sub menus in left frame]]>
I don't know how to reactivate the data gathering! The bundle may assume everything is in the same directories... if so, then *copy* the .cfg files into the original bin directory. routers2 won't see them (if you have */*.cfg as your cfgfiles directive) but the data gatherer will, and since the targetnames will be the same, both will point to the same rrd file.

Statistics: Posted by stevesh — Tue Jul 12, 2005 9:23 pm


]]>
2005-07-12T20:59:25+13:00 2005-07-12T20:59:25+13:00 http://steveshipway.org/forum/viewtopic.php?t=657&p=4961#p4961 <![CDATA[Sub menus in left frame]]>
I created folders in bin and they appare nice on web. I also moved my .cfg files to each folder. But how do i activate data gathering again?

I can´t find the 'multivalue' option in routers2.conf Am I looking in wrong file?

Thanks in advance
Patric Dahl

Statistics: Posted by pgus — Tue Jul 12, 2005 8:59 pm


]]>
2005-07-12T11:13:06+13:00 2005-07-12T11:13:06+13:00 http://steveshipway.org/forum/viewtopic.php?t=657&p=4948#p4948 <![CDATA[Sub menus in left frame]]>
You need to enable grouping in the routers2.conf ( 'group = yes' ) first. Then, you will get one group per directory -- so you'll need to split your .cfg files into separate subdirectories, and have a 'cfgfiles = */*.cfg' or similar to find them.

With the latest beta, you can have multilevel menus with 'multilevel = yes'. In this case, the multilevel is split on the : symbol in the description, so you'll need to define group names for the directories in the [targetnames] section, and add :s to define the group split.

Statistics: Posted by stevesh — Tue Jul 12, 2005 11:13 am


]]>
2005-07-11T20:28:27+13:00 2005-07-11T20:28:27+13:00 http://steveshipway.org/forum/viewtopic.php?t=657&p=4932#p4932 <![CDATA[Sub menus in left frame]]> Statistics: Posted by pgus — Mon Jul 11, 2005 8:28 pm


]]>