Please select To the mobile version | Continue to access the desktop computer version
| |
| | |

CodersClub

 Forgot password?
 Register
Search
Author: ionobgy
Collapse the left

sub navigation error

[Copy link]

 Korea, Republic of

 Author| Post time: 2012-02-13 11:03
| Show all posts
Edited by ionobgy at 2012-2-13 12:07
vot replied at 2012-2-13 11:57
Check permission for the "/data" folder and all it's subfolders.
Set permissions to "777".
Repeat t ...

I set all folder and file of my website permission to 777.
and  I change "sql" to "file" at config_global.php.
and clean cache--data, template, diy all.
but I can not found that file.
Below is a my remote diretory's screenshot.



Post time: 2012-02-13 11:43
| Show all posts
ionobgy respondió a las 2012-2-13 12:03
Edited by ionobgy at 2012-2-13 12:07

You have uploaded the files SVN!
You need to export the SVN files to a folder does not SVN!

 Korea, Republic of

 Author| Post time: 2012-02-13 11:51
| Show all posts
Edited by ionobgy at 2012-2-13 13:02

OK.
I deleted .svn folder.
And then I found a cache_setting.php file.

My cache_setting.php file's code is below.

....
'navmns' =>
  array (
    'misc.php' =>
    array (
      0 =>
      array (
        0 =>
        array (
          'mod' => 'faq',
        ),
        1 => 'mn_N0a2c',
      ),
      1 =>
      array (
        0 =>
        array (
          'mod' => 'ranklist',
        ),
        1 => 'mn_N12a7',
      ),
    ),
  ),
  'menunavs' => '<ul class="p_pop h_pop" id="mn_forum_menu" style="display: none">Array</ul>',
  'subnavs' =>
  array (
  ),
  'navs' =>
  array (
    1 =>
    array (
      'id' => '1',
      'navname' => 'Portal',
      'filename' => 'portal.php',
      'available' => '1',
      'navid' => 'mn_portal',
      'level' => '0',
      'nav' => 'id="mn_portal" ><a href="portal.php" hidefocus="true" title="Portal"  ',
    ),
    2 =>
    array (
      'id' => '2',
      'navname' => 'Forum',
      'filename' => 'forum.php',
      'available' => '1',
      'navid' => 'mn_forum',
      'level' => '0',
      'nav' => 'id="mn_forum"><a href="forum.php" hidefocus="true" title="Forum"  ',
    ),
    3 =>
    array (
      'id' => '3',
      'navname' => 'Groups',
      'filename' => 'group.php',
      'available' => '1',
      'navid' => 'mn_group',
      'level' => '0',
      'nav' => 'id="mn_group" ><a href="group.php" hidefocus="true" title="Groups"  ',
    ),
    4 =>
    array (
      'id' => '4',
      'navname' => 'Space',
      'filename' => 'home.php',
      'available' => '1',
      'navid' => 'mn_home',
      'level' => '0',
      'nav' => 'id="mn_home" ><a href="home.php" hidefocus="true" title="Space"  ',
    ),
    5 =>
    array (
      'id' => '5',
      'navname' => 'Manyou',
      'filename' => 'userapp.php',
      'available' => 0,
      'navid' => 'mn_userapp',
      'level' => '0',
      'nav' => 'id="mn_userapp" ><a href="userapp.php" hidefocus="true" title="Manyou"  ',
    ),
    6 =>
    array (
      'id' => '6',
      'navname' => 'Plugins',
      'filename' => '#',
      'available' => 0,
    ),
    7 =>
    array (
      'id' => '7',
      'navname' => 'Help',
      'filename' => 'misc.php?mod=faq',
      'available' => '0',
      'navid' => 'mn_N0a2c',
      'level' => '0',
      'nav' => 'id="mn_N0a2c" ><a href="misc.php?mod=faq" hidefocus="true" title="Help"  ',
    ),
    8 =>
    array (
      'id' => '8',
      'navname' => 'RankList',
      'filename' => 'misc.php?mod=ranklist',
      'available' => '1',
      'navid' => 'mn_N12a7',
      'level' => '0',
      'nav' => 'id="mn_N12a7" ><a href="misc.php?mod=ranklist" hidefocus="true" title="RankList"  ',
    ),
    130 =>
    array (
      'id' => '1',
      'navname' => 'Article',
      'filename' => 'http://kaplog.org/Article/',
      'available' => '1',
      'navid' => 'mn_P1',
      'level' => '0',
      'nav' => 'id="mn_P1" ><a href="http://kaplog.org/Article/" hidefocus="true"  ',
    ),
  ),
  'footernavs' =>

.....


Post time: 2012-02-13 12:22
| Show all posts
WTF???

I do not see your cache_setting.php in your directory data/cache/
please review well and do not touch any file other than cache_setting.php

 Korea, Republic of

 Author| Post time: 2012-02-13 12:31
| Show all posts
jhoxi replied at 2012-2-13 13:22
WTF???

I do not see your cache_setting.php in your directory data/cache/

My remote site is  http://kaplog.org
My remote folder screenshot is below.

You will find that file at http://kaplog.org/data/cache/








 Russia

Post time: 2012-02-13 12:34
| Show all posts
After some digging,
I have found that "subnavigation" feature works ok only if the parent menu item have the "Horizontal style" type.
And does not work if this type is set to "Menu Style".

Continue to digg...

 Russia

Post time: 2012-02-13 16:31
| Show all posts

 Russia

Post time: 2012-02-13 16:39
| Show all posts
You can see the result as a drop-down menu under "Forum" link in the top-menu.

 Korea, Republic of

 Author| Post time: 2012-02-13 17:22
| Show all posts
Edited by ionobgy at 2012-2-13 18:46
vot replied at 2012-2-13 17:39
You can see the result as a drop-down menu under "Forum" link in the top-menu.

Thank you very much for your prompt repsonse and solving.
That Error is disappeared.My temporary installed fresh site "http://kaplog.org"  is normal sub navigation.
Thank you again.

But I have still a some problem.
My other site  "http://obgy.or.kr" (My main Korean site) is not solved.

I will find what is a problem.
Maybe I think....problem of Korean language version or some modified source code by me.

 Russia

Post time: 2012-02-13 18:14
| Show all posts
kaplog.org works ok.
So, the problem is in the obgy.or.kr templates.
compare this file: template/default/common/header.php

You have to log in before you can reply Login | Register

Points Rules

Archive|Mobile|Dark room|CodersClub

Top.Mail.Ru
Top.Mail.Ru

2024-03-29 08:36 GMT+3 , Processed in 0.090262 sec., 7 queries .

Powered by Discuz! X3.4 Release 20230520

© 2001-2024 Discuz! Team.

MultiLingual version, Rev. 4301, © codersclub.org

Quick Reply To Top Return to the list