6.1 Admin Menu Builder

I am trying to add a new item on my Admin Menu Builder and moved the NEW ITEM button in a and area so I can edit it but i keep getting an Error when I try to edit this button. Any ideas why this is happening? I am using Dolping ver 6.1.6

 

 

Best Regards

Jamie

Quote · 3 Apr 2010

I'm having no issues creating new menu items for the administration menu in Dolphin 6.1.6. What are you trying to do, exactly?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 3 Apr 2010

 I am just trying to add anther link to the admin page but when i click on the NEW ITEM button all i get is an error and i get them on other buttons also when i try to edit them. This started about a month or so ago but before that it was working nice.

I am trying to add a new item on my Admin Menu Builder and moved the NEW ITEM button in a and area so I can edit it but i keep getting an Error when I try to edit this button. Any ideas why this is happening? I am using Dolping ver 6.1.6

 

 

Best Regards

Jamie

 

Quote · 3 Apr 2010

Hm. Have you changed anything file/configuration (server)-wise that could have possibly caused this? Try making sure your file/directory permissions are in line.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 3 Apr 2010

 My file/directory permissions seems to be in line

 

Hm. Have you changed anything file/configuration (server)-wise that could have possibly caused this? Try making sure your file/directory permissions are in line.

 

Quote · 4 Apr 2010

 Any ideas here here folks?

 

 My file/directory permissions seems to be in line

 

Hm. Have you changed anything file/configuration (server)-wise that could have possibly caused this? Try making sure your file/directory permissions are in line.

 

 

Quote · 5 Apr 2010

 

 Any ideas here here folks??

 

 My file/directory permissions seems to be in line

 

Hm. Have you changed anything file/configuration (server)-wise that could have possibly caused this? Try making sure your file/directory permissions are in line.

 

 

 

Quote · 6 Apr 2010

 

 Any ideas here here folks??

 

 My file/directory permissions seems to be in line

 

Hm. Have you changed anything file/configuration (server)-wise that could have possibly caused this? Try making sure your file/directory permissions are in line.

 

 

 

 

Quote · 7 Apr 2010

Try uploading a fresh copy of adminMenuCompose.php to ./admin/.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 7 Apr 2010

 uploaded a fresh copy and still get an Error on the NEW ITEM Button

Try uploading a fresh copy of adminMenuCompose.php to ./admin/.

 

Quote · 7 Apr 2010

 

Try uploading a fresh copy of adminMenuCompose.php to ./admin/.

 

Didn't we talk about this months ago Magna?  I'm pretty sure we had this huge in-depth discussion.  Matter of fact, if I recall correctly it was such a huge deal we even went on strike from striking until we got it figured out. 

Perhaps this line string of code in admin/adminMenuCompose.php will help refresh your memory Magna, then I'll let you talk to him about file compressions (much like engine compressions but not as welcome) and stuff like that.


 

$sComposerInit .= "\n";
while( $aAllItem = mysql_fetch_assoc( $rAllItems ) )
{
 $sComposerInit .= "
  aAllItems[{$aAllItem['ID']}] = '{$aAllItem['Title']}';";
}

 $sComposerInit .= "
 </script>
";


$_page['extraCodeInHead'] = <<<EOJ
 $sComposerInit
 <script type="text/javascript" src="{$site['url']}inc/js/classes/BxDolMenu.js"></script>
 <script type="text/javascript" src="menu_compose.js"></script>
EOJ;


 

Why didn't you tell him to just do an sql injection via the phpMyAdmin for his item?  Or perhaps even an insert.

Quote · 10 Apr 2010

Try uploading a fresh copy of adminMenuCompose.php to ./admin/.

<Snip>

To be honest, I've been very slow in handling issues like this lately. Both mentally and physically.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 10 Apr 2010

 

 

 

Try uploading a fresh copy of adminMenuCompose.php to ./admin/.

 

<Snip>

To be honest, I've been very slow in handling issues like this lately. Both mentally and physically.

 

Let me toss a hand to Opie then and refresh your memory.

 

Basically, the snippet of code I posted directs you to look at:

 

inc/classes/js/BxDolMenu.js file.  Check it against your install package zip and see if it's the same exact size or not, open it and see if it's all on one line or the entire thing is double spaced.  This is known as a file compression (not the type you want) and will cause your site to error out.  You also want to look around for menu_compose.js (I forget where it is) as that will help you out with this 2.  If you have not modified these files yourself you can replace them with a fresh copy and you should be on your way, if it doesn't help let us know and we'll keep pluggin' the common sense things into it.

 

 

Quote · 10 Apr 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.