Icy Phoenix

     
 


Post new topic  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Problem With Dynamic Menu 
 
hello  

when i go to edit my dynamic menu in the page cms_menu.php i get this error

Code: [Download] [Hide] [Select]
Could not query menu table

DEBUG MODE

SQL Error : 1146 Table 'Sql114717_1.phpbb_TMPcms_nav_menu' doesn't exist

SELECT * FROM phpbb_TMPcms_nav_menu WHERE menu_parent_id = '0' ORDER BY menu_name ASC

Line : 1047
File : cms_menu.php


and if i active the block, for example when i go in the forum, it doesn't show but appers that error.

can you write me the sql query to run for create the table?  Thaaaaaanks    
 



 
sonoangeloSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Problem With Dynamic Menu 
 
Code: [Download] [Hide] [Select]
CREATE TABLE `XXXXXXX_cms_nav_menu` (
  `menu_item_id` mediumint(8) unsigned NOT NULL auto_increment,
  `menu_id` mediumint(8) unsigned NOT NULL default '0',
  `menu_parent_id` mediumint(8) unsigned NOT NULL default '0',
  `cat_id` mediumint(8) unsigned NOT NULL default '0',
  `cat_parent_id` mediumint(8) unsigned NOT NULL default '0',
  `menu_status` tinyint(1) NOT NULL default '0',
  `menu_order` smallint(5) NOT NULL default '0',
  `menu_icon` varchar(255) default NULL,
  `menu_name_lang` varchar(150) default NULL,
  `menu_name` varchar(150) default NULL,
  `menu_desc` text,
  `menu_link` varchar(255) default NULL,
  `menu_link_external` tinyint(1) NOT NULL default '0',
  `auth_view` tinyint(2) NOT NULL default '0',
  `auth_view_group` tinytext NOT NULL,
  PRIMARY KEY  (`menu_item_id`),
  KEY `cat_id` (`cat_id`)
) ;



replace xxxxxx with your table prefix
 



 
seldon1965Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem With Dynamic Menu 
 
thanks a lot, works perfect   
 



 
sonoangeloSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events