aliasListing looks normal to me, but makeURL() is still returning an empty string.
<?php return array (
'config' =>
array (
),
'resourceMap' =>
array (
0 =>
array (
0 => '1',
1 => '2',
2 => '3',
3 => '4',
4 => '5',
5 => '6',
6 => '7',
7 => '8',
8 => '13',
9 => '19',
10 => '15',
),
5 =>
array (
0 => '10',
),
15 =>
array (
0 => '16',
),
),
'resourceListing' =>
array (
1 =>
array (
'id' => '1',
'alias' => 'home',
'parent' => '0',
'isfolder' => '0',
'content_type' => '1',
'path' => '',
),
2 =>
array (
'id' => '2',
'alias' => 'quotes',
'parent' => '0',
'isfolder' => '0',
'content_type' => '1',
'path' => '',
),
3 =>
array (
'id' => '3',
'alias' => 'news',
'parent' => '0',
'isfolder' => '0',
'content_type' => '1',
'path' => '',
),
4 =>
array (
'id' => '4',
'alias' => 'verbs',
'parent' => '0',
'isfolder' => '0',
'content_type' => '1',
'path' => '',
),
5 =>
array (
'id' => '5',
'alias' => 'academic-buzzwords',
'parent' => '0',
'isfolder' => '1',
'content_type' => '1',
'path' => '',
),
6 =>
array (
'id' => '6',
'alias' => 'iaq',
'parent' => '0',
'isfolder' => '0',
'content_type' => '1',
'path' => '',
),
7 =>
array (
'id' => '7',
'alias' => 'hotlist',
'parent' => '0',
'isfolder' => '0',
'content_type' => '1',
'path' => '',
),
8 =>
array (
'id' => '8',
'alias' => 'hotfeeds',
'parent' => '0',
'isfolder' => '0',
'content_type' => '1',
'path' => '',
),
13 =>
array (
'id' => '13',
'alias' => 'show-quotations',
'parent' => '0',
'isfolder' => '0',
'content_type' => '1',
'path' => '',
),
19 =>
array (
'id' => '19',
'alias' => 'test',
'parent' => '0',
'isfolder' => '0',
'content_type' => '1',
'path' => '',
),
15 =>
array (
'id' => '15',
'alias' => 'contact',
'parent' => '0',
'isfolder' => '1',
'content_type' => '1',
'path' => '',
),
10 =>
array (
'id' => '10',
'alias' => 'academic-card',
'parent' => '5',
'isfolder' => '0',
'content_type' => '1',
'path' => '',
),
16 =>
array (
'id' => '16',
'alias' => 'thankyou',
'parent' => '15',
'isfolder' => '0',
'content_type' => '1',
'path' => '',
),
),
'aliasMap' =>
array (
),
'documentMap' =>
array (
15 => '16',
),
'aliasListing' =>
array (
'home.html' => '1',
'quotes.html' => '2',
'news.html' => '3',
'verbs.html' => '4',
'academic-buzzwords/' => '5',
'iaq.html' => '6',
'hotlist.html' => '7',
'hotfeeds.html' => '8',
'show-quotations.html' => '13',
'test.html' => '19',
'contact/' => '15',
'academic-card.html' => '10',
'thankyou.html' => '16',
),
'eventMap' =>
array (
),
'pluginCache' =>
array (
),
);