Jump to content
  • 0

FluxCP Issue - rathena-FluxCP-1263ad2


arteris

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  11/01/14
  • Last Seen:  

I've installed FluxCP and it worked, but i got 2 issues:

 

1) When i put to reinstall, it does error, cause Table cp_ipbanlog already exists.
For this, i just changed "cp_ipbanlog.20120816150540" in data/schemas/logindb to "CREATE TABLE IF NOT EXISTS `cp_ipbanlog` (" and it goes ok now.

 

2) When i add a new page, it doesn't shows in left menu. I've added in application.php file too, but doesn't shows Menu correctly.

 

application.php:

'MenuItems' => array(
'MainMenuLabel' => array(
'HomeLabel' => array('module' => 'main'),
//'Forums' => array('exturl' => 'http://www.fluxro.com/community'), // External forum link
//'Forums' => array('module' => 'forums'), // Built-in forum link
'NewsLabel' => array('module' => 'news'),
// Sample items for pages function.
'DownloadsLabel' => array('module' => 'pages','action'=>'content&path=downloads'),
'GuideLabel' => array('module' => 'pages','action'=>'content&path=guide'),                   <--------
//'RulesLabel' => array('module' => 'pages','action'=>'content&path=rules'),
// End sample items for pages function.
//'ContactUsLabel' => array('module' => 'contactform'),
),

post-29853-0-04529600-1416052680_thumb.png

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  11/20/11
  • Last Seen:  

I've installed FluxCP and it worked, but i got 2 issues:

 

1) When i put to reinstall, it does error, cause Table cp_ipbanlog already exists.

For this, i just changed "cp_ipbanlog.20120816150540" in data/schemas/logindb to "CREATE TABLE IF NOT EXISTS `cp_ipbanlog` (" and it goes ok now.

 

2) When i add a new page, it doesn't shows in left menu. I've added in application.php file too, but doesn't shows Menu correctly.

 

application.php:

'MenuItems' => array(

'MainMenuLabel' => array(

'HomeLabel' => array('module' => 'main'),

//'Forums' => array('exturl' => 'http://www.fluxro.com/community'), // External forum link

//'Forums' => array('module' => 'forums'), // Built-in forum link

'NewsLabel' => array('module' => 'news'),

// Sample items for pages function.

'DownloadsLabel' => array('module' => 'pages','action'=>'content&path=downloads'),

'GuideLabel' => array('module' => 'pages','action'=>'content&path=guide'),                   <--------

//'RulesLabel' => array('module' => 'pages','action'=>'content&path=rules'),

// End sample items for pages function.

//'ContactUsLabel' => array('module' => 'contactform'),

),

 

 

question #1 : you must delete all the cp. tables in your database first before you can successfully reinstall your fluxcp

 

questions #2 : see attach *didn't edit your code it works for me.

post-433-0-68630600-1416071473_thumb.png

Link to comment
Share on other sites

×
×
  • Create New...